From acfd179435a49e730bf037a8814f7f79459b64b7 Mon Sep 17 00:00:00 2001 From: david-ajax Date: Tue, 30 Sep 2025 22:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ screens.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca30bc5..b0fbf27 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ __pycache__/ scripts/ .idea cache +nucleon/test.toml +electron/test.toml \ No newline at end of file diff --git a/screens.py b/screens.py index 5ad3579..2ab9ad4 100644 --- a/screens.py +++ b/screens.py @@ -197,7 +197,7 @@ class NewNucleonScreen(Screen): def compose(self) -> ComposeResult: yield Header(show_clock=True) with Container(id="vice_container"): - yield Label(f"新建空的单元集\n") + yield Label(f"[b]新建空的单元集\n") yield Markdown("1. 键入单元集名称") yield Input(placeholder="单元集名称") yield Markdown("> 单元集名称不应与现有单元集重复, 新的单元集文件将创建在 ./nucleon/你输入的名称.toml")