style: 移除设计不当的部分模块

This commit is contained in:
2026-04-16 13:20:12 +08:00
parent f7c072dd0b
commit 215a8648c2
22 changed files with 87 additions and 1283 deletions

View File

@@ -24,15 +24,13 @@ class NavigatorScreen(ModalScreen):
SCREENS = [
("仪表盘", "dashboard"),
("电台", "radio"),
("语言模型集成", "llmchat"),
# ("创建仓库", "repo_creator"),
("缓存管理器", "precache_all"),
("收藏夹管理器", FavoriteManagerScreen),
("配置设置", "config"),
("收藏夹", FavoriteManagerScreen),
# ("配置设置", "config"),
# ("调试日志", "logviewer"),
("同步工具", "synctool"),
("关于此软件", "about"),
("调试日志", "logviewer"),
# ("同步工具", "synctool"),
# ("仓库编辑器", "repo_editor"),
]