mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
feat: urlencoder + file in base64
This commit is contained in:
parent
3ef90b84ca
commit
34889eb1ce
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