From f375a4a72322aa1324b8267ba4cf40b214241a19 Mon Sep 17 00:00:00 2001 From: fu050409 Date: Mon, 14 Aug 2023 21:20:36 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=91=A8=E6=98=93?= =?UTF-8?q?=E8=93=8D=E8=8D=89=E5=8D=A0=E5=8D=9C=20(#2267)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 6e924ab7..909deb7e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7096,5 +7096,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_uvdiviner", + "project_link": "nonebot-plugin-uvdiviner", + "name": "周易蓍草占卜", + "desc": "基于古蓍草占卜的算法, 简单的使用`.divine`指令.", + "author": "fu050409", + "homepage": "https://gitee.com/unvisitor/nonebot-plugin-uvdiviner", + "tags": [ + { + "label": "占卜", + "color": "#440e0e" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": null } ]