From b78455f9102aabdcabb6c3b0ae2ca9eeb8e41a75 Mon Sep 17 00:00:00 2001 From: initialencounter Date: Tue, 23 May 2023 23:55:47 +0800 Subject: [PATCH] :beers: publish plugin cuber (#2045) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 33a9de45..63d9a9d1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5774,5 +5774,24 @@ "homepage": "https://github.com/synodriver/nonebot_plugin_lua", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_cube", + "project_link": "nonebot-plugin-cube", + "name": "cuber", + "desc": "魔方插件", + "author": "initialencounter", + "homepage": "https://github.com/initialencounter/nonebot-plugin-cube", + "tags": [ + { + "label": "魔方", + "color": "#ea5252" + }, + { + "label": "sqlite3", + "color": "#c2ea52" + } + ], + "is_official": false } ]