From e71d841045f8fe7bf559e658ed606f205f5d4a17 Mon Sep 17 00:00:00 2001 From: ericzhang-debug Date: Mon, 9 Jan 2023 11:26:39 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Bing=E6=AF=8F?= =?UTF-8?q?=E6=97=A5=E5=9B=BE=E7=89=87=E8=8E=B7=E5=8F=96=20(#1576)?= 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 33a94243..465fedc5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4011,5 +4011,28 @@ "homepage": "https://github.com/mengxinyuan638/xingzuo_luck", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_BingImage", + "project_link": "nonebot-plugin-BingImage", + "name": "Bing每日图片获取", + "desc": "获取Bing每日一图", + "author": "ericzhang-debug", + "homepage": "https://github.com/ericzhang-debug/nonebot_plugin_BingImage", + "tags": [ + { + "label": "风景图", + "color": "#0ce354" + }, + { + "label": "Bing", + "color": "#0c43e3" + }, + { + "label": "必应", + "color": "#eddf13" + } + ], + "is_official": false } ]