mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
refactor(tool): better new tool logic
This commit is contained in:
parent
20282987e3
commit
fb8a3a0fee
3 changed files with 7 additions and 1 deletions
|
@ -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]}'),
|
||||
});
|
||||
`,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue