liangzimixin 0.3.29 → 0.3.30
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/openclaw.plugin.json +1 -3
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"channels": ["liangzimixin"],
|
|
4
4
|
"configSchema": {
|
|
5
5
|
"type": "object",
|
|
6
|
-
"required": ["appId", "appSecret"],
|
|
7
6
|
"additionalProperties": false,
|
|
8
7
|
"properties": {
|
|
9
8
|
"appId": {
|
|
@@ -16,8 +15,7 @@
|
|
|
16
15
|
"type": "string",
|
|
17
16
|
"title": "应用密钥",
|
|
18
17
|
"description": "与 appId 配对,用于签名和身份校验",
|
|
19
|
-
"minLength": 1
|
|
20
|
-
"format": "password"
|
|
18
|
+
"minLength": 1
|
|
21
19
|
},
|
|
22
20
|
"quantumAccount": {
|
|
23
21
|
"type": "string",
|