From 616612ecd48802e0e0e16c4331db0f74ed3969c1 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Sat, 10 May 2025 22:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=80=82=E9=85=8D=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeMirrors.sh | 4 ++-- README.md | 2 +- docs/index.md | 2 +- docs/use/index.md | 4 +--- mkdocs.yml | 4 ++-- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/ChangeMirrors.sh b/ChangeMirrors.sh index aa16fdf..42ea753 100755 --- a/ChangeMirrors.sh +++ b/ChangeMirrors.sh @@ -1,6 +1,6 @@ #!/bin/bash ## Author: SuperManito -## Modified: 2025-04-29 +## Modified: 2025-05-10 ## License: MIT ## GitHub: https://github.com/SuperManito/LinuxMirrors ## Website: https://linuxmirrors.cn @@ -770,7 +770,7 @@ function collect_system_info() { fi ;; "${SYSTEM_UBUNTU}") - if [[ "${SYSTEM_VERSION_ID_MAJOR}" -lt 14 || "${SYSTEM_VERSION_ID_MAJOR}" -gt 24 ]]; then + if [[ "${SYSTEM_VERSION_ID_MAJOR}" -lt 14 || "${SYSTEM_VERSION_ID_MAJOR}" -gt 25 ]]; then is_supported="false" fi ;; diff --git a/README.md b/README.md index a1c557c..4af8ef5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@  Ubuntu - 14 ~ 24 + 14 ~ 25  Kali Linux diff --git a/docs/index.md b/docs/index.md index cc08287..e7272d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -102,7 +102,7 @@ hide: | 操作系统 | 适配版本 | | --- | :---: | | Debian | _8 ~ 13_ | -| Ubuntu :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见使用文档中的高级用法" } | _14 ~ 24_ | +| Ubuntu :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见使用文档中的高级用法" } | _14 ~ 25_ | | Kali Linux | _all_ | | Linux Mint | _19 ~ 22 / LMDE 6_ | | Deepin(深度) | _all_ | diff --git a/docs/use/index.md b/docs/use/index.md index 05f5f1f..6793fec 100644 --- a/docs/use/index.md +++ b/docs/use/index.md @@ -149,11 +149,9 @@ hide: !!! quote "关于软件源的选择(新用户必读)" - 如果你不了解这些镜像站那么建议使用 `阿里云(兼容性高)` 或 `中国科学技术大学(速度快)`,请不要陷入测速焦虑,默认内置的软件源一般不会有太大的差异。 + 如果你不了解这些镜像站那么建议使用 `阿里云 (兼容性高)` 或 `中国科学技术大学 (速度快)`,请不要陷入测速焦虑,内置的默认软件源一般不会有太大的差异。 本项目脚本只是一个自动化运维工具,不会对镜像站进行主观的优劣排序,用户的选择应该是自由的,这也是为了开源软件精神能够得到更好的延续。 - 官网文档为这些镜像站专门提供了一个页面[【软件源列表】](../mirrors/index.md) -
diff --git a/mkdocs.yml b/mkdocs.yml index 285f967..8fb9f5d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,7 @@ theme: favicon: assets/favicon.ico font: false icon: - repo: fontawesome/brands/github + repo: simple/github edit: material/file-document-edit-outline view: material/file-eye-outline admonition: @@ -88,7 +88,7 @@ extra: - icon: simple/gitee link: https://gitee.com/SuperManito/LinuxMirrors name: Gitee - - icon: fontawesome/brands/github + - icon: simple/github link: https://github.com/SuperManito/LinuxMirrors name: GitHub analytics: