From 0444e252d18323f9fe340edf123a2d05e6fcbd16 Mon Sep 17 00:00:00 2001 From: anka <1350989414@qq.com> Date: Fri, 30 May 2025 00:28:29 +0800 Subject: [PATCH 1/2] add plugin: astrbot_plugin_translate --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index cf549d14..a33c2f8a 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,11 @@ { + "astrbot_plugin_translate": { + "author": "xu-wish", + "desc": "使用 Google Translate 的 AstrBot 插件,支持使用命令 /tl 翻译任意文本。", + "repo": "https://github.com/xu-wish/astrbot_plugin_translate", + "tags": ["翻译"], + "social_link": "https://github.com/xu-wish" + }, "astrbot_plugin_bili_userinfo": { "author": "FlyingMuyu", "desc": "B站用户信息查询", From 7d5cd725e190906879cbcef2ca7ee771633c8532 Mon Sep 17 00:00:00 2001 From: anka <1350989414@qq.com> Date: Fri, 30 May 2025 00:30:17 +0800 Subject: [PATCH 2/2] add plugin: astrbot_plugin_renjian --- plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins.json b/plugins.json index a33c2f8a..b045cf01 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,10 @@ { + "astrbot_plugin_renjian": { + "author": "FlyingMuyu", + "desc": "《我在人间凑数的日子》散文随机语录。", + "repo": "https://github.com/FlyingMuyu/astrbot_plugin_renjian", + "social_link": "https://github.com/FlyingMuyu" + }, "astrbot_plugin_translate": { "author": "xu-wish", "desc": "使用 Google Translate 的 AstrBot 插件,支持使用命令 /tl 翻译任意文本。",