mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
新增更新提示
This commit is contained in:
parent
1035956e5f
commit
309871c82c
@ -11,9 +11,9 @@ import json
|
|||||||
import os.path
|
import os.path
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from PyQt5.QtCore import pyqtSignal, QUrl, Qt, QThread, QSize
|
from PyQt5.QtCore import pyqtSignal, QThread, QSize
|
||||||
from PyQt5.QtGui import QPixmap, QFont, QDesktopServices, QIcon
|
from PyQt5.QtGui import QPixmap, QIcon
|
||||||
from PyQt5.QtWidgets import QMainWindow, QLabel, QListWidgetItem, QMessageBox
|
from PyQt5.QtWidgets import QMainWindow, QLabel, QMessageBox
|
||||||
|
|
||||||
from app.DataBase import misc_db, micro_msg_db, close_db
|
from app.DataBase import misc_db, micro_msg_db, close_db
|
||||||
from app.ui.Icon import Icon
|
from app.ui.Icon import Icon
|
||||||
@ -21,7 +21,6 @@ from . import mainwindow
|
|||||||
from .chat import ChatWindow
|
from .chat import ChatWindow
|
||||||
from .contact import ContactWindow
|
from .contact import ContactWindow
|
||||||
from .menu.export import ExportDialog
|
from .menu.export import ExportDialog
|
||||||
from .tool.tool_window import ToolWindow
|
|
||||||
from ..DataBase.output_pc import Output
|
from ..DataBase.output_pc import Output
|
||||||
from ..components.QCursorGif import QCursorGif
|
from ..components.QCursorGif import QCursorGif
|
||||||
from ..log import logger
|
from ..log import logger
|
||||||
@ -177,11 +176,7 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
|
|||||||
self.set_my_info(wxid)
|
self.set_my_info(wxid)
|
||||||
self.load_flag = True
|
self.load_flag = True
|
||||||
else:
|
else:
|
||||||
QMessageBox.information(
|
pass
|
||||||
self,
|
|
||||||
'温馨提示',
|
|
||||||
'点击 工具->获取信息 重启后可以显示本人头像哦'
|
|
||||||
)
|
|
||||||
|
|
||||||
def init_ui(self):
|
def init_ui(self):
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -61,7 +61,7 @@ class DecryptControl(QWidget, decryptUi.Ui_Dialog, QCursorGif):
|
|||||||
if result[0] == -1:
|
if result[0] == -1:
|
||||||
QMessageBox.critical(self, "错误", "请登录微信")
|
QMessageBox.critical(self, "错误", "请登录微信")
|
||||||
elif result[0] == -2:
|
elif result[0] == -2:
|
||||||
QMessageBox.critical(self, "错误", "微信版本不匹配\n请更新微信版本为:3.9.9.27(去微信官网下载)")
|
QMessageBox.critical(self, "错误", "微信版本不匹配\n请更新微信版本为:3.9.9.27(去微信官网下载)\n或更新本软件")
|
||||||
elif result[0] == -3:
|
elif result[0] == -3:
|
||||||
QMessageBox.critical(self, "错误", "WeChat WeChatWin.dll Not Found")
|
QMessageBox.critical(self, "错误", "WeChat WeChatWin.dll Not Found")
|
||||||
elif result[0] == -10086:
|
elif result[0] == -10086:
|
||||||
|
@ -313,7 +313,7 @@ python main.py
|
|||||||
后续更新将会在公众号同步发布
|
后续更新将会在公众号同步发布
|
||||||
<div>
|
<div>
|
||||||
<img src="https://blog.lc044.love/static/img/3fd32f1732a2c8f53a7eb923472b8f19.clipboard-2023-12-18.webp">
|
<img src="https://blog.lc044.love/static/img/3fd32f1732a2c8f53a7eb923472b8f19.clipboard-2023-12-18.webp">
|
||||||
<img src="./doc/images/qq1.jpg" height="200">
|
<img src="./doc/images/qq2.jpg" height="200">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## AI交流
|
## AI交流
|
||||||
|
Loading…
Reference in New Issue
Block a user