From ba329e5ef2653d93ccb6eba45fead0e7b6c70665 Mon Sep 17 00:00:00 2001 From: XZhouQD Date: Sat, 22 Apr 2023 15:32:25 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20AppInsights?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=9B=91=E6=8E=A7=20(#1939)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 63e7c9e6..afb81bf2 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5393,5 +5393,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_appinsights", + "project_link": "nonebot-plugin-appinsights", + "name": "AppInsights日志监控", + "desc": "使用Azure Appinsights监控机器人日志", + "author": "XZhouQD", + "homepage": "https://github.com/XZhouQD/nonebot-plugin-appinsights", + "tags": [], + "is_official": false } ]