fix: config field incompletion in adapter manifests

This commit is contained in:
Junyan Qin
2025-05-11 15:34:28 +08:00
parent d01858125c
commit 0c89dbce8d
3 changed files with 15 additions and 0 deletions

View File

@@ -39,6 +39,13 @@ spec:
type: string
required: true
default: ""
- name: markdown_card
label:
en_US: Markdown Card
zh_CN: 是否使用 Markdown 卡片
type: boolean
required: false
default: true
execution:
python:
path: ./dingtalk.py

View File

@@ -18,6 +18,13 @@ spec:
type: string
required: true
default: ""
- name: markdown_card
label:
en_US: Markdown Card
zh_CN: 是否使用 Markdown 卡片
type: boolean
required: false
default: true
execution:
python:
path: ./telegram.py

View File

@@ -8,6 +8,7 @@ metadata:
description:
en_US: WeComCSAdapter
zh_CN: 企业微信客服适配器
icon: wecom.png
spec:
config:
- name: port