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 } ]