mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-12 20:21:21 +08:00
新增自动更新exe
This commit is contained in:
parent
884a953207
commit
964f4b0b54
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user