openclaw-channel-dingtalk 2.1.0 → 2.1.1
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 +5 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# openclaw-channel-dingtalk
|
|
2
|
+
|
|
3
|
+
> ⚠️ **声明**:本项目为第三方开源插件,与阿里巴巴集团及钉钉(DingTalk)官方无任何关联。"钉钉"及"DingTalk"为阿里巴巴集团的注册商标。
|
|
2
4
|
|
|
3
5
|
钉钉 Stream 机器人 Channel 插件 for OpenClaw - 支持 Markdown、ActionCard 和双向实时通信。
|
|
4
6
|
|
|
@@ -15,13 +17,13 @@
|
|
|
15
17
|
## 📦 安装
|
|
16
18
|
|
|
17
19
|
```bash
|
|
18
|
-
npm install
|
|
20
|
+
npm install openclaw-channel-dingtalk
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
或者使用 OpenClaw CLI:
|
|
22
24
|
|
|
23
25
|
```bash
|
|
24
|
-
openclaw plugin install
|
|
26
|
+
openclaw plugin install openclaw-channel-dingtalk
|
|
25
27
|
```
|
|
26
28
|
|
|
27
29
|
## ⚙️ 配置
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-channel-dingtalk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "钉钉 Stream 机器人 Channel 插件 for OpenClaw - 支持 Markdown、ActionCard 和双向通信",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -67,4 +67,4 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"dingtalk-stream": "^2.1.4"
|
|
69
69
|
}
|
|
70
|
-
}
|
|
70
|
+
}
|