mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-10 00:48:37 -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: {
|
||||
name: 'string:unicode.title',
|
||||
description: 'string:unicode.description',
|
||||
shortDescription: 'string:unicode.shortDescription',
|
||||
longDescription: 'string:unicode.longDescription'
|
||||
shortDescription: 'string:unicode.shortDescription'
|
||||
},
|
||||
path: 'unicode',
|
||||
icon: 'mdi:unicode',
|
||||
keywords: ['unicode'],
|
||||
keywords: ['unicode', 'encode', 'decode', 'escape', 'text'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user