整合子模块

This commit is contained in:
2025-11-10 03:01:42 +08:00
parent 07dc70df93
commit 0a0fb73e52
12 changed files with 142 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ from .screens.precache import PrecachingScreen
class HeurAMSApp(App):
TITLE = "潜进"
SUB_TITLE = "启发式辅助记忆调度器"
SUB_TITLE = "启发式先进记忆调度器"
BINDINGS = [("q", "quit", "退出"),
("d", "toggle_dark", "改变色调"),
("1", "app.push_screen('dashboard')", "仪表盘"),