Compare commits

...

2 Commits

Author SHA1 Message Date
Ray
73d1f87ec7 Merge remote-tracking branch 'main/ui' into ui
# Conflicts:
#	preview.py
2025-11-01 23:36:41 +08:00
Ray
4a0549114f 小bug修改 2025-11-01 16:32:07 +08:00

View File

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