fix
This commit is contained in:
@@ -60,6 +60,20 @@ DEFAULT_SETTINGS: dict[str, dict[str, Any]] = {
|
||||
"value": [],
|
||||
"description": "List of {from, to} pairs. Each 'from' substring in LLM scene_text output is replaced with 'to' (can be empty string to remove).",
|
||||
},
|
||||
"ui.header_title": {
|
||||
"value": "",
|
||||
"description": "Header title in the navbar. If empty, falls back to ui.page_title.",
|
||||
},
|
||||
"character_names.en": {
|
||||
"value": ["Eric", "Lyra", "Kael", "Mira", "Thorne", "Elara", "Gareth", "Sera", "Darian", "Ivy",
|
||||
"Bran", "Wren", "Callum", "Astrid", "Rurik", "Faye", "Owen", "Selene", "Magnus", "Tara"],
|
||||
"description": "Character name bank for English worlds (used by random name button).",
|
||||
},
|
||||
"character_names.ru": {
|
||||
"value": ["Эрик", "Элара", "Мира", "Каэль", "Гарет", "Сера", "Дариан", "Тара", "Бран", "Рен",
|
||||
"Алексей", "Мария", "Иван", "Ольга", "Дмитрий", "Анна", "Сергей", "Елена", "Андрей", "Наталья"],
|
||||
"description": "Character name bank for Russian worlds (used by random name button).",
|
||||
},
|
||||
}
|
||||
|
||||
# Keys whose values should never be returned to the client in plaintext.
|
||||
|
||||
Reference in New Issue
Block a user