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 地址