mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-29 01:08:11 +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):
|
def update_(self, url, is_update_online):
|
||||||
QDesktopServices.openUrl(QUrl("https://memotrace.cn/"))
|
QDesktopServices.openUrl(QUrl("https://memotrace.cn/"))
|
||||||
|
|
||||||
|
|
||||||
def about(self):
|
def about(self):
|
||||||
"""
|
"""
|
||||||
关于
|
关于
|
||||||
@ -485,6 +484,8 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
|
|||||||
|
|
||||||
super().close()
|
super().close()
|
||||||
self.exitSignal.emit(True)
|
self.exitSignal.emit(True)
|
||||||
|
|
||||||
|
|
||||||
class UpdateThread(QThread):
|
class UpdateThread(QThread):
|
||||||
updateSignal = pyqtSignal(dict)
|
updateSignal = pyqtSignal(dict)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user