From 5c2d2141e3533d7708b3c7d32266e43cbe8ef13b Mon Sep 17 00:00:00 2001 From: Ikaros-521 Date: Sun, 11 Dec 2022 17:08:58 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E9=85=8D=E8=89=B2=E6=96=B9=E6=A1=88=20(#1465)?= 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 99d575b5..69711c51 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3578,5 +3578,28 @@ "homepage": "https://github.com/chrisyy2003/lingyin-bot/tree/main/plugins/chatGPT", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_colormind", + "project_link": "nonebot-plugin-colormind", + "name": "随机配色方案", + "desc": "调用colormind.io的API随机获取一种配色方案", + "author": "Ikaros-521", + "homepage": "https://github.com/Ikaros-521/nonebot_plugin_colormind", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "t:color", + "color": "#ffffff" + }, + { + "label": "t:配色", + "color": "#fbff03" + } + ], + "is_official": false } ]