This commit is contained in:
dengrb1 2023-05-06 13:06:42 +08:00 committed by GitHub
parent 1c1ff49f81
commit ea3b4153b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,13 @@ url_update = 'https://kgithub.com/dengrb1/pip-helper/releases'
la_1 = Label(update, text='更新日志').pack() la_1 = Label(update, text='更新日志').pack()
text = """0.1.0 version is beta and demo version text = """0.1.0 程序添加平时常用的库下载安装
1.0 正式版本发布修复特定BUG修复无法使用
pyqt5库编写浏览器的问题
当前版本:0.1.0""" 当前版本:0.1.0"""
text_box = ScrolledText(root) text_box = ScrolledText(update)
text_box.pack(fill=BOTH, expand=1) text_box.pack(fill=BOTH, expand=1)
text_box.insert(END, text) text_box.insert(END, text)
text_box.configure(state='disabled') text_box.configure(state='disabled')