feat: add url encoder / decoder

This commit is contained in:
rusconn
2022-03-30 11:27:43 +09:00
parent ad8b6a26b9
commit c31a128d7a
5 changed files with 73 additions and 2 deletions

View File

@@ -64,8 +64,8 @@ const toolGroups = [
description:
"Encode or decode all the applicable characters to their corresponding URL entities",
keywords: "url encoder escaper decocder unescaper",
href: pagesPath.$url(),
disabled: true,
href: pagesPath.encoders_decoders.url.$url(),
disabled: false,
},
{
icon: <DragHandle />,