Skip to content

Commit

Permalink
修复 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hxz393 committed May 31, 2023
1 parent 803bb6a commit de399f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ BaiduPCS-Go rapidupload -length=418024594 -md5=31f141fee63d038a46db179367315f3a
# 更新日志
为避免更新日志过长,只保留最近更新日志。

## 版本 2.2.0(2023.05.31)
## 版本 2.2.1(2023.05.31)

更新内容:

Expand Down
4 changes: 2 additions & 2 deletions bpftUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def thread_it(func, *args):
class BaiduPanFilesTransfers:
"""
软件名:BaiduPanFilesTransfers
版本:2.2.0
版本:2.2.1
更新时间:2023.05.31
打包命令:pyinstaller -F -w -i bpftUI.ico -n BaiduPanFilesTransfers bpftUI.py
"""
Expand Down Expand Up @@ -128,7 +128,7 @@ def __init__(self):
self.root.iconbitmap(default=self.ICON_PATH)

# 主窗口配置
self.root.wm_title("BaiduPanFilesTransfers 2.2.0")
self.root.wm_title("BaiduPanFilesTransfers 2.2.1")
self.root.wm_geometry('410x480+240+240')
self.root.minsize(410, 480)
self.root.wm_attributes("-alpha", 0.88)
Expand Down

0 comments on commit de399f1

Please sign in to comment.