mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +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):
|
def show_update(self, update_info):
|
||||||
if not update_info.get('update_available'):
|
if not update_info.get('update_available'):
|
||||||
self.message_notification("当前已是最新版本")
|
self.message_notification("当前已是最新版本")
|
||||||
# return
|
return
|
||||||
detail = f'''当前版本:{version},最新版本:{update_info.get('latest_version')}
|
detail = f'''当前版本:{version},最新版本:{update_info.get('latest_version')}
|
||||||
更新内容:{update_info.get('description')}
|
更新内容:{update_info.get('description')}
|
||||||
<a href='{update_info.get('download_url')}'>点击下载</a>
|
<a href='{update_info.get('download_url')}'>点击下载</a>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"height": "parent"
|
"height": "parent"
|
||||||
}],
|
}],
|
||||||
"expandedSize": [{
|
"expandedSize": [{
|
||||||
"width": 90,
|
"width": 98,
|
||||||
"height": "parent"
|
"height": "parent"
|
||||||
}],
|
}],
|
||||||
"toggleButton": [{
|
"toggleButton": [{
|
||||||
|
Loading…
Reference in New Issue
Block a user