update readme.md

This commit is contained in:
shuaikangzhou 2024-01-17 21:49:47 +08:00
parent 46d029a5a3
commit abf3d4540f
4 changed files with 7 additions and 4 deletions

View File

@ -18,8 +18,10 @@ from PyQt5.QtWidgets import QMainWindow, QLabel, QMessageBox
from app.DataBase import misc_db, micro_msg_db, close_db
from app.ui.Icon import Icon
from . import mainwindow
# 不能删,删了会出错
from .chat import ChatWindow
from .contact import ContactWindow
from app.ui.tool.tool_window import ToolWindow
from .menu.export import ExportDialog
from ..DataBase.output_pc import Output
from ..components.QCursorGif import QCursorGif
@ -30,6 +32,7 @@ try:
from app.ui.menu.about_dialog import AboutDialog, version, UpdateThread
except ModuleNotFoundError:
logger.error(f'Python版本错误:Python>=3.10,仅支持3.10、3.11、3.12')
raise ValueError('Python版本错误:Python>=3.10,仅支持3.10、3.11、3.12')
# 美化样式表
Stylesheet = """
QWidget{

View File

@ -71,7 +71,7 @@ class ViewController(QWidget):
except Exception as e:
print(f"Exception: {e}")
logger.error(traceback.print_exc())
logger.error(traceback.format_exc())
def show_success(self):
QMessageBox.about(self, "解密成功", "数据库文件存储在\napp/DataBase/Msg\n文件夹下")

View File

@ -101,14 +101,14 @@
网络有问题可移步国内网站Gitee:[https://gitee.com/lc044/WeChatMsg](https://gitee.com/lc044/WeChatMsg)
小白可以先点个star⭐(💘项目不断更新中),然后去旁边[Release](https://github.com/LC044/WeChatMsg/releases)
小白可以先点个star⭐(💘项目不断更新中),然后去旁边[Releases](https://github.com/LC044/WeChatMsg/releases)
下载打包好的exe可执行文件双击即可运行
**⚠注意若出现闪退情况请右击选择用管理员身份运行exe程序该程序不存在任何病毒若杀毒软件提示有风险选择略过即可key为none可重启电脑**
**不懂编程的请移步[Release](https://github.com/LC044/WeChatMsg/releases),下面的东西看了可能要长脑子啦🐶**
**不懂编程的请移步[Releases](https://github.com/LC044/WeChatMsg/releases),下面的东西看了可能要长脑子啦🐶**
## PC版微信
## 源码运行
<details>