From 87e5e15b526e37469bac0819c2d98c6144d137c8 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:46:45 +0800 Subject: [PATCH] :beers: publish plugin HikariSearch (#884) Co-authored-by: MeetWq --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ac0fe076..0214ec01 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1536,5 +1536,20 @@ "homepage": "https://github.com/Nranphy/nonebot_plugin_leetcode2", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_hikarisearch", + "project_link": "nonebot-plugin-hikarisearch", + "name": "HikariSearch", + "desc": "使用 HikariSearch 的又一个搜图插件", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-hikarisearch", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ] \ No newline at end of file