mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-23 16:09:30 +02:00
feat (string): url decode
This commit is contained in:
16
src/pages/tools/string/url-decode/meta.ts
Normal file
16
src/pages/tools/string/url-decode/meta.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('string', {
|
||||
path: 'url-decode-string',
|
||||
icon: 'codicon:symbol-string',
|
||||
|
||||
keywords: ['uppercase'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
name: 'string:urlDecode.toolInfo.title',
|
||||
description: 'string:urlDecode.toolInfo.description',
|
||||
shortDescription: 'string:urlDecode.toolInfo.shortDescription',
|
||||
longDescription: 'string:urlDecode.toolInfo.longDescription'
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user