From 24ae0dfa153bbb00dfdbb235a85404d2fea3c415 Mon Sep 17 00:00:00 2001 From: A-kirami Date: Thu, 8 Dec 2022 06:17:57 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=B1=87=E7=8E=87?= =?UTF-8?q?=E6=8D=A2=E7=AE=97=20(#1451)?= 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 1da89b57..50305394 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3543,5 +3543,15 @@ "homepage": "https://github.com/A-kirami/nonebot-plugin-broadcast", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_exchangerate", + "project_link": "nonebot-plugin-exchangerate", + "name": "汇率换算", + "desc": "支持汇率换算与汇率查询", + "author": "A-kirami", + "homepage": "https://github.com/A-kirami/nonebot-plugin-exchangerate", + "tags": [], + "is_official": false } ]