29 lines
881 B
JSON
29 lines
881 B
JSON
|
|
{
|
||
|
|
"id": "wechat-mp",
|
||
|
|
"name": "微信公众号",
|
||
|
|
"version": "0.2.0",
|
||
|
|
"description": "微信公众号渠道插件,支持被动回调模式的消息收发(原 wechat 渠道迁移)",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 40,
|
||
|
|
"dependencies": ["httpx", "pycryptodome"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct"],
|
||
|
|
"message_types": ["text", "image", "voice", "video"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": true,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"group_management": false,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"adaptive_cards": false
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|