From 00f18c1bd8b2fb75ee8f2f52286f3308d7edf4c3 Mon Sep 17 00:00:00 2001 From: tomorinao-www Date: Sat, 19 Aug 2023 15:52:35 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E5=8A=A8=E6=BC=ABgal=E8=A7=92=E8=89=B2=20(#2287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2eb32d80..ad609865 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7175,5 +7175,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_anime_trace", + "project_link": "nonebot-plugin-anime-trace", + "name": "识别动漫gal角色", + "desc": "通过ai.animedb.cn的api识别动漫、galgame角色", + "author": "tomorinao-www", + "homepage": "https://github.com/tomorinao-www/nonebot-plugin-anime-trace", + "tags": [ + { + "label": "AI", + "color": "#f541dc" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]