From 4a40782be0650dfc868d03c6353d645a3325c86f Mon Sep 17 00:00:00 2001 From: Yan-Zero Date: Wed, 2 Aug 2023 06:22:42 +0800 Subject: [PATCH] :beers: publish plugin Savepic (#2231) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 98553554..a03bafaa 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6906,5 +6906,22 @@ "nonebot.adapters.telegram", "nonebot.adapters.villa" ] + }, + { + "module_name": "nonebot_plugin_savepic", + "project_link": "nonebot-plugin-savepic", + "name": "Savepic", + "desc": "表情包保存", + "author": "Yan-Zero", + "homepage": "https://github.com/Yan-Zero/nonebot-plugin-savepic", + "tags": [ + { + "label": "表情包", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]