From 8d063fd08a5d613a5fd86ff078d371bcfccde15e Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Tue, 20 May 2025 03:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/pyui/defense_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pyui/defense_ui.py b/ui/pyui/defense_ui.py index 9a07783..4ccfdfb 100644 --- a/ui/pyui/defense_ui.py +++ b/ui/pyui/defense_ui.py @@ -61,7 +61,7 @@ class ExportSettingsCard(GroupHeaderCardWidget): self.startButton = PrimaryPushButton(FluentIcon.PLAY_SOLID, "开始") self.hintIcon = IconWidget(InfoBarIcon.INFORMATION) - self.hintLabel = BodyLabel("点击导出按钮以开始生成 👉") + self.hintLabel = BodyLabel("点击开始按钮以开始生成 👉") self.chooseExportDirectoryButton.setFixedWidth(120) self.startButton.setFixedWidth(120) self.exportFileNameLineEdit.setFixedWidth(360)