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