T-579 内置默认AI提示词

This commit is contained in:
chengma
2026-07-10 09:00:24 +08:00
parent 9742448750
commit e5b7fc4afa
11 changed files with 306 additions and 4 deletions
+1
View File
@@ -764,6 +764,7 @@ class GenerateTab(QWidget):
self.open_accounts_callback = open_accounts_callback
self.title_prompt_path = title_prompt_path or appconfig.title_prompt_path(self.config)
self.cover_prompts_dir = cover_prompts_dir or appconfig.cover_prompts_dir(self.config)
prompts.ensure_default_prompts(self.title_prompt_path, self.cover_prompts_dir)
self.current_cover_template = None
self.generate_worker = None
self.generate_thread = None