feat(interface): 组件自动聚焦与键盘操作改进
This commit is contained in:
@@ -32,6 +32,7 @@ class SettingScreen(Screen):
|
||||
SUB_TITLE = "设置"
|
||||
BINDINGS = [
|
||||
("q", "go_back", "返回"),
|
||||
("s", "go_back", "设置"),
|
||||
]
|
||||
CSS_PATH = rootdir / "interface" / "css" / "screens" / "setting.tcss"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user