删除调试信息

This commit is contained in:
yeshunlong 2024-03-04 12:46:12 +08:00
parent 1d2975d453
commit 71223ef358
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -35,7 +35,7 @@
"height": "parent" "height": "parent"
}], }],
"expandedSize": [{ "expandedSize": [{
"width": 90, "width": 98,
"height": "parent" "height": "parent"
}], }],
"toggleButton": [{ "toggleButton": [{