You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-12Lines changed: 30 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ wechaty-puppet-xp is a local puppet for Wechaty:
29
29
30
30
- STEP 1: Install wechat client in your Windows computer.
31
31
32
-
> 1.13.0+ is the latest version, only support WeChat v3.9.2.23. Note to use the npm package that matches the WeChat version.
32
+
> 1.13.+ is the latest version, only support WeChat v3.9.2.23. Note to use the npm package that matches the WeChat version.
33
33
34
34
- STEP 2: Login the wechat client on the computer.
35
35
- STEP 3: Getting Started with TypeScript/JavaScript (RECOMMENDED).
@@ -62,32 +62,32 @@ puppet-xp also have already released the installation package on NPM. Running wi
62
62
63
63
XP is a young puppet,it keeps growing and improving.
64
64
65
-
版本|3.3.0.115|3.6.0.18|3.9.2.23|
66
-
:---|:---|:---|:---|
65
+
版本|3.3.0.115|3.6.0.18|3.9.2.23|3.9.10.27|
66
+
:---|:---|:---|:---|:---|
67
67
**<消息>**|
68
-
接收文本|✅|✅|✅
68
+
接收文本|✅|✅|✅|✅
69
69
接收图片|✅|✅|✅
70
-
接收文件|✅|✅|✅
71
-
接收动图|✅|✅|✅
72
-
接收表情|✅|✅|✅
70
+
接收文件|✅|✅|✅|✅
71
+
接收动图|✅|✅|✅|✅
72
+
接收表情|✅|✅|✅|✅
73
73
接收小程序卡片|✅|✅|✅
74
74
接收联系人卡片|✅|✅|✅
75
75
接收位置卡片|✅|✅|✅
76
-
发送文本|✅|✅|✅
76
+
发送文本|✅|✅|✅|✅
77
77
发送图片|✅|✅|✅
78
78
发送文件|✅|✅|✅
79
79
发送动图|✅|✅|✅
80
80
**<群组>**|
81
81
@群成员|✅|✅|✅
82
-
群列表|✅|✅|✅
82
+
群列表|✅|✅|✅|✅
83
83
群成员列表|✅|✅|✅
84
84
群详情|✅|✅|✅
85
85
进群提示|✅|✅|✅
86
86
**<联系人>**|
87
-
好友列表|✅|✅|✅
87
+
好友列表|✅|✅|✅|✅
88
88
好友详情|✅|✅|✅
89
89
**<其他>**|
90
-
登录事件|✅|✅|✅
90
+
登录事件|✅|✅|✅|✅
91
91
扫码登录|||✅
92
92
93
93
## VERSION SUPPORT
@@ -96,12 +96,30 @@ Note: You need to install an NPM version that matches your WeChat client version
96
96
97
97
puppet-xp|wechat|npm install|
98
98
|:---|:---|:---|
99
-
|1.3.x|[WeChat-v3.9.2.23](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.2.23/WeChatSetup-3.9.2.23.exe)|npm i wechaty-puppet-xp@next|
99
+
|2.1.1|[WeChat-v3.9.10.27](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.10.27/WeChatSetup-3.9.10.27.exe)|npm i [email protected]|
100
+
|1.13.12|[WeChat-v3.9.2.23](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.2.23/WeChatSetup-3.9.2.23.exe)|npm i [email protected]|
100
101
|1.12.7|[WeChat-v3.6.0.18](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.6.0.18/WeChatSetup-3.6.0.18.exe)|npm i [email protected]|
101
102
|1.11.14|[WeChat-v3.3.0.115](https://github.com/wechaty/wechaty-puppet-xp/releases/download/v0.5/WeChatSetup-v3.3.0.115.exe)|npm i [email protected]|
102
103
103
104
## HISTORY
104
105
106
+
### v2.1.1
107
+
108
+
1. Support WeChat version 3.9.10.27
109
+
2. Support list
110
+
- getMyselfInfo
111
+
- contactList
112
+
- sendMsg
113
+
- recvMsg
114
+
115
+
### v2.0.0
116
+
117
+
1. Support WeChat version 3.9.10.19
118
+
2. Support list
119
+
- getMyselfInfo
120
+
- sendMsg
121
+
- recvMsg
122
+
105
123
### v1.13.12
106
124
107
125
1. Fixed the bug where the system crashes upon receiving a message before successful startup
0 commit comments