From 0897f3b0f7f56930a9f5c5ffda70cc921e2fee4e Mon Sep 17 00:00:00 2001 From: Xie-Tiao Date: Wed, 24 May 2023 23:26:50 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=9C=AC=E5=AD=90?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=85=B3=E9=94=AE=E8=AF=8D=E6=8F=90=E5=8F=96?= =?UTF-8?q?=20(#2055)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index aa58b9a8..8fcef2ef 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5831,5 +5831,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_herocard", + "project_link": "nonebot-plugin-herocard", + "name": "本子标题关键词提取", + "desc": "为了方便各位平时搜索本子用,发扬hero精神", + "author": "Xie-Tiao", + "homepage": "https://github.com/Xie-Tiao/nonebot_plugin_herocard", + "tags": [ + { + "label": "文本提取", + "color": "#6bc6bf" + }, + { + "label": "日语", + "color": "#53bbd8" + }, + { + "label": "本子", + "color": "#eea1b1" + } + ], + "is_official": false } ]