2023/8/30 update

This commit is contained in:
dengrb1 2023-08-30 12:31:45 +08:00 committed by GitHub
parent 31d59e7445
commit 8e231cc943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ Button(root, text='删除模式', command=delete).pack()
Button(root, text='更新日志', command=update).pack()
Button(root, text='退出', command=exit_exe).pack()
Label(root, text='version 1.6 @2023-2024 dengrb1').pack()
Label(root, text='version 1.7 @2023-2024 dengrb1').pack()
# mainloop
root.title('选择')