Browse Source

doc(release): 调整排版

New Future 5 months ago
parent
commit
b6215fb01c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/release.md

+ 2 - 2
.github/release.md

@@ -7,9 +7,9 @@
 
 | 系统环境 (System) | 架构支持 (Architecture) | 说明 (Description) |
 | ---------: |:------------------- |:---------|
-| Docker | x64,386,arm64,armv7,armv6,ppc64le,s390x,riscv64<br>[Github Registry](https://ghcr.io/newfuture/ddns) <br> [Docker Hub](https://hub.docker.com/r/newfuture/ddns) | 支持8种架构 <br/>`docker pull ghcr.io/newfuture/ddns:${BUILD_VERSION}` <br/> 🚀 `docker pull newfuture/ddns:${BUILD_VERSION}` |
+| Docker | x64, 386, arm64, armv7, armv6, s390x, ppc64le, riscv64<br>[Github Registry](https://ghcr.io/newfuture/ddns) <br> [Docker Hub](https://hub.docker.com/r/newfuture/ddns) | 支持8种架构 <br/>`docker pull ghcr.io/newfuture/ddns:${BUILD_VERSION}` <br/> 🚀 `docker pull newfuture/ddns:${BUILD_VERSION}` |
 | Windows | [64-bit (ddns-windows-x64.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-x64.exe) <br> [32-bit (ddns-windows-x86.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-x86.exe) <br> [ARM (ddns-windows-arm64.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-arm64.exe) | 在最新 Windows 10 和 Windows 11 测试。 <br> ✅ Tested on Windows 10 and Windows 11 |
-| GLIBC Linux | [64-bit (ddns-glibc-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_amd64)<br> [32-bit (ddns-glibc-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_386) <br> [ARM64 (ddns-glibc-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm64)<br> [ARM/V7 (ddns-glibc-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm_v7) | 常规Linux桌面或服务器,需GLIBC≥2.28。<br>(如 Debian 9+、Ubuntu 20.04+、CentOS 8+)<br> 🐧 For common Linux desktop/server with GLIBC ≥ 2.28 |
+| GNU Linux | [64-bit (ddns-glibc-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_amd64)<br> [32-bit (ddns-glibc-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_386) <br> [ARM64 (ddns-glibc-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm64)<br> [ARM/V7 (ddns-glibc-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm_v7) | 常规Linux桌面或服务器,需GLIBC≥2.28。<br>(如 Debian 9+、Ubuntu 20.04+、CentOS 8+)<br> 🐧 For common Linux desktop/server with GLIBC ≥ 2.28 |
 | Musl Linux | [64-bit (ddns-musl-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_amd64) <br> [32-bit (ddns-musl-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_386) <br> [ARM64 (ddns-musl-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm64)<br> [ARM/V7 (ddns-musl-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm_v7) <br> [ARM/V6 (ddns-musl-linux_arm_v6)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm_v6) | 适用于OpenWRT及嵌入式系统(musl ≥ 1.1.24),如OpenWRT 19+;ARMv6未测试。<br> 🛠️ For OpenWRT and embedded systems with musl ≥ 1.1.24. ARMv6 not tested. |
 | macOS | [ARM/M-chip (ddns-mac-arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-mac-arm64) <br> [Intel x86_64 (ddns-mac-x64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-mac-x64) | 仅虚拟环境测试,未在真机测试 <br> 🍎 Tested in virtual environments only |
 | PIP | [`ddns=${BUILD_VERSION}` (全平台)](https://pypi.org/project/ddns/${BUILD_VERSION}) | 可通过 pip/pip2/pip3/easy_install 安装,部分环境自动添加至 PATH。<br> 📦 Installable via pip and easy_install. May auto-register in PATH |