From 22a86f63fb0689c8434e526213595b38ea5e2a09 Mon Sep 17 00:00:00 2001 From: pucha201 Date: Mon, 3 Aug 2026 11:39:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20astrbot=5Fplugin?= =?UTF-8?q?=5Fvpn=5Fproxy=EF=BC=88vpn=E4=BB=A3=E7=90=86=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins.json b/plugins.json index 69ae03eb..71e8f105 100644 --- a/plugins.json +++ b/plugins.json @@ -13251,5 +13251,17 @@ "desc": "过滤消息段中的think", "repo": "https://github.com/zgojin/astrbot_plugin_thinkTags", "category": "utilities" + }, + "astrbot_plugin_vpn_proxy": { + "display_name": "🌐 vpn代理插件", + "desc": "VPN节点代理管理插件:支持VLESS/SS/VMess/Trojan/SOCKS5/HTTP/WireGuard节点与订阅管理,节点延迟测试,为AstrBot API请求提供VPN加速。", + "author": "铃兰", + "repo": "https://github.com/pucha201/astrbot_plugin_vpn_proxy", + "tags": [ + "vpn", + "代理" + ], + "social_link": "https://github.com/pucha201", + "category": "utilities" } }