From 362c43ce5fb91a644f21444da29ba6d80a43f6cf Mon Sep 17 00:00:00 2001 From: lm175 Date: Wed, 14 Aug 2024 16:49:04 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E6=88=AA=E5=9B=BE=E4=BC=AA=E9=80=A0=20(#2879)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 4318c4cc..6fae3d7e 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6672,5 +6672,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_fakepic", + "project_link": "nonebot-plugin-fakepic", + "author": "lm175", + "tags": [ + { + "label": "图片生成", + "color": "#3a82ff" + } + ], + "is_official": false } ]