Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Jan 17, 2024
1 parent 46d029a commit abf3d45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/ui/mainview.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
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
Expand All @@ -30,6 +32,7 @@
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{
Expand Down
Binary file modified app/ui/menu/about_dialog.cp312-win_amd64.pyd
Binary file not shown.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def loadMainWinView(self, username=None):

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文件夹下")
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit abf3d45

Please sign in to comment.