{ "manifest_version": 1, "name": "消息表情回应 (Set Message Emoji Like)", "version": "1.0.0", "description": "通过大模型判断或指令,为特定的聊天消息设置QQ表情回应。需要NapCat服务支持。", "author": { "name": "MoFox-Studio", "url": "https://github.com/MoFox-Studio" }, "license": "GPL-v3.0-or-later", "host_application": { "min_version": "0.10.0" }, "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指定表情" ] } }