This commit is contained in:
Administrator
2025-11-02 21:12:37 +08:00
parent 73d1f87ec7
commit c9b51f225b
4 changed files with 14 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ def create_launcher():
"""创建启动器界面"""
root = tk.Tk()
root.title("火炬之光自动化 - 启动器")
root.geometry("400x380")
root.geometry("400x580")
root.resizable(False, False)
# 标题