mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
feat: urlencoder + file in base64
This commit is contained in:
parent
ee4eb30ca2
commit
d9f6c55a79
13 changed files with 260 additions and 21 deletions
|
@ -89,6 +89,13 @@
|
|||
child: [
|
||||
{icon: 'fa-calendar', text: 'Date/Time converter', link: '/date-converter'},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Web',
|
||||
child: [
|
||||
{icon: 'fa-link', text: 'URL encode/decode', link: '/url-encoder'},
|
||||
{icon: 'fa-file-image-o', text: 'File to Base64', link: '/file-to-base64'},
|
||||
],
|
||||
}
|
||||
],
|
||||
}),
|
||||
|
@ -100,7 +107,7 @@
|
|||
|
||||
<style lang="less">
|
||||
html{
|
||||
overflow-y: hidden !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
.single-card {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue