diff --git a/README.en-US.md b/README.en-US.md index 4244a9f..0b58594 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -12,7 +12,7 @@ Ask DeepWiki

- + Featured|HelloGitHub @@ -26,103 +26,103 @@ Supported Versions -  Debian +  Debian 8 ~ 13 -  Ubuntu +  Ubuntu 14 ~ 25 -  Kali Linux +  Kali Linux all -  Linux Mint +  Linux Mint 19 ~ 22 / LMDE 6 -  Deepin +  Deepin all -  Zorin OS +  Zorin OS all -  Armbian +  Armbian all -  Proxmox VE +  Proxmox VE all -  Raspberry Pi OS +  Raspberry Pi OS all -  Red Hat Enterprise Linux +  Red Hat Enterprise Linux 7 ~ 10 -  Fedora +  Fedora 30 ~ 42 -  CentOS +  CentOS 7 ~ 8 / Stream 8 ~ 10 -  Rocky Linux +  Rocky Linux 8 ~ 10 -  AlmaLinux +  AlmaLinux 8 ~ 10 -  Oracle Linux +  Oracle Linux 8 ~ 10 -  openEuler +  openEuler 20 ~ 25 -  OpenCloudOS +  OpenCloudOS 8.6 ~ 9 / Stream 23 -  openKylin +  openKylin all -  Anolis OS +  Anolis OS 8 / 23 -  openSUSE +  openSUSE Leap 15 ~ 16 / Tumbleweed -  Arch Linux +  Arch Linux all -  Manjaro +  Manjaro all -  Alpine Linux +  Alpine Linux v3 / edge -  Gentoo +  Gentoo all -  NixOS +  NixOS 19 ~ 25 diff --git a/README.md b/README.md index b29fd60..8985d95 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ask DeepWiki

- + Featured|HelloGitHub @@ -26,103 +26,103 @@ 适配版本 -  Debian +  Debian 8 ~ 13 -  Ubuntu +  Ubuntu 14 ~ 25 -  Kali Linux +  Kali Linux all -  Linux Mint +  Linux Mint 19 ~ 22 / LMDE 6 -  Deepin(深度) +  Deepin(深度) all -  Zorin OS +  Zorin OS all -  Armbian +  Armbian all -  Proxmox VE +  Proxmox VE all -  Raspberry Pi OS +  Raspberry Pi OS all -  Red Hat Enterprise Linux +  Red Hat Enterprise Linux 7 ~ 10 -  Fedora +  Fedora 30 ~ 42 -  CentOS +  CentOS 7 ~ 8 / Stream 8 ~ 10 -  Rocky Linux +  Rocky Linux 8 ~ 10 -  AlmaLinux +  AlmaLinux 8 ~ 10 -  Oracle Linux +  Oracle Linux 8 ~ 10 -  openEuler(开源欧拉) +  openEuler(开源欧拉) 20 ~ 25 -  OpenCloudOS(鸥栖) +  OpenCloudOS(鸥栖) 8.6 ~ 9 / Stream 23 -  openKylin(开放麒麟) +  openKylin(开放麒麟) all -  Anolis OS(龙蜥) +  Anolis OS(龙蜥) 8 / 23 -  openSUSE +  openSUSE Leap 15 ~ 16 / Tumbleweed -  Arch Linux +  Arch Linux all -  Manjaro +  Manjaro all -  Alpine Linux +  Alpine Linux v3 / edge -  Gentoo +  Gentoo all -  NixOS +  NixOS 19 ~ 25 diff --git a/README.zh-Hant.md b/README.zh-Hant.md index 56dbb80..259266f 100644 --- a/README.zh-Hant.md +++ b/README.zh-Hant.md @@ -12,7 +12,7 @@ Ask DeepWiki

