更新说明文件

This commit is contained in:
xaoyaoo 2024-04-30 14:12:19 +08:00
parent c3d254e7ed
commit a818ea174d
3 changed files with 10 additions and 2 deletions

View File

@ -148,4 +148,10 @@ https://blog.csdn.net/qq_46106285/article/details/124749512
### 二十二、关于打包exe文件
参看[UserGuide](./UserGuide.md)中的打包exe文件部分
本项目具体打包流程,参看[../.github/workflows/publish.yml](../.github/workflows/publish.yml)文件
本项目具体打包流程,参看[../.github/workflows/publish.yml](../.github/workflows/publish.yml)文件
### 二十三、关于系统支持版本
1. Windows 10 64位及以上
2. python 3.8及以上
3. 其他版本遇到错误需要自行解决

View File

@ -89,6 +89,7 @@ QQ交流群[276392799](https://s.xaoyo.top/gOLUDl) or [276392799](https://s.x
* Web UI的仓库位置 [wxdump_web](https://github.com/xaoyaoo/wxdump_web)
* 如果对wxdump实现原理感兴趣请关注公众号`逍遥之芯`,回复:`原理` 获取原理解析。
* [:sparkling\_heart: Support Me](https://github.com/xaoyaoo/xaoyaoo/blob/main/donate.md)
* 关于系统支持版本Windows 10 64位及以上、 python 3.8及以上,其他版本遇到错误需要自行解决
## 5. Star History

View File

@ -206,4 +206,5 @@ result = batch_decrypt(args["key"], args["db_path"], args["out_path"], True)
### 5. 其他
进群密码请查看[FAQ](./FAQ.md)
进群密码请查看[FAQ](./FAQ.md)
关于系统支持版本Windows 10 64位及以上、 python 3.8及以上,其他版本遇到错误需要自行解决