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
+7
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