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] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20wrong=20module=20nam?= =?UTF-8?q?e?= 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 +]