From c1084cc4372954465572805c6944573ff0fc2e50 Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Sat, 22 Jan 2022 15:35:38 +0000 Subject: [PATCH] :beers: publish plugin nonebot_plugin_fortune --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index cd4eaf86..7f76339f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -954,5 +954,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_fortune", + "project_link": "nonebot-plugin-fortune", + "name": "nonebot_plugin_fortune", + "desc": "抽签!占卜一下你的今日运势", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", + "tags": [ + { + "label": "a:cqhttp", + "color": "#6952ea" + }, + { + "label": "t:fortune", + "color": "#ea6f52" + }, + { + "label": "alpha only", + "color": "#181717" + } + ], + "is_official": false } ] \ No newline at end of file