mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-03 04:24:36 +00:00
* add wechatpad image * add wechatpad image --------- Co-authored-by: fdc <you@example.com>
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
apiVersion: v1
|
||
kind: MessagePlatformAdapter
|
||
metadata:
|
||
name: wechatpad
|
||
label:
|
||
en_US: WeChatPad
|
||
zh_CN: WeChatPad(个人微信ipad)
|
||
description:
|
||
en_US: WeChatPad Adapter
|
||
zh_CN: WeChatPad 适配器
|
||
icon: wechatpad.png
|
||
spec:
|
||
config:
|
||
- name: wechatpad_url
|
||
label:
|
||
en_US: WeChatPad ERL
|
||
zh_CN: WeChatPad URL
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: wechatpad_ws
|
||
label:
|
||
en_US: WeChatPad_Ws
|
||
zh_CN: WeChatPad_Ws
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: admin_key
|
||
label:
|
||
en_US: Admin_Key
|
||
zh_CN: 管理员密匙
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: token
|
||
label:
|
||
en_US: Token
|
||
zh_CN: 令牌
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: wxid
|
||
label:
|
||
en_US: wxid
|
||
zh_CN: wxid
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
execution:
|
||
python:
|
||
path: ./wechatpad.py
|
||
attr: WeChatPadAdapter
|