generated from wechaty/puppet-mock
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only update readme doc #236
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ wechaty-puppet-xp is a local puppet for Wechaty: | |
|
||
- STEP 1: Install wechat client in your Windows computer. | ||
|
||
> 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. | ||
> 1.13.+ is the latest version, only support WeChat v3.9.2.23. Note to use the npm package that matches the WeChat version. | ||
|
||
- STEP 2: Login the wechat client on the computer. | ||
- STEP 3: Getting Started with TypeScript/JavaScript (RECOMMENDED). | ||
|
@@ -62,18 +62,18 @@ puppet-xp also have already released the installation package on NPM. Running wi | |
|
||
XP is a young puppet,it keeps growing and improving. | ||
|
||
版本|3.3.0.115|3.6.0.18|3.9.2.23| | ||
:---|:---|:---|:---| | ||
版本|3.3.0.115|3.6.0.18|3.9.2.23|3.9.10.19| | ||
:---|:---|:---|:---|:---| | ||
**<消息>**| | ||
接收文本|✅|✅|✅ | ||
接收文本|✅|✅|✅|✅ | ||
接收图片|✅|✅|✅ | ||
接收文件|✅|✅|✅ | ||
接收动图|✅|✅|✅ | ||
接收表情|✅|✅|✅ | ||
接收文件|✅|✅|✅|✅ | ||
接收动图|✅|✅|✅|✅ | ||
接收表情|✅|✅|✅|✅ | ||
接收小程序卡片|✅|✅|✅ | ||
接收联系人卡片|✅|✅|✅ | ||
接收位置卡片|✅|✅|✅ | ||
发送文本|✅|✅|✅ | ||
发送文本|✅|✅|✅|✅ | ||
发送图片|✅|✅|✅ | ||
发送文件|✅|✅|✅ | ||
发送动图|✅|✅|✅ | ||
|
@@ -87,7 +87,7 @@ XP is a young puppet,it keeps growing and improving. | |
好友列表|✅|✅|✅ | ||
好友详情|✅|✅|✅ | ||
**<其他>**| | ||
登录事件|✅|✅|✅ | ||
登录事件|✅|✅|✅|✅ | ||
扫码登录|||✅ | ||
|
||
## VERSION SUPPORT | ||
|
@@ -96,7 +96,8 @@ Note: You need to install an NPM version that matches your WeChat client version | |
|
||
puppet-xp|wechat|npm install| | ||
|:---|:---|:---| | ||
|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| | ||
|2.0.0|[WeChat-v3.9.10.19](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.10.19/WeChatSetup-3.9.10.19.exe)|npm i [email protected]| | ||
|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]| | ||
|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]| | ||
|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]| | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version notation
1.13.+
is ambiguous and might lead to confusion. It's better to specify the exact version or range that is supported to ensure users install the correct npm package version.