ForcePilot/backend/package/yuxi/channel/extensions/bilibili/plugin.json

35 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "bilibili",
"name": "B站 (Bilibili)",
"version": "0.1.0",
"description": "B站渠道插件支持直播弹幕和私信交互",
"author": "ForcePilot Team",
"order": 95,
"dependencies": ["bilibili-api-python>=17.4.0"],
"capabilities": {
"chat_types": ["danmaku", "direct"],
"message_types": ["text", "image"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": false,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"pins": false,
"group_management": false,
"adaptive_cards": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 1200,
"block_streaming_coalesce_min_chars": 80,
"block_streaming_coalesce_max_chars": 400,
"block_streaming_coalesce_idle_ms": 500
},
"enabled": true,
"python_requires": ">=3.12"
}