feat: 新增工具:URL编码/解码

This commit is contained in:
taoran
2023-12-04 18:33:34 +08:00
parent 48bf2b2198
commit f1544b65a4
3 changed files with 82 additions and 0 deletions
+13
View File
@@ -90,6 +90,15 @@ function getTools() {
url: '/random_password',
cateId: 2,
cate: '开发运维',
},
{
id: 1,
title: 'URL编码/解码',
logo: 'https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg',
desc: 'URL在线编码解码工具(UrlEncode编码 和 UrlDecode解码)',
url: '/urlencode',
cateId: 2,
cate: '开发运维',
}
]
}
@@ -116,6 +125,10 @@ function getToolsCate() {
{
id: 6,
title: '查询相关'
},
{
id: 7,
title: '其他'
}
]
}