feat: support wecom (#372)

Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
This commit is contained in:
paisley
2026-03-10 12:06:37 +08:00
committed by GitHub
Unverified
parent 905ce02b0b
commit b86f47171b
13 changed files with 326 additions and 54 deletions

View File

@@ -185,6 +185,25 @@
"注意:現在のドキュメントには記載されていませんが、権限管理で 'contact:contact.base:readonly' **アプリケーション権限** を必ず追加してください"
]
},
"wecom": {
"description": "プラグイン経由で WeCom Bot (企業微信) に接続します",
"docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657",
"fields": {
"botId": {
"label": "ボット ID",
"placeholder": "ww_xxxxxx"
},
"secret": {
"label": "アプリシークレット",
"placeholder": "WeCom Bot のシークレット"
}
},
"instructions": [
"WeCom 管理コンソールでアプリケーションを作成し、設定情報を取得します",
"メッセージ受信サーバー設定が有効になっていることを確認します",
"ボット ID (または 企業 ID) とシークレットを入力して接続を確立します"
]
},
"imessage": {
"description": "BlueBubbles (macOS) 経由で iMessage に接続します",
"fields": {
@@ -299,4 +318,4 @@
}
},
"viewDocs": "ドキュメントを表示"
}
}