配置未和主框架耦合,移动到外部插件目录

This commit is contained in:
雅诺狐
2025-08-20 00:09:50 +08:00
parent 9e160874d1
commit 0e761a5ea2
5 changed files with 0 additions and 2 deletions

View File

@@ -0,0 +1,40 @@
{
"manifest_version": 1,
"name": "消息表情回应 (Set Message Emoji Like)",
"version": "1.0.0",
"description": "通过大模型判断或指令为特定的聊天消息设置QQ表情回应。需要NapCat服务支持。",
"author": {
"name": "yishan",
"url": "https://github.com/MaiM-with-u"
},
"license": "GPL-v3.0-or-later",
"host_application": {
"min_version": "0.8.0"
},
"homepage_url": "https://github.com/MaiM-with-u/maibot",
"repository_url": "https://github.com/MaiM-with-u/maibot",
"keywords": ["emoji", "reaction", "like", "表情", "回应", "点赞"],
"categories": ["Chat", "Integration"],
"default_locale": "zh-CN",
"locales_path": "_locales",
"plugin_info": {
"is_built_in": false,
"plugin_type": "functional",
"components": [
{
"type": "action",
"name": "set_emoji_like",
"description": "为消息设置表情回应"
}
],
"features": [
"通过LLM理解并为消息添加表情回应",
"支持通过表情名称或ID指定表情",
"需要连接到NapCat服务",
"可配置NapCat服务器地址"
]
}
}