From 26934124a1a331c2a4f531eab2241909be8be0f1 Mon Sep 17 00:00:00 2001 From: KafCoppelia <69038090+KafCoppelia@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:10:50 +0800 Subject: [PATCH] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改nonebot_plugin_fortune "module_name" 与 nonebot_plugin_tarot 标签"alpha only" to "beta first",tarot插件已适配beta.1并已发行pypi,beta.1适配优先 --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index b8a5496f..704a3fac 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -956,7 +956,7 @@ "is_official": false }, { - "module_name": "nonebot_plugin_fortune", + "module_name": "今日运势", "project_link": "nonebot-plugin-fortune", "name": "nonebot_plugin_fortune", "desc": "抽签!占卜一下你的今日运势", @@ -995,7 +995,7 @@ "color": "#461264" }, { - "label": "alpha only", + "label": "beta first", "color": "#b41f14" } ], @@ -1039,4 +1039,4 @@ ], "is_official": false } -] \ No newline at end of file +]