增加了基于目录的文章主题维护,避免偏题

This commit is contained in:
YILING0013
2025-01-31 20:39:05 +08:00
parent 5a0db9b82b
commit ffbb273c4b
5 changed files with 122 additions and 43 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from ui import NovelGeneratorGUI
def main():
root = tk.Tk()
root.title("Novel Generator - Innovative Flow")
root.title("Novel Generator")
app = NovelGeneratorGUI(root)
root.mainloop()