feat: add uuid generator

This commit is contained in:
rusconn
2022-04-02 19:02:41 +09:00
parent 8e79da00f3
commit d410830b7e
10 changed files with 248 additions and 3 deletions

View File

@@ -121,8 +121,8 @@ const toolGroups = [
longTitle: "UUID Generator",
description: "Generate UUIDs version 1 and 4",
keywords: "guid uuid1 uuid4 generator",
href: pagesPath.$url(),
disabled: true,
href: pagesPath.generators.uuid.$url(),
disabled: false,
},
],
},