Archived
0
0

fix: 滚动

This commit is contained in:
2025-12-15 16:35:07 +08:00
parent 6efd041f72
commit b6c719fb21
12 changed files with 26 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ logger = get_logger(__name__)
class HeurAMSApp(App):
TITLE = "潜进"
# CSS_PATH = str(cxt.rootdir / "interface" / "css" / "main.css")
CSS_PATH = "css/main.tcss"
SUB_TITLE = "启发式先进记忆调度器"
BINDINGS = [
("q", "quit", "退出"),