perf: complete manifests for bot adapters

This commit is contained in:
Junyan Qin
2025-04-15 22:30:45 +08:00
parent 5abe9b8a16
commit 08e0cd232d
11 changed files with 32 additions and 11 deletions
+10 -1
View File
@@ -7,7 +7,7 @@ metadata:
zh_CN: 飞书
description:
en_US: Lark Adapter
zh_CN: 飞书适配器
zh_CN: 飞书适配器,请查看文档了解使用方式
icon: lark.svg
spec:
config:
@@ -36,6 +36,9 @@ spec:
label:
en_US: Enable Webhook Mode
zh_CN: 启用Webhook模式
description:
en_US: If enabled, the bot will use webhook mode to receive messages. Otherwise, it will use WS long connection mode
zh_CN: 如果启用,机器人将使用 Webhook 模式接收消息。否则,将使用 WS 长连接模式
type: boolean
required: true
default: false
@@ -43,6 +46,9 @@ spec:
label:
en_US: Webhook Port
zh_CN: Webhook端口
description:
en_US: Only valid when webhook mode is enabled, please fill in the webhook port
zh_CN: 仅在启用 Webhook 模式时有效,请填写 Webhook 端口
type: integer
required: true
default: 2285
@@ -50,6 +56,9 @@ spec:
label:
en_US: Encrypt Key
zh_CN: 加密密钥
description:
en_US: Only valid when webhook mode is enabled, please fill in the encrypt key
zh_CN: 仅在启用 Webhook 模式时有效,请填写加密密钥
type: string
required: true
default: ""