From 28250f7767ae06c5e4b16c28df4ee3fd38556fce Mon Sep 17 00:00:00 2001 From: anka <1350989414@qq.com> Date: Tue, 13 May 2025 00:16:12 +0800 Subject: [PATCH 1/2] add plugin: astrbot_plugin_cyber_archaeology --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index 68a8f5ae..74b42c9e 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,11 @@ { + "astrbot_plugin_cyber_archaeology": { + "author": "AnYan", + "desc": "[仅 aiocqhttp] 本插件利用embedding,根据描述查询意思相符的历史信息。", + "repo": "https://github.com/TheAnyan/astrbot_plugin_cyber_archaeology", + "tags": ["关键词", "历史消息", "搜索"], + "social_link": "https://github.com/TheAnyan" + }, "astrbot_plugin_QQgal": { "author": "和泉智宏", "desc": "简单的Galgame", From fb92090da0c0a99b7bf520a635232b1bbac0b923 Mon Sep 17 00:00:00 2001 From: anka <1350989414@qq.com> Date: Tue, 13 May 2025 00:17:38 +0800 Subject: [PATCH 2/2] add plugin: astrbot_plugin_prefix_filter --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index 74b42c9e..8ba2014a 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,11 @@ { + "astrbot_plugin_prefix_filter": { + "author": "padoru233", + "desc": "一个用于过滤特定前缀消息的插件", + "repo": "https://github.com/padoru233/astrbot_plugin_prefix_filter", + "tags": ["prefix", "filter", "过滤", "前缀"], + "social_link": "https://github.com/padoru233" + }, "astrbot_plugin_cyber_archaeology": { "author": "AnYan", "desc": "[仅 aiocqhttp] 本插件利用embedding,根据描述查询意思相符的历史信息。",