From ae66e45287be39d5a1258a138bdbc84f7028aef6 Mon Sep 17 00:00:00 2001 From: bridgeL Date: Fri, 20 Jan 2023 17:31:32 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=8A=AF=E4=BA=BA?= =?UTF-8?q?=E5=9C=A8=E8=B7=B3=E8=88=9E=20(#1607)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index bbda1f4a..da1ca97d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4111,5 +4111,24 @@ } ], "is_official": false + }, + { + "module_name": "criminal_dance", + "project_link": "criminal-dance", + "name": "犯人在跳舞", + "desc": "文字版桌游,犯人在跳舞", + "author": "bridgeL", + "homepage": "https://github.com/bridgeL/criminal_dance", + "tags": [ + { + "label": "t:文字版桌游", + "color": "#e36306" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ]