新增自动更新exe

This commit is contained in:
SiYuan 2024-03-02 23:04:15 +08:00
parent 884a953207
commit 964f4b0b54

View File

@ -465,7 +465,6 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
def update_(self, url, is_update_online):
QDesktopServices.openUrl(QUrl("https://memotrace.cn/"))
def about(self):
"""
关于
@ -485,6 +484,8 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
super().close()
self.exitSignal.emit(True)
class UpdateThread(QThread):
updateSignal = pyqtSignal(dict)