From 95e3650c51d27fae17a50b8d4aae7f45b350a81e Mon Sep 17 00:00:00 2001 From: MeetWq Date: Sat, 18 Mar 2023 15:12:42 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=A1=A8=E6=83=85?= =?UTF-8?q?=E5=8C=85=E5=88=B6=E4=BD=9C=EF=BC=88=E8=B0=83=E7=94=A8API?= =?UTF-8?q?=E7=89=88=EF=BC=89=20(#1820)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0e739a7e..4db19bf4 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4858,5 +4858,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_memes_api", + "project_link": "nonebot-plugin-memes-api", + "name": "表情包制作(调用API版)", + "desc": "用于制作各种沙雕表情包,功能与 nonebot-plugin-memes 基本相同", + "author": "MeetWq", + "homepage": "https://github.com/noneplugin/nonebot-plugin-memes-api", + "tags": [], + "is_official": false } ]