mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 10:52:18 +08:00
update readme.md
This commit is contained in:
parent
46d029a5a3
commit
abf3d4540f
@ -18,8 +18,10 @@ 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
|
||||||
from . import mainwindow
|
from . import mainwindow
|
||||||
|
# 不能删,删了会出错
|
||||||
from .chat import ChatWindow
|
from .chat import ChatWindow
|
||||||
from .contact import ContactWindow
|
from .contact import ContactWindow
|
||||||
|
from app.ui.tool.tool_window import ToolWindow
|
||||||
from .menu.export import ExportDialog
|
from .menu.export import ExportDialog
|
||||||
from ..DataBase.output_pc import Output
|
from ..DataBase.output_pc import Output
|
||||||
from ..components.QCursorGif import QCursorGif
|
from ..components.QCursorGif import QCursorGif
|
||||||
@ -30,6 +32,7 @@ try:
|
|||||||
from app.ui.menu.about_dialog import AboutDialog, version, UpdateThread
|
from app.ui.menu.about_dialog import AboutDialog, version, UpdateThread
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
logger.error(f'Python版本错误:Python>=3.10,仅支持3.10、3.11、3.12')
|
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 = """
|
Stylesheet = """
|
||||||
QWidget{
|
QWidget{
|
||||||
|
Binary file not shown.
2
main.py
2
main.py
@ -71,7 +71,7 @@ class ViewController(QWidget):
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Exception: {e}")
|
print(f"Exception: {e}")
|
||||||
logger.error(traceback.print_exc())
|
logger.error(traceback.format_exc())
|
||||||
|
|
||||||
def show_success(self):
|
def show_success(self):
|
||||||
QMessageBox.about(self, "解密成功", "数据库文件存储在\napp/DataBase/Msg\n文件夹下")
|
QMessageBox.about(self, "解密成功", "数据库文件存储在\napp/DataBase/Msg\n文件夹下")
|
||||||
|
@ -101,14 +101,14 @@
|
|||||||
|
|
||||||
网络有问题可移步国内网站Gitee:[https://gitee.com/lc044/WeChatMsg](https://gitee.com/lc044/WeChatMsg)
|
网络有问题可移步国内网站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可执行文件,双击即可运行
|
||||||
|
|
||||||
**⚠️注意:若出现闪退情况请右击选择用管理员身份运行exe程序,该程序不存在任何病毒,若杀毒软件提示有风险选择略过即可,key为none可重启电脑**
|
**⚠️注意:若出现闪退情况请右击选择用管理员身份运行exe程序,该程序不存在任何病毒,若杀毒软件提示有风险选择略过即可,key为none可重启电脑**
|
||||||
|
|
||||||
**不懂编程的请移步[Release](https://github.com/LC044/WeChatMsg/releases),下面的东西看了可能要长脑子啦🐶**
|
**不懂编程的请移步[Releases](https://github.com/LC044/WeChatMsg/releases),下面的东西看了可能要长脑子啦🐶**
|
||||||
|
|
||||||
## PC版微信
|
## 源码运行
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user