From 57fc04e4aa6dbb665cc4e45c89a6a2036811a0c3 Mon Sep 17 00:00:00 2001 From: campanulamediuml Date: Sun, 23 Apr 2023 20:31:29 +0800 Subject: [PATCH] :beers: publish plugin brainfuck (#1943) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e1fb71e2..11469014 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5422,5 +5422,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_brainfuck", + "project_link": "nonebot-plugin-brainfuck", + "name": "brainfuck", + "desc": "一个brainfuck解释器,允许在群聊中输入brainfuck:{command}:{inbox}执行brainfuck代码,并返回outbox", + "author": "campanulamediuml", + "homepage": "https://github.com/campanulamediuml/nonebot-plugin-brainfuck", + "tags": [ + { + "label": "t:dev", + "color": "#ea5252" + }, + { + "label": "t:bf", + "color": "#529fea" + } + ], + "is_official": false } ]