From 23b7a94b9acf25f5651e816af275a31cfa16befa Mon Sep 17 00:00:00 2001 From: NCBM Date: Fri, 21 Jul 2023 16:46:13 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=96=B9=E5=AF=B8?= =?UTF-8?q?=E7=8B=AD=E9=97=B4=20(#2206)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index feaba876..8c0f136f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7198,5 +7198,17 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_tempfile", + "project_link": "nonebot-plugin-tempfile", + "name": "方寸狭间", + "desc": "临时文件/IO 依赖注入支持", + "author": "NCBM", + "homepage": "https://github.com/NCBM/nonebot-plugin-tempfile", + "tags": [], + "is_official": false, + "type": "library", + "supported_adapters": null } ]