Skip to content

Commit 4ea0b1e

Browse files
authored
Update README.md
1 parent 4068058 commit 4ea0b1e

1 file changed

Lines changed: 26 additions & 4 deletions

File tree

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
---
88

9+
910
## 支持版本
1011

1112
> 感谢志远大佬的WeChatOpenDevTool开源 代码只是把node改用python3重写,简单实现了一些自动化问题,重要代码都是原作者的。
@@ -15,22 +16,38 @@
1516
| 3.9.10.19_x64 | 9115_x64 ||
1617
| 3.9.10.19_x64 | 8555_x64 ||
1718
| 3.9.10.19_x64 | 9105_x64 ||
18-
| 3.9.9.43_x64 | 8555_x64 | |
19-
| 3.9.9.43_x64 | 9079_x64 | |
19+
| 3.9.9.43_x64 | 8555_x64 | |
20+
| 3.9.9.43_x64 | 9079_x64 | |
2021
| 3.9.8.25_x64 | 8531_x64 ||
2122
| 3.9.8.25_x64 | 8529_x64 ||
2223
| 3.9.8.25_x64 | 8519_x64 ||
2324
| 3.9.8.25_x64 | 8501_x64 ||
2425
| 3.9.8.25_x64 | 8461_x64 ||
2526
| 3.9.8.25_x64 | 8447_x64 ||
2627

27-
如何查看当前运行版本?
28+
---
29+
30+
31+
| Mac x64微信版本 | 是否为最新版 | x
32+
| ---------------- | ------------ | ------------
33+
| MacWechat/3.8.7(0x13080712) | ✅ |用前阅读[3. 常见问题](#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
34+
35+
2836

37+
## 如何查看当前运行版本?
38+
### windows
39+
2940
![image](./docs/images/version0.jpg)
3041

3142
![image](./docs/images/version1.jpg)
3243
![image](./docs/images/version2.jpg)
3344

45+
### mac
46+
```bash
47+
ps aux | grep 'WeChatAppEx' | grep -v 'grep' | grep "wmpf-mojo-handle"
48+
```
49+
50+
3451
## 目录
3552

3653
[1. 开启小程序F12](#%E9%A3%9F%E7%94%A8%E6%96%B9%E6%B3%95)
@@ -43,7 +60,7 @@
4360

4461
### 开启小程序F12
4562

46-
> 只支持windows版本微信,运行前先启动微信运行前先启动微信(建议小号,别被封了。。。
63+
> ~~只支持windows版本微信~~,运行前先启动微信运行前先启动微信(建议小号,别被封了。。。)
4764
4865
1. 安装python3版本
4966
2. 下载WeChatOpenDevTools-Python或直接下载编译好的exe
@@ -97,6 +114,11 @@ python main.py -c
97114
- https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list&head=true
98115
- https://github.com/tom-snow/wechat-windows-versions/releases
99116

117+
118+
* mac版本闪退
119+
- macOS版本不能和windows版本一样随时hook小程序修改F12,只能先加载小程序后再hook(必须是有小程序缓存了,不然会闪退)
120+
- 可以先启动多个需要调试的小程序后再运行软件然后再刷新小程序
121+
100122
## Star History
101123

102124
[![Star History Chart](https://api.star-history.com/svg?repos=javeleyqaq/WeChatOpenDevTools-Python&type=Date)](https://star-history.com/#javeleyqaq/WeChatOpenDevTools-Python&Date)

0 commit comments

Comments
 (0)