From 028cb4e932d3796e020ba6957da3412ad936624a Mon Sep 17 00:00:00 2001 From: liyumin Date: Mon, 15 Jan 2024 15:41:58 +1100 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E7=9C=8Bip=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=9A=84=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?readme.md=E7=9A=84=E7=BD=91=E5=9D=80=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- README_ZH.md | 9 +++++---- index.html | 1 + index_zh.html | 1 + 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e378c5b..6e98f8a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ This repository hosts the content for [tool.gcc.ac.cn](https://tool.gcc.ac.cn). The toolbox includes: -- [Base64 Encoding/Decoding](https://tool.gcc.ac.cn/base64.html) -- [Number Base Conversion](https://tool.gcc.ac.cn/base_converter.html) -- [ASCII Code Conversion](https://tool.gcc.ac.cn/ascii.html) -- [UTF-8 Conversion](https://tool.gcc.ac.cn/utf8.html) -- [FFmpeg in Browser](https://ffmpeg.gcc.ac.cn/index_zh.html) [Repository Link](https://github.com/chn-lee-yumi/ffmpeg_in_browser) +- [Base64 Encoding/Decoding](https://tool.gcc.ac.cn/en/base64.html) +- [Number Base Conversion](https://tool.gcc.ac.cn/en/base_converter.html) +- [ASCII Code Conversion](https://tool.gcc.ac.cn/en/ascii.html) +- [UTF-8 Conversion](https://tool.gcc.ac.cn/en/utf8.html) +- [FFmpeg in Browser](https://ffmpeg.gcc.ac.cn/en/index.html) [Repository Link](https://github.com/chn-lee-yumi/ffmpeg_in_browser) +- [Show My IP Address](https://ip.gcc.ac.cn/) diff --git a/README_ZH.md b/README_ZH.md index db7a965..eb0d88c 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -5,8 +5,9 @@ 本仓库为 [tool.gcc.ac.cn](https://tool.gcc.ac.cn) 的页面内容托管。 工具箱内容包含: -- [base64编解码](https://tool.gcc.ac.cn/base64.html) -- [进制转换](https://tool.gcc.ac.cn/base_converter.html) -- [ASCII码转换](https://tool.gcc.ac.cn/ascii.html) -- [UTF-8编码转换](https://tool.gcc.ac.cn/utf8.html) +- [base64编解码](https://tool.gcc.ac.cn/zh/base64.html) +- [进制转换](https://tool.gcc.ac.cn/zh/base_converter.html) +- [ASCII码转换](https://tool.gcc.ac.cn/zh/ascii.html) +- [UTF-8编码转换](https://tool.gcc.ac.cn/zh/utf8.html) - [网页版FFmpeg](https://ffmpeg.gcc.ac.cn/index_zh.html) [仓库地址](https://github.com/chn-lee-yumi/ffmpeg_in_browser) +- [查看我的 IP 地址](https://ip.gcc.ac.cn/) diff --git a/index.html b/index.html index b9b9efc..bb30071 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,7 @@

Tools list:

  • Number Base Conversion
  • Base64 Encoding/Decoding
  • UTF-8 Encoding/Decoding
  • +
  • Show My IP Address
  • diff --git a/index_zh.html b/index_zh.html index 79ef7b8..27328b9 100644 --- a/index_zh.html +++ b/index_zh.html @@ -62,6 +62,7 @@

    工具列表:

  • 进制转换
  • Base64 编解码
  • UTF-8 编解码
  • +
  • 查看我的 IP 地址