31 lines
890 B
JSON
31 lines
890 B
JSON
|
|
{
|
||
|
|
"id": "douyin",
|
||
|
|
"name": "抖音",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"label": "Douyin",
|
||
|
|
"aliases": ["douyin", "dy"],
|
||
|
|
"description": "抖音渠道插件,支持抖音小程序 IM 私信 Webhook 回调模式的消息收发",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 50,
|
||
|
|
"dependencies": ["httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct"],
|
||
|
|
"message_types": ["text", "image", "video", "card"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": true,
|
||
|
|
"reply": false,
|
||
|
|
"media": true,
|
||
|
|
"effects": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"group_management": false,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|