mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-29 01:08:11 +08:00
修改logo
This commit is contained in:
parent
0c8f5ba884
commit
1b40903351
@ -1,6 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
version = '1.0.2'
|
version = '1.1.2'
|
||||||
contact = '701805520'
|
contact = '701805520'
|
||||||
github = 'https://github.com/LC044/WeChatMsg'
|
github = 'https://github.com/LC044/WeChatMsg'
|
||||||
website = 'https://memotrace.cn/'
|
website = 'https://memotrace.cn/'
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 446 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.8 KiB |
File diff suppressed because it is too large
Load Diff
@ -264,6 +264,7 @@ class Avatar(QLabel):
|
|||||||
super().mousePressEvent(e)
|
super().mousePressEvent(e)
|
||||||
QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/7"))
|
QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/7"))
|
||||||
|
|
||||||
|
|
||||||
class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
|
class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
|
||||||
exitSignal = pyqtSignal(bool)
|
exitSignal = pyqtSignal(bool)
|
||||||
okSignal = pyqtSignal(bool)
|
okSignal = pyqtSignal(bool)
|
||||||
|
Loading…
Reference in New Issue
Block a user