@lansenger-pm/openclaw-lansenger-channel 3.7.2 → 3.7.3
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 +18 -1
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -165,7 +165,10 @@
|
|
|
165
165
|
"allowFrom": { "type": "array", "items": { "type": "string" }, "description": "Allowed user IDs / 允许的用户 ID 列表" },
|
|
166
166
|
"dmPolicy": { "type": "string", "enum": ["pairing", "allowlist", "open", "disabled"], "default": "pairing", "description": "DM security policy / 私聊安全策略" },
|
|
167
167
|
"groupPolicy": { "type": "string", "enum": ["open", "allowlist", "disabled"], "default": "allowlist", "description": "Group chat policy / 群聊策略" },
|
|
168
|
-
"groupAllowFrom": { "type": "array", "items": { "type": "string" }, "description": "Group IDs allowed to trigger the bot / 允许触发机器人的群聊 ID 列表" }
|
|
168
|
+
"groupAllowFrom": { "type": "array", "items": { "type": "string" }, "description": "Group IDs allowed to trigger the bot / 允许触发机器人的群聊 ID 列表" },
|
|
169
|
+
"ackMessage": { "type": "boolean", "default": false, "description": "Send ack message before agent processing (inherits from top-level if unset) / 代理处理前发送确认消息(未设置时继承顶层配置)" },
|
|
170
|
+
"ackMessageTextZh": { "type": "string", "default": "收到,正在处理...", "description": "Chinese ack message text / 中文确认消息文案" },
|
|
171
|
+
"ackMessageTextEn": { "type": "string", "default": "Received, processing...", "description": "English ack message text / 英文确认消息文案" }
|
|
169
172
|
}
|
|
170
173
|
}
|
|
171
174
|
}
|
|
@@ -316,6 +319,20 @@
|
|
|
316
319
|
"placeholder": "添加群聊 chatId / Add group chatId",
|
|
317
320
|
"sensitive": false,
|
|
318
321
|
"help": "Group chat IDs allowed to trigger this bot / 允许触发该机器人的群聊 ID"
|
|
322
|
+
},
|
|
323
|
+
"accounts.*.ackMessage": {
|
|
324
|
+
"label": "Ack Message / 确认消息",
|
|
325
|
+
"help": "Send ack message for this bot (inherits from top-level if unset) / 该机器人是否发送确认消息(未设置时继承顶层配置)"
|
|
326
|
+
},
|
|
327
|
+
"accounts.*.ackMessageTextZh": {
|
|
328
|
+
"label": "Ack Text (Chinese) / 确认文案(中文)",
|
|
329
|
+
"placeholder": "收到,正在处理...",
|
|
330
|
+
"help": "Chinese ack text for this bot / 该机器人中文确认文案"
|
|
331
|
+
},
|
|
332
|
+
"accounts.*.ackMessageTextEn": {
|
|
333
|
+
"label": "Ack Text (English) / 确认文案(英文)",
|
|
334
|
+
"placeholder": "Received, processing...",
|
|
335
|
+
"help": "English ack text for this bot / 该机器人英文确认文案"
|
|
319
336
|
}
|
|
320
337
|
}
|
|
321
338
|
}
|