mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-07 01:57:15 +00:00
ec63978ecf
* docs: replace legacy documentation shortlinks * style: format updated documentation URLs --------- Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
66 lines
1.6 KiB
YAML
66 lines
1.6 KiB
YAML
apiVersion: v1
|
||
kind: MessagePlatformAdapter
|
||
metadata:
|
||
name: wechatpad
|
||
label:
|
||
en_US: WeChatPad
|
||
zh_Hans: WeChatPad(个人微信ipad)
|
||
zh_Hant: WeChatPad(個人微信iPad)
|
||
description:
|
||
en_US: WeChatPad Adapter
|
||
zh_Hans: WeChatPad 适配器,基于WeChatPad的个人微信解决方案,请查看文档了解使用方式
|
||
zh_Hant: WeChatPad 適配器,基於 WeChatPad 的個人微信解決方案,請查看文件了解使用方式
|
||
icon: wechatpad.png
|
||
spec:
|
||
categories:
|
||
- china
|
||
help_links:
|
||
zh: https://langbot.app/docs/zh/usage/platforms/wechat/wechatpad
|
||
en: https://langbot.app/docs/en/usage/platforms/readme
|
||
ja: https://langbot.app/docs/ja/usage/platforms/readme
|
||
config:
|
||
- name: wechatpad_url
|
||
label:
|
||
en_US: WeChatPad ERL
|
||
zh_CN: WeChatPad URL
|
||
zh_Hant: WeChatPad URL
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: wechatpad_ws
|
||
label:
|
||
en_US: WeChatPad_Ws
|
||
zh_CN: WeChatPad_Ws
|
||
zh_Hant: WeChatPad_Ws
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: admin_key
|
||
label:
|
||
en_US: Admin_Key
|
||
zh_CN: 管理员密匙
|
||
zh_Hant: 管理員密鑰
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: token
|
||
label:
|
||
en_US: Token
|
||
zh_CN: 令牌
|
||
zh_Hant: 令牌
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
- name: wxid
|
||
label:
|
||
en_US: wxid
|
||
zh_CN: wxid
|
||
zh_Hant: wxid
|
||
type: string
|
||
required: true
|
||
default: ""
|
||
execution:
|
||
python:
|
||
path: ./wechatpad.py
|
||
attr: WeChatPadAdapter
|