From 694db6c27876019384e12d45b0c606681ecfe93a Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Thu, 16 Feb 2023 16:18:24 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E3=80=81=E5=9B=BE=E7=89=87=E8=A7=A3=E6=9E=90=E5=99=A8=20(#1709?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a0135e8a..6ab8abcf 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4359,5 +4359,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-plugin-resolver", + "project_link": "nonebot-plugin-resolver", + "name": "视频、图片解析器", + "desc": "适用于nonebot2 解析视频、图片链接/小程序插件,tiktok、bilibili、twitter等实时发送!", + "author": "zhiyu1998", + "homepage": "https://github.com/zhiyu1998/nonebot-plugin-resolver", + "tags": [ + { + "label": "bilibili", + "color": "#f8a5c2" + }, + { + "label": "tiktok", + "color": "#303952" + }, + { + "label": "twitter", + "color": "#1b9cfc" + } + ], + "is_official": false } ]