From 2f61c6a6f90111147e7b4a9fd9e0048c9125353a Mon Sep 17 00:00:00 2001 From: Lan <59906398+Lancercmd@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:09:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20wrong=20module?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 cb632a48..c83da5b5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -974,9 +974,9 @@ "is_official": false }, { - "module_name": "今日运势", + "module_name": "nonebot_plugin_fortune", "project_link": "nonebot-plugin-fortune", - "name": "nonebot_plugin_fortune", + "name": "今日运势", "desc": "抽签!占卜一下你的今日运势", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", @@ -1086,4 +1086,4 @@ ], "is_official": false } -] \ No newline at end of file +] From ebd45dc5c1f66c01f74aaed2209b711ae7780c80 Mon Sep 17 00:00:00 2001 From: Lan <59906398+Lancercmd@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:19:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Update=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index c83da5b5..bf2628d2 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -36,7 +36,12 @@ "desc": "基于规则的授权管理", "author": "Lancercmd", "homepage": "https://github.com/Lancercmd/nonebot_plugin_rauthman", - "tags": [], + "tags": [ + { + "label": "t:rule", + "color": "#4ec9b0" + } + ], "is_official": false }, { @@ -120,7 +125,12 @@ "desc": "基于腾讯机器翻译 TMT", "name": "多语种翻译插件", "homepage": "https://github.com/Lancercmd/nonebot_plugin_translator", - "tags": [], + "tags": [ + { + "label": "t:func", + "color": "#dcdcaa" + } + ], "is_official": false }, { @@ -737,7 +747,12 @@ "desc": "在线运行代码插件,支持输入", "author": "yzyyz1387", "homepage": "https://github.com/yzyyz1387/nonebot_plugin_code", - "tags": [], + "tags": [ + { + "label": "t:func", + "color": "#dcdcaa" + } + ], "is_official": false }, {