@lanmers/wecom-openclaw-plugin 1.0.12 → 2.0.0
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
使用 CLI 工具自动安装插件并完成机器人配置:
|
|
35
35
|
|
|
36
36
|
```shell
|
|
37
|
-
npx -y @
|
|
37
|
+
npx -y @lanmers/wecom-openclaw-cli install
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
### 手动安装
|
|
41
41
|
|
|
42
42
|
```shell
|
|
43
|
-
openclaw plugins install @
|
|
43
|
+
openclaw plugins install @lanmers/wecom-openclaw-plugin
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
### 配置
|