This commit is contained in:
2025-10-07 03:00:42 +08:00
parent 7fc53e4113
commit 4ac12479cc
2 changed files with 7 additions and 3 deletions

View File

@@ -475,8 +475,8 @@ class DashboardScreen(Screen):
Label("选择待学习或待修改的记忆单元集:", classes="title-label"),
ListView(id="file-list", classes="file-list-view"),
#Button("新建空的单元集", id="new_nucleon_button"),
Button("预缓存所有音频", id="precache_all_button", variant="success"),
Label(f"\"潜进\" 开放源代码软件项目 | 版本 {metadata.ver} {metadata.stage.capitalize()} | Wang Zhiyu 2025"),
Button("音频预缓存实用程序", id="precache_all_button"),
Label(f"\"潜进\" 开放源代码软件项目 | 版本 {metadata.ver} {metadata.get_stage()} | Wang Zhiyu 2025"),
)
yield Footer()