From a496db4ddf9212e784bf008d8b447f1b9b71cdef Mon Sep 17 00:00:00 2001 From: A-kirami Date: Wed, 10 May 2023 18:09:51 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-logpile (#1998) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index f434e444..0e14e3fc 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5609,5 +5609,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_logpile", + "project_link": "nonebot-plugin-logpile", + "name": "nonebot-plugin-logpile", + "desc": "本地日志保存", + "author": "A-kirami", + "homepage": "https://github.com/A-kirami/nonebot-plugin-logpile", + "tags": [], + "is_official": false } ]