From fe64b904ff6f0f6fdffa63e7ecacda244d2cdb39 Mon Sep 17 00:00:00 2001 From: CofinCup Date: Mon, 29 Aug 2022 08:25:43 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=87=AA=E8=AF=86?= =?UTF-8?q?=E5=88=ABtodo=20(#1192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 717e4d0e..1c5e1402 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -2472,5 +2472,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_todo_nlp", + "project_link": "nonebot-plugin-todo-nlp", + "name": "自识别todo", + "desc": "一款自动识别提醒内容,可生成todo图片并定时推送的nonebot2插件,v11适配器可用", + "author": "CofinCup", + "homepage": "https://github.com/CofinCup/nonebot-plugin-todo-nlp", + "tags": [ + { + "label": "t:todo", + "color": "#499bdd" + }, + { + "label": "t:nlp", + "color": "#83b279" + } + ], + "is_official": false } ] \ No newline at end of file