31 lines
872 B
JSON
31 lines
872 B
JSON
|
|
{
|
||
|
|
"id": "kuaishou",
|
||
|
|
"name": "快手",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "Kuaishou",
|
||
|
|
"aliases": ["kuaishou", "ks", "gifshow"],
|
||
|
|
"description": "快手渠道插件 — 预研占位,待快手开放 IM API 后启用",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 120,
|
||
|
|
"dependencies": ["httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct"],
|
||
|
|
"message_types": ["text"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"group_management": false,
|
||
|
|
"streaming": false,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": false,
|
||
|
|
"experimental": true
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|