fix: seed outfit factory config

This commit is contained in:
2026-06-23 17:51:46 +08:00
parent cad8b61bcf
commit f033943db0
8 changed files with 233 additions and 12 deletions
+7 -1
View File
@@ -26,7 +26,13 @@ from services import installer # noqa: E402
from services.file_service import get_data_dir # noqa: E402
APP_EXE = "CMBot.exe"
CONFIG_FILES = ("app_config.json", "templates.json", "ai_models.json")
CONFIG_FILES = (
"app_config.json",
"templates.json",
"ai_models.json",
"outfit_prompt.txt",
"title_prompt.txt",
)
logger = logging.getLogger("launcher")