feat: 试增加单元集独立设置

This commit is contained in:
2026-04-20 07:39:57 +08:00
parent 709e15663b
commit 8677e828c7
5 changed files with 27 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class HeurAMSApp(App):
("q", "go_back", "退出"),
("d", "toggle_dark", "主题"),
("n", "app.push_screen('navigator')", "导航"),
("s", "app.push_screen('setting')", "设置"),
("z", "app.push_screen('about')", "关于"),
]
SCREENS = {