From 8af08c641707a94c8ed18aef1b2e0b2f8f702ab1 Mon Sep 17 00:00:00 2001 From: kifuan Date: Mon, 23 Jan 2023 02:50:43 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=91=A9=E5=B0=94?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E8=AE=A1=E7=AE=97=E5=99=A8=20(#1624)?= 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 a5196c5e..120708f7 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3856,5 +3856,15 @@ "homepage": "https://github.com/longchengguxiao/nonebot_plugin_pvz", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_molar_mass", + "project_link": "nonebot-plugin-molar-mass", + "name": "摩尔质量计算器", + "desc": "帮助中学生计算摩尔质量或相对分子质量的小工具。", + "author": "kifuan", + "homepage": "https://github.com/kifuan/nonebot-plugin-molar-mass", + "tags": [], + "is_official": false } ]