fix(interface): 修复按钮标识和一个哈希问题

This commit is contained in:
2026-01-15 12:49:57 +08:00
parent bcb198f4d4
commit 1077fcab39
10 changed files with 12 additions and 259 deletions

View File

@@ -57,6 +57,7 @@ class HeurAMSApp(App):
"radio": RadioScreen,
"repo_editor": RepoEditorScreen,
"llmchat": LLMChatScreen,
# "config": ConfigScreen,
}
def on_mount(self) -> None: