fix: 暂时禁用实验性功能

This commit is contained in:
2025-12-21 23:06:17 +08:00
parent ee0646ac79
commit 0fb421412e
8 changed files with 24 additions and 28 deletions

View File

@@ -40,7 +40,7 @@ class HeurAMSApp(App):
("1", "app.push_screen('dashboard')", "仪表盘"),
("2", "app.push_screen('precache_all')", "缓存管理器"),
("3", "app.push_screen('nucleon_creator')", "创建新单元"),
("4", "app.push_screen('synctool')", "同步工具"),
# ("4", "app.push_screen('synctool')", "同步工具"),
("0", "app.push_screen('about')", "版本信息"),
]
SCREENS = {