From 7e2b656bad9107a23a12ff1cbef26f42806406e5 Mon Sep 17 00:00:00 2001 From: sushiHHH <128274232+sushiHHH@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:46:46 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=BE=AE=E5=8D=9A=E5=AA=92=E4=BD=93?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8F=92=E4=BB=B6=20(astrbot=5Fplugin=5Fweib?= =?UTF-8?q?o=5Fmedia=5Fpush)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugins.json b/plugins.json index 69ae03eb..92279bb3 100644 --- a/plugins.json +++ b/plugins.json @@ -13251,5 +13251,18 @@ "desc": "过滤消息段中的think", "repo": "https://github.com/zgojin/astrbot_plugin_thinkTags", "category": "utilities" + }, + "astrbot_plugin_weibo_media_push": { + "display_name": "微博媒体推送", + "desc": "订阅微博博主,新微博自动推送,仅发送图片和视频(不含任何文字),支持24h追更、去水印、多分辨率、网页管理", + "author": "sushiHHH", + "repo": "https://github.com/sushiHHH/astrbot_plugin_weibo_media_push", + "tags": [ + "微博", + "媒体", + "订阅", + "推送" + ], + "social_link": "https://github.com/sushiHHH" } }