From 1acd1b7fd4c0268cbdc369e85b7ad37f8a176a6e Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 22 Jun 2024 21:54:28 +0800 Subject: [PATCH] fix text --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cc1b276..fce4676 100644 --- a/main.py +++ b/main.py @@ -324,7 +324,7 @@ label = tk.Label(root, text="", font=("宋体", 50)) label.pack(pady=20, padx=20) # 创建抽取学号按钮 -button = tk.Button(root, text="抽取学号", font=("宋体", 12), command=draw_student_id) +button = tk.Button(root, text="开始", font=("宋体", 12), command=draw_student_id) button.pack(pady=10) # 创建设置按钮