From 49cf1ec5d3e88ebafcb85987925b863434861fa9 Mon Sep 17 00:00:00 2001 From: zhulinyv Date: Sun, 25 Dec 2022 16:16:53 +0000 Subject: [PATCH] :beers: publish plugin Ping (#1507) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7220c7db..4aa68d9f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3748,5 +3748,15 @@ "homepage": "https://github.com/zhulinyv/nonebot_plugin_summon", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_ping", + "project_link": "nonebot-plugin-ping", + "name": "Ping", + "desc": "调用api,获取网站信息", + "author": "zhulinyv", + "homepage": "https://github.com/zhulinyv/nonebot_plugin_ping", + "tags": [], + "is_official": false } ]