perf: Optimize the command entry for creating tools, add a new category name when creating, so that the tool can be automatically imported after the developer creates it, reducing code conflicts caused by public file modifications

This commit is contained in:
jincan 2025-01-04 21:34:15 +08:00
parent 5c335c556d
commit 3173b239d3
2 changed files with 15 additions and 18 deletions

2
components.d.ts vendored
View file

@ -129,6 +129,8 @@ declare module '@vue/runtime-core' {
MenuLayout: typeof import('./src/components/MenuLayout.vue')['default']
MetaTagGenerator: typeof import('./src/tools/meta-tag-generator/meta-tag-generator.vue')['default']
MimeTypes: typeof import('./src/tools/mime-types/mime-types.vue')['default']
MyNewTool: typeof import('./src/tools/my-new-tool/my-new-tool.vue')['default']
NardyEncTool: typeof import('./src/tools/nardy-enc-tool/nardy-enc-tool.vue')['default']
NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NCode: typeof import('naive-ui')['NCode']