mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-16 21:08:33 +05:30
feat: shortDescription
This commit is contained in:
parent
6f1dcbb524
commit
2b8dcdbd64
18 changed files with 110 additions and 78 deletions
|
|
@ -83,6 +83,7 @@ export const tool = defineTool('${type}', {
|
|||
path: '${toolName}',
|
||||
// image,
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['${toolName.split('-').join('\', \'')}'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue