@searchfe/openclaw-baiduapp 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 +14 -14
- package/dist/index.d.ts +31 -58
- package/dist/index.js +328 -363
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -3
- package/package.json +7 -7
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Baidu App",
|
|
4
4
|
"description": "百度App消息渠道插件(支持主动推送)",
|
|
5
5
|
"version": "0.1.0",
|
|
6
|
-
"channels": ["
|
|
6
|
+
"channels": ["openclaw-baiduapp"],
|
|
7
7
|
"configSchema": {
|
|
8
8
|
"type": "object",
|
|
9
9
|
"additionalProperties": false,
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"webhookPath": {"type": "string"},
|
|
16
16
|
"token": {"type": "string"},
|
|
17
17
|
"encodingAESKey": {"type": "string"},
|
|
18
|
-
"receiveId": {"type": "string"},
|
|
19
18
|
"welcomeText": {"type": "string"},
|
|
20
19
|
"dmPolicy": {"type": "string", "enum": ["open", "pairing", "allowlist", "disabled"]},
|
|
21
20
|
"allowFrom": {"type": "array", "items": {"type": "string"}},
|
|
@@ -33,7 +32,6 @@
|
|
|
33
32
|
"webhookPath": {"type": "string"},
|
|
34
33
|
"token": {"type": "string"},
|
|
35
34
|
"encodingAESKey": {"type": "string"},
|
|
36
|
-
"receiveId": {"type": "string"},
|
|
37
35
|
"welcomeText": {"type": "string"},
|
|
38
36
|
"dmPolicy": {"type": "string", "enum": ["open", "pairing", "allowlist", "disabled"]},
|
|
39
37
|
"allowFrom": {"type": "array", "items": {"type": "string"}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@searchfe/openclaw-baiduapp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "OpenClaw Baidu App channel plugin (百度App消息渠道插件)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"./dist/index.js"
|
|
14
14
|
],
|
|
15
15
|
"channel": {
|
|
16
|
-
"id": "
|
|
16
|
+
"id": "openclaw-baiduapp",
|
|
17
17
|
"label": "Baidu App",
|
|
18
18
|
"selectionLabel": "Baidu App",
|
|
19
|
-
"docsPath": "/channels/
|
|
19
|
+
"docsPath": "/channels/openclaw-baiduapp",
|
|
20
20
|
"blurb": "百度App消息渠道插件,支持主动发送消息",
|
|
21
21
|
"aliases": [
|
|
22
22
|
"baidu-ai"
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"./dist/index.js"
|
|
35
35
|
],
|
|
36
36
|
"channel": {
|
|
37
|
-
"id": "
|
|
37
|
+
"id": "openclaw-baiduapp",
|
|
38
38
|
"label": "Baidu App",
|
|
39
39
|
"selectionLabel": "Baidu App",
|
|
40
|
-
"docsPath": "/channels/
|
|
40
|
+
"docsPath": "/channels/openclaw-baiduapp",
|
|
41
41
|
"blurb": "百度App消息渠道插件,支持主动发送消息",
|
|
42
42
|
"aliases": [
|
|
43
43
|
"baidu-ai"
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"./dist/index.js"
|
|
56
56
|
],
|
|
57
57
|
"channel": {
|
|
58
|
-
"id": "
|
|
58
|
+
"id": "openclaw-baiduapp",
|
|
59
59
|
"label": "Baidu App",
|
|
60
60
|
"selectionLabel": "Baidu App",
|
|
61
|
-
"docsPath": "/channels/
|
|
61
|
+
"docsPath": "/channels/openclaw-baiduapp",
|
|
62
62
|
"blurb": "百度App消息渠道插件,支持主动发送消息",
|
|
63
63
|
"aliases": [
|
|
64
64
|
"baidu-ai"
|