@marshulll/wecom-dual 0.1.1 → 0.1.2

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.en.md CHANGED
@@ -18,7 +18,7 @@ OpenClaw WeCom plugin supporting **Bot API mode** and **Internal App mode** with
18
18
  ### npm
19
19
  ```bash
20
20
  openclaw plugins install @marshulll/wecom-dual
21
- openclaw plugins enable wecom
21
+ openclaw plugins enable wecom-dual
22
22
  openclaw gateway restart
23
23
  ```
24
24
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ OpenClaw WeCom 插件,支持 **智能机器人 API 模式** 与 **自建应用
18
18
  ### npm 安装
19
19
  ```bash
20
20
  openclaw plugins install @marshulll/wecom-dual
21
- openclaw plugins enable wecom
21
+ openclaw plugins enable wecom-dual
22
22
  openclaw gateway restart
23
23
  ```
24
24
 
package/README.zh.md CHANGED
@@ -18,7 +18,7 @@ OpenClaw WeCom 插件,支持 **智能机器人 API 模式** 与 **自建应用
18
18
  ### npm 安装
19
19
  ```bash
20
20
  openclaw plugins install @marshulll/wecom-dual
21
- openclaw plugins enable wecom
21
+ openclaw plugins enable wecom-dual
22
22
  openclaw gateway restart
23
23
  ```
24
24
 
package/docs/INSTALL.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ### 方式一:npm 安装
6
6
  ```bash
7
7
  openclaw plugins install @marshulll/wecom-dual
8
- openclaw plugins enable wecom
8
+ openclaw plugins enable wecom-dual
9
9
  openclaw gateway restart
10
10
  ```
11
11
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "wecom",
2
+ "id": "wecom-dual",
3
3
  "channels": ["wecom"],
4
4
  "configSchema": {
5
5
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marshulll/wecom-dual",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "OpenClaw WeCom channel plugin (intelligent bot + internal app)",
6
6
  "author": "OpenClaw",
package/wecom/index.ts CHANGED
@@ -9,8 +9,8 @@ import { setWecomRuntime } from "./src/runtime.js";
9
9
  import { wecomPlugin } from "./src/channel.js";
10
10
 
11
11
  const plugin = {
12
- id: "wecom",
13
- name: "WeCom",
12
+ id: "wecom-dual",
13
+ name: "WeCom Dual",
14
14
  description: "OpenClaw WeCom channel plugin (bot API + internal app)",
15
15
  configSchema: emptyPluginConfigSchema(),
16
16
  register(api: ClawdbotPluginApi) {
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "wecom",
2
+ "id": "wecom-dual",
3
3
  "channels": ["wecom"],
4
4
  "configSchema": {
5
5
  "type": "object",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marshulll/wecom-dual",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "OpenClaw WeCom channel plugin (intelligent bot + internal app)",
6
6
  "author": "OpenClaw",