From 62560635b2edde9f183dc9da994e7b65510365f6 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine Date: Wed, 4 Jan 2023 06:34:04 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=AF=B9=E5=AF=B9?= =?UTF-8?q?=E8=81=94=20(#1541)?= 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 fac7b06d..67da0453 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3892,5 +3892,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_couplets", + "project_link": "nonebot-plugin-couplets", + "name": "对对联", + "desc": "人工智能给你对对联", + "author": "CMHopeSunshine", + "homepage": "https://github.com/CMHopeSunshine/nonebot-plugin-couplets", + "tags": [], + "is_official": false } ]