mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-03 05:23:20 +00:00
refactor(tool): better new tool logic
This commit is contained in:
@@ -55,6 +55,7 @@ export const tool = defineTool({
|
||||
keywords: ['${toolName.split('-').join("', '")}'],
|
||||
component: () => import('./${toolName}.vue'),
|
||||
icon: ArrowsShuffle,
|
||||
createdAt: new Date('${new Date().toISOString().split('T')[0]}'),
|
||||
});
|
||||
`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user