openclaw-plugin-wecom 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,17 +22,15 @@
22
22
 
23
23
  ## 🚀 Installation
24
24
 
25
- ### Method 1: Using OpenClaw CLI (Recommended)
26
-
27
25
  ```bash
28
26
  openclaw plugins install openclaw-plugin-wecom
29
27
  ```
30
28
 
31
- ### Method 2: Using npm
32
-
33
- ```bash
34
- npm install openclaw-plugin-wecom
35
- ```
29
+ This command will automatically:
30
+ - Download the plugin from npm
31
+ - Install to `~/.openclaw/extensions/`
32
+ - Update your OpenClaw configuration
33
+ - Register the plugin
36
34
 
37
35
  ## ⚙️ Configuration
38
36
 
package/README_ZH.md CHANGED
@@ -22,17 +22,15 @@
22
22
 
23
23
  ## 🚀 安装
24
24
 
25
- ### 方式一:使用 OpenClaw CLI(推荐)
26
-
27
25
  ```bash
28
26
  openclaw plugins install openclaw-plugin-wecom
29
27
  ```
30
28
 
31
- ### 方式二:使用 npm
32
-
33
- ```bash
34
- npm install openclaw-plugin-wecom
35
- ```
29
+ 此命令会自动:
30
+ - 从 npm 下载插件
31
+ - 安装到 `~/.openclaw/extensions/` 目录
32
+ - 更新 OpenClaw 配置
33
+ - 注册插件
36
34
 
37
35
  ## ⚙️ 配置
38
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-plugin-wecom",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Enterprise WeChat AI Bot channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "index.js",