From f07e9bf6999c4938e412971e5e43d18f2b8ce289 Mon Sep 17 00:00:00 2001 From: ZombieFly Date: Mon, 30 Jan 2023 02:44:52 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20uuid=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=20(#1648)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5a150a30..3876138c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4016,5 +4016,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_uuid", + "project_link": "nonebot-plugin-uuid", + "name": "uuid生成器", + "desc": "通过 uuid4 与 uuid5 生成 uuid ,并且支持快速去除短横线", + "author": "ZombieFly", + "homepage": "https://github.com/ZombieFly/nonebot-plugin-uuid", + "tags": [ + { + "label": "工具", + "color": "#39c5bb" + } + ], + "is_official": false } ]