mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 16:41:36 -04:00
feat(tools): add category to various tools for better organization
This commit is contained in:
parent
06422fba4a
commit
5c335c556d
89 changed files with 112 additions and 193 deletions
|
@ -9,4 +9,5 @@ export const tool = defineTool({
|
|||
keywords: ['uuid', 'v4', 'random', 'id', 'alphanumeric', 'identity', 'token', 'string', 'identifier', 'unique', 'v1', 'v3', 'v5', 'nil'],
|
||||
component: () => import('./uuid-generator.vue'),
|
||||
icon: Fingerprint,
|
||||
category: 'Crypto',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue