From efbfea3d94da2fad8ee9c42cdd0130fb916fe4a3 Mon Sep 17 00:00:00 2001 From: KafCoppelia <69038090+KafCoppelia@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:09:09 +0800 Subject: [PATCH] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于均适配beta.1,将fortune与what2eat插件“alpha”tag删除;修改几个插件“desc”字段描述,统一描述风格; --- website/static/plugins.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index a08f765f..d1c7da1c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -879,7 +879,7 @@ "module_name": "nonebot_plugin_roll", "project_link": "nonebot-plugin-roll", "name": "扔骰子", - "desc": "掷骰!扔出指定个数的多面骰子。", + "desc": "掷骰!扔出指定个数的多面骰子🎲", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_roll", "tags": [ @@ -894,7 +894,7 @@ "module_name": "nonebot_plugin_crazy_thursday", "project_link": "nonebot-plugin-crazy-thursday", "name": "疯狂星期四", - "desc": "天天疯狂!随机输出KFC疯狂星期四文案", + "desc": "天天疯狂!随机输出KFC疯狂星期四文案🍗", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_crazy_thursday", "tags": [ @@ -972,7 +972,7 @@ "module_name": "nonebot_plugin_fortune", "project_link": "nonebot-plugin-fortune", "name": "今日运势", - "desc": "抽签!占卜一下你的今日运势", + "desc": "抽签!抽取你的今日运势🙏", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", "tags": [ @@ -983,10 +983,6 @@ { "label": "t:fortune", "color": "#ea6f52" - }, - { - "label": "alpha only", - "color": "#181717" } ], "is_official": false @@ -995,7 +991,7 @@ "module_name": "nonebot_plugin_tarot", "project_link": "nonebot-plugin-tarot", "name": "塔罗牌", - "desc": "塔罗牌!占卜今日运势", + "desc": "塔罗牌!魔法占卜🔮", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_tarot", "tags": [ @@ -1006,10 +1002,6 @@ { "label": "t:tarot", "color": "#461264" - }, - { - "label": "beta first", - "color": "#b41f14" } ], "is_official": false @@ -1033,7 +1025,7 @@ "module_name": "nonebot_plugin_what2eat", "project_link": "nonebot-plugin-what2eat", "name": "今天吃什么", - "desc": "选择恐惧症?让Bot给你今天吃什么建议!", + "desc": "选择恐惧症?让Bot决定你今天吃什么🍕", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat", "tags": [ @@ -1044,10 +1036,6 @@ { "label": "t:what2eat", "color": "#f09526" - }, - { - "label": "alpha only", - "color": "#181717" } ], "is_official": false @@ -1100,4 +1088,4 @@ ], "is_official": false } -] \ No newline at end of file +]