mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-01 10:04:04 +01:00
feat: shortDescription
This commit is contained in:
@@ -83,6 +83,7 @@ export const tool = defineTool('${type}', {
|
||||
path: '${toolName}',
|
||||
// image,
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['${toolName.split('-').join('\', \'')}'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user