From 072c2a2a4128a744e0d41e9ff813fca2c769e73f Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Fri, 10 Mar 2023 20:37:47 +0000 Subject: [PATCH] :beers: publish plugin RimoFun (#1790) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index d5ba7da9..10b94b01 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4732,5 +4732,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_rimofun", + "project_link": "nonebot-plugin-rimofun", + "name": "RimoFun", + "desc": "使用 RimoChan 开发的项目做的一个有趣的插件", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-rimofun", + "tags": [ + { + "label": "RimoChan", + "color": "#f3e5bf" + }, + { + "label": "bnhhsh", + "color": "#ebbcc6" + } + ], + "is_official": false } ]