From d83751d0ca3956a422858cd63e01e44dc9c8daf5 Mon Sep 17 00:00:00 2001 From: mengxinyuan638 Date: Mon, 9 Jan 2023 02:32:05 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=98=9F=E5=BA=A7?= =?UTF-8?q?=E8=BF=90=E5=8A=BF=20(#1571)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ef6de820..33a94243 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4001,5 +4001,15 @@ "homepage": "https://github.com/hmzz804/nonebot_plugin_cave", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_xingzuo", + "project_link": "nonebot-plugin-xingzuo", + "name": "星座运势", + "desc": "返回星座的运势", + "author": "mengxinyuan638", + "homepage": "https://github.com/mengxinyuan638/xingzuo_luck", + "tags": [], + "is_official": false } ]