mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-11 04:38:30 -06:00
chore: keywords added to list
This commit is contained in:
parent
ef034f2b8b
commit
6ad57674ea
@ -5,11 +5,10 @@ export const tool = defineTool('string', {
|
|||||||
i18n: {
|
i18n: {
|
||||||
name: 'string:unicode.title',
|
name: 'string:unicode.title',
|
||||||
description: 'string:unicode.description',
|
description: 'string:unicode.description',
|
||||||
shortDescription: 'string:unicode.shortDescription',
|
shortDescription: 'string:unicode.shortDescription'
|
||||||
longDescription: 'string:unicode.longDescription'
|
|
||||||
},
|
},
|
||||||
path: 'unicode',
|
path: 'unicode',
|
||||||
icon: 'mdi:unicode',
|
icon: 'mdi:unicode',
|
||||||
keywords: ['unicode'],
|
keywords: ['unicode', 'encode', 'decode', 'escape', 'text'],
|
||||||
component: lazy(() => import('./index'))
|
component: lazy(() => import('./index'))
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user