From 0fd73966654c5dee950fa6ab5facb14e704e141f Mon Sep 17 00:00:00 2001 From: ElainaFanBoy Date: Mon, 22 May 2023 11:16:24 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Github=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=8D=A1=E7=89=87=20(#2041)?= 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 3a353252..d286ef58 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5745,5 +5745,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_githubcard", + "project_link": "nonebot-plugin-githubcard", + "name": "Github仓库卡片", + "desc": "检测GitHub仓库链接并自动发送卡片信息", + "author": "ElainaFanBoy", + "homepage": "https://github.com/ElainaFanBoy/nonebot_plugin_githubcard", + "tags": [ + { + "label": "t: Github", + "color": "#171a21" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ]