From 3c5cd6046d982f006a66bf8945212a4be855ddae Mon Sep 17 00:00:00 2001 From: Yincmewy Date: Mon, 24 Apr 2023 14:36:52 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=20(#1941)?= 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 f1ddfb81..9a92cfed 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5422,5 +5422,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-plugin-coderun", + "project_link": "nonebot-plugin-coderun", + "name": "运行代码", + "desc": "基于runoob.com的在线代码运行插件", + "author": "Yincmewy", + "homepage": "https://github.com/Yincmewy/nonebot_plugin_coderun", + "tags": [], + "is_official": false } ]