mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 10:52:18 +08:00
删除调试信息
This commit is contained in:
parent
1d2975d453
commit
71223ef358
@ -317,7 +317,7 @@ class MainWinController(QMainWindow, Ui_MainWindow):
|
||||
def show_update(self, update_info):
|
||||
if not update_info.get('update_available'):
|
||||
self.message_notification("当前已是最新版本")
|
||||
# return
|
||||
return
|
||||
detail = f'''当前版本:{version},最新版本:{update_info.get('latest_version')}
|
||||
更新内容:{update_info.get('description')}
|
||||
<a href='{update_info.get('download_url')}'>点击下载</a>
|
||||
|
@ -35,7 +35,7 @@
|
||||
"height": "parent"
|
||||
}],
|
||||
"expandedSize": [{
|
||||
"width": 90,
|
||||
"width": 98,
|
||||
"height": "parent"
|
||||
}],
|
||||
"toggleButton": [{
|
||||
|
Loading…
Reference in New Issue
Block a user