This commit is contained in:
Zichao Lin 2024-06-22 21:54:28 +08:00
parent 2100d63d64
commit 1acd1b7fd4
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -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)
# 创建设置按钮