feat(tools): add category to various tools for better organization

This commit is contained in:
jincan 2025-01-04 21:07:08 +08:00
parent 06422fba4a
commit 5c335c556d
89 changed files with 112 additions and 193 deletions

View file

@ -10,4 +10,5 @@ export const tool = defineTool({
component: () => import('./json-to-yaml.vue'),
icon: Braces,
createdAt: new Date('2023-04-10'),
category: 'Converter',
});