小bug修改

This commit is contained in:
Ray
2025-11-01 16:32:07 +08:00
parent 069613fe09
commit 4a0549114f
2 changed files with 6 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ def create_launcher():
# 说明
info_label = tk.Label(root,
text="提示:首次使用请先点击"配置管理"设置参数",
text="提示:首次使用请先点击配置管理设置参数",
font=('Arial', 9),
fg='gray')
info_label.pack(side=tk.BOTTOM, pady=10)