From 3e543977c9b4213a6a21cab4579bccabb3ed72db Mon Sep 17 00:00:00 2001 From: aaron-lii Date: Tue, 11 Apr 2023 11:49:11 +0800 Subject: [PATCH] :beers: publish plugin TataruBot2 (#1914) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 6973a681..3a19751c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5272,5 +5272,20 @@ "homepage": "https://github.com/IllusiveBull/nonebot_plugin_pokemonfusion", "tags": [], "is_official": false + }, + { + "module_name": "tatarubot2", + "project_link": "tatarubot2", + "name": "TataruBot2", + "desc": "FF14相关轻量功能,如查物价、logs、看微博等", + "author": "aaron-lii", + "homepage": "https://github.com/aaron-lii/TataruBot2", + "tags": [ + { + "label": "t:FF14", + "color": "#5282ea" + } + ], + "is_official": false } ]