diff --git a/src/views/tool/base64.vue b/src/views/tool/base64.vue index 9fc2db50d0b23cf29c9ef1a51f0e3a70c194d550..c339b5cd647fd059de6b30c50bbba6b531acf094 100644 --- a/src/views/tool/base64.vue +++ b/src/views/tool/base64.vue @@ -1,83 +1,252 @@ - - - - - - 编码 - 解码 - - - - Url Safe - - - - 上传文件 - - - - - + + + + + + + + + + + + {{ this.encodeUploadFile.file.name }} + + + + + + {{ $t('base64_url_safe') }} + + + + + + + + + + + + + + + + + + + + + {{ $t('base64_hex_dump_show_mode_hex') }} + {{ $t('base64_hex_dump_show_mode_text') }} + + + + {{ $t('base64_hex_dump_setting') }} + + + {{ $t('base64_hex_dump_format_twos') }} + {{ $t('base64_hex_dump_format_fours') }} + {{ $t('base64_hex_dump_format_eights') }} + {{ $t('base64_hex_dump_format_sixteens') }} + {{ $t('base64_hex_dump_format_none') }} + + + + + {{ $t('base64_hex_dump_caps_lower') }} + {{ $t('base64_hex_dump_caps_upper') }} + + + + + + + + + \ No newline at end of file +