@xuanmiss-npm/dingtalk 0.1.0 → 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.md +2 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
# @xuanmiss/dingtalk
|
|
1
|
+
# @xuanmiss-npm/dingtalk
|
|
2
2
|
|
|
3
3
|
OpenClaw 钉钉 (DingTalk) 渠道插件 - 支持 Stream 模式接入。
|
|
4
4
|
|
|
5
5
|
## 安装
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
openclaw plugins install @xuanmiss/dingtalk
|
|
7
|
+
openclaw plugins install @xuanmiss-npm/dingtalk
|
|
11
8
|
```
|
|
12
9
|
|
|
13
10
|
### 从本地源码安装
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
openclaw plugins install ./extensions/dingtalk
|
|
17
11
|
# 或使用 link 模式(不复制文件,适合开发)
|
|
18
12
|
openclaw plugins install -l ./extensions/dingtalk
|
|
19
13
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuanmiss-npm/dingtalk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "OpenClaw DingTalk (钉钉) channel plugin - Stream mode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"order": 20
|
|
41
41
|
},
|
|
42
42
|
"install": {
|
|
43
|
-
"npmSpec": "@xuanmiss/dingtalk",
|
|
43
|
+
"npmSpec": "@xuanmiss-npm/dingtalk",
|
|
44
44
|
"localPath": "extensions/dingtalk",
|
|
45
45
|
"defaultChoice": "npm"
|
|
46
46
|
}
|