Files
Mofox-Core/plugins/set_emoji_like/_manifest.json

41 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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服务器地址"
]
}
}