From 0c0fabcb8924cd8ead32da46c2fc3c2a9047160e Mon Sep 17 00:00:00 2001 From: mute23-code Date: Sat, 13 May 2023 17:59:46 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=20(#1959)?= 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 ad0087a5..dfceb0d5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5680,5 +5680,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_og", + "project_link": "nonebot-plugin-og", + "name": "链接解析", + "desc": "检测链接并发送网站简介及预览图", + "author": "mute23-code", + "homepage": "https://github.com/mute23-code/nonebot_plugin_og", + "tags": [], + "is_official": false } ]