This commit is contained in:
dengrb1 2023-05-06 13:34:53 +08:00 committed by GitHub
parent 0833e152ff
commit 563143c9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,6 @@ text_box.insert(END, text)
text_box.configure(state='disabled')
# Button
quit_bt = Button(root, text='返回', command=quit_exe).pack()
# mainloop
root.title('更新日志')
root.geometry('355x250+400+400')