修改logo

This commit is contained in:
SiYuan 2024-02-21 22:41:11 +08:00
parent 0c8f5ba884
commit 1b40903351
5 changed files with 647 additions and 6269 deletions

View File

@ -1,6 +1,6 @@
import os
version = '1.0.2'
version = '1.1.2'
contact = '701805520'
github = 'https://github.com/LC044/WeChatMsg'
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

View File

@ -264,6 +264,7 @@ class Avatar(QLabel):
super().mousePressEvent(e)
QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/7"))
class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
exitSignal = pyqtSignal(bool)
okSignal = pyqtSignal(bool)