35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
|
|
{
|
|||
|
|
"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"
|
|||
|
|
}
|