- + Featured|HelloGitHub @@ -26,103 +26,103 @@ 適配版本 -  Debian +  Debian 8 ~ 13 -  Ubuntu +  Ubuntu 14 ~ 25 -  Kali Linux +  Kali Linux all -  Linux Mint +  Linux Mint 19 ~ 22 / LMDE 6 -  Deepin +  Deepin all -  Zorin OS +  Zorin OS all -  Armbian +  Armbian all -  Proxmox VE +  Proxmox VE all -  Raspberry Pi OS +  Raspberry Pi OS all -  Red Hat Enterprise Linux +  Red Hat Enterprise Linux 7 ~ 10 -  Fedora +  Fedora 30 ~ 42 -  CentOS +  CentOS 7 ~ 8 / Stream 8 ~ 10 -  Rocky Linux +  Rocky Linux 8 ~ 10 -  AlmaLinux +  AlmaLinux 8 ~ 10 -  Oracle Linux +  Oracle Linux 8 ~ 10 -  openEuler +  openEuler 20 ~ 25 -  OpenCloudOS +  OpenCloudOS 8.6 ~ 9 / Stream 23 -  openKylin +  openKylin all -  Anolis OS +  Anolis OS 8 / 23 -  openSUSE +  openSUSE Leap 15 ~ 16 / Tumbleweed -  Arch Linux +  Arch Linux all -  Manjaro +  Manjaro all -  Alpine Linux +  Alpine Linux v3 / edge -  Gentoo +  Gentoo all -  NixOS +  NixOS 19 ~ 25 diff --git a/docs/assets/js/components/mirrors-table/data.js b/docs/assets/js/components/mirrors-table/data.js index 4880078..2ee93ad 100644 --- a/docs/assets/js/components/mirrors-table/data.js +++ b/docs/assets/js/components/mirrors-table/data.js @@ -414,7 +414,7 @@ const mirrorsTableData = [ deepin: true, rocky: true, almalinux: true, - epel: true, + epel: 'incompatible', fedora: 'incompatible', opencloudos: true, openeuler: true, diff --git a/docs/assets/js/components/mirrors-table/index.js b/docs/assets/js/components/mirrors-table/index.js index 362c6d8..f93ae0c 100644 --- a/docs/assets/js/components/mirrors-table/index.js +++ b/docs/assets/js/components/mirrors-table/index.js @@ -89,10 +89,10 @@ ComponentSystem.register('mirrors-table', { - + @@ -108,9 +108,9 @@ ComponentSystem.register('mirrors-table', {

- + @@ -288,7 +288,7 @@ ComponentSystem.register('mirrors-table', { else this._updateRows() }, getMirrorSiteBranchUrl(domain, branchName) { - return `https://${domain}/${branchName.replace(/_/, '-')}` + return `https://${domain}/${branchName.replace(/_/, '-')}/` }, _mapOptionForRow(opt) { const prefix = '/assets/images/icon/mirrors/' diff --git a/docs/index.en.md b/docs/index.en.md index 7756fc2..b7637ad 100644 --- a/docs/index.en.md +++ b/docs/index.en.md @@ -3,7 +3,7 @@ title: One-Click Script Makes Mirror Switching Easier description: GNU/Linux mirror switching script & Docker installation and registry mirror switching script comments: true glightbox: false -comments_description: This comment section is only for sharing project usage reviews and experiences. For issues or suggestions, please go to the Community or Issues +comments_description: This comment section is only for sharing project usage reviews and experiences. For issues or suggestions, please go to the Community or Issues hide: - navigation - toc @@ -105,31 +105,31 @@ hide: | Operating System | Supported Versions | | --- | :---: | -| **Debian** | _8~13_ | -| **Ubuntu** :material-information-outline:{ title="Supports Ubuntu family derivatives, such as UKylin, Kubuntu, etc.
Due to rapid iteration, not all non-LTS versions are directly supported. See documentation for details." } | _14~25_ | -| **Kali Linux** | _all_ | -| **Linux Mint** | _19~22 / LMDE 6_ | -| **Deepin** | _all_ | -| **Zorin OS** | _all_ | -| **Armbian** | _all_ | -| **Proxmox VE** | _all_ | -| **Raspberry Pi OS** | _all_ | -| **Red Hat Enterprise Linux** :material-information-outline:{ title="Uses CentOS Stream or CentOS mirrors" } | _7~10_ | -| **Fedora** | _30~42_ | -| **CentOS** | _7~8 / Stream 8~10_ | -| **Rocky Linux** | _8~10_ | -| **AlmaLinux** | _8~10_ | -| **Oracle Linux** :material-information-outline:{ title="Uses CentOS Stream mirrors" } | _8~10_ | -| **openEuler** | _20~25_ | -| **OpenCloudOS** | _8.6~9 / Stream 23_ | -| **openKylin** | _all_ | -| **Anolis OS** | _8 / 23_ | -| **openSUSE** | _Leap 15 ~ 16 / Tumbleweed_ | -| **Arch Linux** | _all_ | -| **Manjaro** | _all_ | -| **Alpine Linux** | _v3 / edge_ | -| **Gentoo** | _all_ | -| **NixOS** | _19~25_ | +| **Debian** | _8~13_ | +| **Ubuntu** :material-information-outline:{ title="Supports Ubuntu family derivatives, such as UKylin, Kubuntu, etc.
Due to rapid iteration, not all non-LTS versions are directly supported. See documentation for details." } | _14~25_ | +| **Kali Linux** | _all_ | +| **Linux Mint** | _19~22 / LMDE 6_ | +| **Deepin** | _all_ | +| **Zorin OS** | _all_ | +| **Armbian** | _all_ | +| **Proxmox VE** | _all_ | +| **Raspberry Pi OS** | _all_ | +| **Red Hat Enterprise Linux** :material-information-outline:{ title="Uses CentOS Stream or CentOS mirrors" } | _7~10_ | +| **Fedora** | _30~42_ | +| **CentOS** | _7~8 / Stream 8~10_ | +| **Rocky Linux** | _8~10_ | +| **AlmaLinux** | _8~10_ | +| **Oracle Linux** :material-information-outline:{ title="Uses CentOS Stream mirrors" } | _8~10_ | +| **openEuler** | _20~25_ | +| **OpenCloudOS** | _8.6~9 / Stream 23_ | +| **openKylin** | _all_ | +| **Anolis OS** | _8 / 23_ | +| **openSUSE** | _Leap 15 ~ 16 / Tumbleweed_ | +| **Arch Linux** | _all_ | +| **Manjaro** | _all_ | +| **Alpine Linux** | _v3 / edge_ | +| **Gentoo** | _all_ | +| **NixOS** | _19~25_ |
diff --git a/docs/index.md b/docs/index.md index ba18cb0..fc18726 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ title: 一键脚本使换源更简单 description: GNU/Linux 更换系统软件源脚本及 Docker 安装与换源脚本 comments: true glightbox: false -comments_description: 该评论区仅用于展示项目使用评价和经验分享,反馈问题或建议请前往社区Issues +comments_description: 该评论区仅用于展示项目使用评价和经验分享,反馈问题或建议请前往社区Issues hide: - navigation - toc @@ -105,31 +105,31 @@ hide: | 操作系统 | 适配版本 | | --- | :---: | -| **Debian** | _8~13_ | -| **Ubuntu** :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见文档" } | _14~25_ | -| **Kali Linux** | _all_ | -| **Linux Mint** | _19~22 / LMDE 6_ | -| **Deepin(深度)** | _all_ | -| **Zorin OS** | _all_ | -| **Armbian** | _all_ | -| **Proxmox VE** | _all_ | -| **Raspberry Pi OS** | _all_ | -| **Red Hat Enterprise Linux** :material-information-outline:{ title="使用 CentOS StreamCentOS 源" } | _7~10_ | -| **Fedora** | _30~42_ | -| **CentOS** | _7~8 / Stream 8~10_ | -| **Rocky Linux** | _8~10_ | -| **AlmaLinux** | _8~10_ | -| **Oracle Linux** :material-information-outline:{ title="使用 CentOS Stream 源" } | _8~10_ | -| **openEuler(开源欧拉)** | _20~25_ | -| **OpenCloudOS(鸥栖)** | _8.6~9 / Stream 23_ | -| **openKylin(开放麒麟)** | _all_ | -| **Anolis OS(龙蜥)** | _8 / 23_ | -| **openSUSE** | _Leap 15 ~ 16 / Tumbleweed_ | -| **Arch Linux** | _all_ | -| **Manjaro** | _all_ | -| **Alpine Linux** | _v3 / edge_ | -| **Gentoo** | _all_ | -| **NixOS** | _19~25_ | +| **Debian** | _8~13_ | +| **Ubuntu** :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见文档" } | _14~25_ | +| **Kali Linux** | _all_ | +| **Linux Mint** | _19~22 / LMDE 6_ | +| **Deepin(深度)** | _all_ | +| **Zorin OS** | _all_ | +| **Armbian** | _all_ | +| **Proxmox VE** | _all_ | +| **Raspberry Pi OS** | _all_ | +| **Red Hat Enterprise Linux** :material-information-outline:{ title="使用 CentOS StreamCentOS 源" } | _7~10_ | +| **Fedora** | _30~42_ | +| **CentOS** | _7~8 / Stream 8~10_ | +| **Rocky Linux** | _8~10_ | +| **AlmaLinux** | _8~10_ | +| **Oracle Linux** :material-information-outline:{ title="使用 CentOS Stream 源" } | _8~10_ | +| **openEuler(开源欧拉)** | _20~25_ | +| **OpenCloudOS(鸥栖)** | _8.6~9 / Stream 23_ | +| **openKylin(开放麒麟)** | _all_ | +| **Anolis OS(龙蜥)** | _8 / 23_ | +| **openSUSE** | _Leap 15 ~ 16 / Tumbleweed_ | +| **Arch Linux** | _all_ | +| **Manjaro** | _all_ | +| **Alpine Linux** | _v3 / edge_ | +| **Gentoo** | _all_ | +| **NixOS** | _19~25_ | diff --git a/docs/index.zh-Hant.md b/docs/index.zh-Hant.md index 0ab588b..8bee3db 100644 --- a/docs/index.zh-Hant.md +++ b/docs/index.zh-Hant.md @@ -3,7 +3,7 @@ title: 一鍵腳本讓換源更簡單 description: GNU/Linux 更換系統軟體源腳本及 Docker 安裝與換源腳本 comments: true glightbox: false -comments_description: 此評論區僅用於展示專案使用評估和經驗分享,回饋問題或建議請前往社群Issues +comments_description: 此評論區僅用於展示專案使用評估和經驗分享,回饋問題或建議請前往社群Issues hide: - navigation - toc @@ -105,31 +105,31 @@ hide: | 作業系統 | 適配版本 | | --- | :---: | -| **Debian** | _8~13_ | -| **Ubuntu** :material-information-outline:{ title="支援烏班圖家族衍生作業系統,例如 優麒麟 Kubuntu
由於迭代速度較快並不直接支援所有非 LTS 的版本,因此具體詳見文件" } | _14~25_ | -| **Kali Linux** | _all_ | -| **Linux Mint** | _19~22 / LMDE 6_ | -| **Deepin** | _all_ | -| **Zorin OS** | _all_ | -| **Armbian** | _all_ | -| **Proxmox VE** | _all_ | -| **Raspberry Pi OS** | _all_ | -| **Red Hat Enterprise Linux** :material-information-outline:{ title="使用 CentOS StreamCentOS 源" } | _7~10_ | -| **Fedora** | _30~42_ | -| **CentOS** | _7~8 / Stream 8~10_ | -| **Rocky Linux** | _8~10_ | -| **AlmaLinux** | _8~10_ | -| **Oracle Linux** :material-information-outline:{ title="使用 CentOS Stream 源" } | _8~10_ | -| **openEuler** | _20~25_ | -| **OpenCloudOS** | _8.6~9 / Stream 23_ | -| **openKylin** | _all_ | -| **Anolis OS** | _8 / 23_ | -| **openSUSE** | _Leap 15 ~ 16 / Tumbleweed_ | -| **Arch Linux** | _all_ | -| **Manjaro** | _all_ | -| **Alpine Linux** | _v3 / edge_ | -| **Gentoo** | _all_ | -| **NixOS** | _19~25_ | +| **Debian** | _8~13_ | +| **Ubuntu** :material-information-outline:{ title="支援烏班圖家族衍生作業系統,例如 優麒麟 Kubuntu
由於迭代速度較快並不直接支援所有非 LTS 的版本,因此具體詳見文件" } | _14~25_ | +| **Kali Linux** | _all_ | +| **Linux Mint** | _19~22 / LMDE 6_ | +| **Deepin** | _all_ | +| **Zorin OS** | _all_ | +| **Armbian** | _all_ | +| **Proxmox VE** | _all_ | +| **Raspberry Pi OS** | _all_ | +| **Red Hat Enterprise Linux** :material-information-outline:{ title="使用 CentOS StreamCentOS 源" } | _7~10_ | +| **Fedora** | _30~42_ | +| **CentOS** | _7~8 / Stream 8~10_ | +| **Rocky Linux** | _8~10_ | +| **AlmaLinux** | _8~10_ | +| **Oracle Linux** :material-information-outline:{ title="使用 CentOS Stream 源" } | _8~10_ | +| **openEuler** | _20~25_ | +| **OpenCloudOS** | _8.6~9 / Stream 23_ | +| **openKylin** | _all_ | +| **Anolis OS** | _8 / 23_ | +| **openSUSE** | _Leap 15 ~ 16 / Tumbleweed_ | +| **Arch Linux** | _all_ | +| **Manjaro** | _all_ | +| **Alpine Linux** | _v3 / edge_ | +| **Gentoo** | _all_ | +| **NixOS** | _19~25_ | diff --git a/docs/other/index.en.md b/docs/other/index.en.md index 032dedd..0bc673c 100644 --- a/docs/other/index.en.md +++ b/docs/other/index.en.md @@ -130,10 +130,10 @@ hide:

✨ After years of technical accumulation and production environment testing, it has been widely praised by the community and deeply loved by developers. It is used by major companies.

- + 1panel - + aapanel
diff --git a/docs/other/index.md b/docs/other/index.md index 6b1f71d..308ae22 100644 --- a/docs/other/index.md +++ b/docs/other/index.md @@ -130,10 +130,10 @@ hide:

✨ 经过了数年的技术沉淀与生产环境检验,广受社区好评,深得开发者喜爱,大厂都在使用

diff --git a/docs/other/index.zh-Hant.md b/docs/other/index.zh-Hant.md index 56dadcb..88c5906 100644 --- a/docs/other/index.zh-Hant.md +++ b/docs/other/index.zh-Hant.md @@ -130,10 +130,10 @@ hide:

✨ 經過了數年的技術沉澱與生產環境檢驗,廣受社區好評,深得開發者喜愛,大廠都在使用

diff --git a/docs/sponsor/main.html b/docs/sponsor/main.html index 02a298e..e207bd9 100644 --- a/docs/sponsor/main.html +++ b/docs/sponsor/main.html @@ -3,61 +3,61 @@
diff --git a/docs/theme/partials/search.html b/docs/theme/partials/search.html index 97beade..2fe09b8 100644 --- a/docs/theme/partials/search.html +++ b/docs/theme/partials/search.html @@ -1,4 +1,4 @@ - +
diff --git a/docs/theme/partials/toc.html b/docs/theme/partials/toc.html index 22f148a..9ca57e5 100644 --- a/docs/theme/partials/toc.html +++ b/docs/theme/partials/toc.html @@ -14,57 +14,57 @@ {{'Sponsors' if i18n_page_locale == 'en' else '贊助商' if i18n_page_locale == 'zh-Hant' else '赞助商'}}