From 002206de145f8b5786da6298374206017475122e Mon Sep 17 00:00:00 2001 From: anka <1350989414@qq.com> Date: Sun, 11 May 2025 23:26:11 +0800 Subject: [PATCH 1/2] add plugin: astrbot_plugin_emoji_like --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index 0b595e1f..25f17ea1 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,11 @@ { + "astrbot_plugin_emoji_like": { + "author": "Zhalslar", + "desc": "[仅 aiocqhttp] 调用LLM判断消息的情感,智能地给消息贴上QQ表情", + "repo": "https://github.com/Zhalslar/astrbot_plugin_emoji_like", + "tags": ["贴表情"], + "social_link": "https://github.com/Zhalslar" + }, "astrbot_plugin_pock_mini": { "author": "IGCrystal", "desc": "[仅 aiocqhttp] 依据长安某的“戳一戳”插件修改而来。本插件新增了调用大语言模型回复。但是也删除了表情包的制作。", From 03b187e8db61da26074f50943cb2f97bf103634f Mon Sep 17 00:00:00 2001 From: anka <1350989414@qq.com> Date: Sun, 11 May 2025 23:31:17 +0800 Subject: [PATCH 2/2] add plugin: astrbot_plugin_error_notice --- plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins.json b/plugins.json index 14e1e725..b8f051e6 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,10 @@ { + "astrbot_plugin_error_notice": { + "author": "DragonEmpery", + "desc": "[仅 aiocqhttp] 可以屏蔽掉机器人在群聊或私聊中的错误信息,并将错误信息发送给管理员。", + "repo": "https://github.com/DragonEmpery/astrbot_plugin_error_notice", + "tags": ["主动消息", "通知"] + }, "astrbot_plugin_emoji_like": { "author": "Zhalslar", "desc": "[仅 aiocqhttp] 调用LLM判断消息的情感,智能地给消息贴上QQ表情",