配置未和主框架耦合,移动到外部插件目录
This commit is contained in:
40
plugins/set_emoji_like/_manifest.json
Normal file
40
plugins/set_emoji_like/_manifest.json
Normal 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服务器地址"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user