mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 08:58:03 +00:00
- setInputStatus helper wrapping NapCat set_input_status API - startTyping/stopTyping with goroutine-based typing manager (5s interval, 30s auto-timeout) - start typing on webhook private message receipt - stop typing when output channel sends a response - fix plg.json UTF-8 BOM that broke plugindev parse
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"name": "qq",
|
|
"name_zh": "QQ消息",
|
|
"name_en": "qq",
|
|
"version": "1.0.0",
|
|
"description": "QQ 消息收发插件,通过 NapCat 协议桥接",
|
|
"author": "HomeAgent",
|
|
"entry": "plugin.so",
|
|
"tags": ["qq", "messaging"],
|
|
"targets": "linux/amd64",
|
|
"outdir": "dist",
|
|
"bundle": false,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
}
|