diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 5173693..62ef6d7 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,3 +1,7 @@ +2025-11-02 + +* Adapted for Kylin Server to docker script [#1ddf1fb](https://github.com/SuperManito/LinuxMirrors/commit/1ddf1fb708987cf59c4ef56b0a0410caf1b8e726) + 2025-10-12 * Added support for I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d9155..b057f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2025-11-02 + +* Docker 脚本新增适配 Kylin Server 操作系统 [#1ddf1fb](https://github.com/SuperManito/LinuxMirrors/commit/1ddf1fb708987cf59c4ef56b0a0410caf1b8e726) + 2025-10-12 * 新增适配 I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c) diff --git a/CHANGELOG.zh-Hant.md b/CHANGELOG.zh-Hant.md index 2b98954..31fc2e8 100644 --- a/CHANGELOG.zh-Hant.md +++ b/CHANGELOG.zh-Hant.md @@ -1,3 +1,7 @@ +2025-11-02 + +* Docker 腳本新增適配 Kylin Server 作業系統 [#1ddf1fb](https://github.com/SuperManito/LinuxMirrors/commit/1ddf1fb708987cf59c4ef56b0a0410caf1b8e726) + 2025-10-12 * 新增適配 I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c) diff --git a/README.en-US.md b/README.en-US.md index 0b58594..8d9d966 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -34,7 +34,7 @@ 14 ~ 25 -  Kali Linux +  Kali Linux all diff --git a/README.md b/README.md index 8985d95..5c0d0d2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 14 ~ 25 -  Kali Linux +  Kali Linux all diff --git a/README.zh-Hant.md b/README.zh-Hant.md index 259266f..31fef1f 100644 --- a/README.zh-Hant.md +++ b/README.zh-Hant.md @@ -34,7 +34,7 @@ 14 ~ 25 -  Kali Linux +  Kali Linux all diff --git a/docs/assets/images/icon/armbian.png b/docs/assets/images/icon/armbian.png index 1cb5285..22deb53 100644 Binary files a/docs/assets/images/icon/armbian.png and b/docs/assets/images/icon/armbian.png differ diff --git a/docs/assets/images/icon/deepin.png b/docs/assets/images/icon/deepin.png index 2ecc4c6..30feabb 100644 Binary files a/docs/assets/images/icon/deepin.png and b/docs/assets/images/icon/deepin.png differ diff --git a/docs/assets/images/icon/kali-linux.png b/docs/assets/images/icon/kali-linux.png new file mode 100644 index 0000000..06a6926 Binary files /dev/null and b/docs/assets/images/icon/kali-linux.png differ diff --git a/docs/assets/images/icon/kali-linux.svg b/docs/assets/images/icon/kali-linux.svg deleted file mode 100644 index 71ce603..0000000 --- a/docs/assets/images/icon/kali-linux.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/assets/images/icon/opencloudos.png b/docs/assets/images/icon/opencloudos.png index b80e3f7..1d7e348 100644 Binary files a/docs/assets/images/icon/opencloudos.png and b/docs/assets/images/icon/opencloudos.png differ diff --git a/docs/assets/images/icon/oracle-linux.png b/docs/assets/images/icon/oracle-linux.png index 2d3b2aa..f6f9c78 100644 Binary files a/docs/assets/images/icon/oracle-linux.png and b/docs/assets/images/icon/oracle-linux.png differ diff --git a/docs/assets/js/components/mirrors-table/data.js b/docs/assets/js/components/mirrors-table/data.js index 2ee93ad..a14983e 100644 --- a/docs/assets/js/components/mirrors-table/data.js +++ b/docs/assets/js/components/mirrors-table/data.js @@ -755,7 +755,7 @@ const mirrorsTableFilterSelectOptions = [ { value: 'kali', label: 'Kali Linux', - iconName: 'kali-linux.svg', + iconName: 'kali-linux.png', }, { value: 'armbian', diff --git a/docs/changelog/index.en.md b/docs/changelog/index.en.md index 07f4dee..ee7dbd0 100644 --- a/docs/changelog/index.en.md +++ b/docs/changelog/index.en.md @@ -6,6 +6,10 @@ search: exclude: true --- +### `2025-11-02` + + * Adapted for Kylin Server to docker script [#1ddf1fb](https://github.com/SuperManito/LinuxMirrors/commit/1ddf1fb708987cf59c4ef56b0a0410caf1b8e726) + ### `2025-10-12` * Added support for I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 8668b8f..7927768 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,10 @@ search: exclude: true --- +### `2025-11-02` + + * Docker 脚本新增适配 Kylin Server 操作系统 [#1ddf1fb](https://github.com/SuperManito/LinuxMirrors/commit/1ddf1fb708987cf59c4ef56b0a0410caf1b8e726) + ### `2025-10-12` * 新增适配 I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c) diff --git a/docs/changelog/index.zh-Hant.md b/docs/changelog/index.zh-Hant.md index d9ebf38..e4032f5 100644 --- a/docs/changelog/index.zh-Hant.md +++ b/docs/changelog/index.zh-Hant.md @@ -6,6 +6,10 @@ search: exclude: true --- +### `2025-11-02` + + * Docker 腳本新增適配 Kylin Server 作業系統 [#1ddf1fb](https://github.com/SuperManito/LinuxMirrors/commit/1ddf1fb708987cf59c4ef56b0a0410caf1b8e726) + ### `2025-10-12` * 新增適配 I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c) diff --git a/docs/index.en.md b/docs/index.en.md index b7637ad..ab1564b 100644 --- a/docs/index.en.md +++ b/docs/index.en.md @@ -107,7 +107,7 @@ hide: | --- | :---: | | **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_ | +| **Kali Linux** | _all_ | | **Linux Mint** | _19~22 / LMDE 6_ | | **Deepin** | _all_ | | **Zorin OS** | _all_ | diff --git a/docs/index.md b/docs/index.md index fc18726..5df73b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -107,7 +107,7 @@ hide: | --- | :---: | | **Debian** | _8~13_ | | **Ubuntu** :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见文档" } | _14~25_ | -| **Kali Linux** | _all_ | +| **Kali Linux** | _all_ | | **Linux Mint** | _19~22 / LMDE 6_ | | **Deepin(深度)** | _all_ | | **Zorin OS** | _all_ | diff --git a/docs/index.zh-Hant.md b/docs/index.zh-Hant.md index 8bee3db..e340686 100644 --- a/docs/index.zh-Hant.md +++ b/docs/index.zh-Hant.md @@ -107,7 +107,7 @@ hide: | --- | :---: | | **Debian** | _8~13_ | | **Ubuntu** :material-information-outline:{ title="支援烏班圖家族衍生作業系統,例如 優麒麟 Kubuntu
由於迭代速度較快並不直接支援所有非 LTS 的版本,因此具體詳見文件" } | _14~25_ | -| **Kali Linux** | _all_ | +| **Kali Linux** | _all_ | | **Linux Mint** | _19~22 / LMDE 6_ | | **Deepin** | _all_ | | **Zorin OS** | _all_ | diff --git a/docs/mirrors/index.en.md b/docs/mirrors/index.en.md index 941aa2d..d95bd6a 100644 --- a/docs/mirrors/index.en.md +++ b/docs/mirrors/index.en.md @@ -255,4 +255,8 @@ search: !!! tip "This page displays only the default repository addresses provided by the script. If you can't find the one you want, don't worry—the script supports custom addresses via command options. See [Advanced Usage](../use/index.md#command-options-advanced-usage) for details." -> The flag icons on this page are for quick geographic identification only and do not represent any political stance of the author. Please do not over-interpret. Statement made for clarification. +--- + +!!! warning "Because the information on this page may be controversial, it is recommended that you do not include this page's content in your sharing on certain social media platforms to avoid unnecessary trouble." + + The flag icons on this page are for quick geographic identification only and do not represent any political stance of the author. Please do not over-interpret. Statement made for clarification. diff --git a/docs/mirrors/index.md b/docs/mirrors/index.md index 814903e..79c1a51 100644 --- a/docs/mirrors/index.md +++ b/docs/mirrors/index.md @@ -257,4 +257,8 @@ search: !!! tip "该页面展示的均为脚本默认提供可供选择的软件源地址,如果没有找到你想使用的也没有关系,脚本支持命令选项可自定义使用,详见[高级用法](../use/index.md#命令选项高级用法)" -> 本页面涉及的旗帜图标仅用于快速区分地理位置,不代表作者任何的政治立场,请不要过度解读,特此声明。 +--- + +!!! warning "由于该页面的信息可能会引起争议,为了避免不必要的麻烦,建议不要在部分社交媒体的分享中包含此页面内容" + + 本页面涉及的旗帜图标仅用于快速区分地理位置,不代表作者任何的政治立场,请不要过度解读,特此声明。 diff --git a/docs/mirrors/index.zh-Hant.md b/docs/mirrors/index.zh-Hant.md index 505ea23..5e93cc1 100644 --- a/docs/mirrors/index.zh-Hant.md +++ b/docs/mirrors/index.zh-Hant.md @@ -257,4 +257,8 @@ search: !!! tip "該頁面顯示的皆為腳本預設提供可供選擇的軟體源位址,如果沒有找到你想使用的也沒有關係,腳本支援命令選項可自定義使用,詳見[進階用法](../use/index.md#命令選項進階用法)" -> 本頁面涉及的旗幟圖示僅用於快速區分地理位置,不代表作者任何的政治立場,請不要過度解讀,特此聲明。 +--- + +!!! warning "由於該頁面的資訊可能會引起爭議,為了避免不必要的麻煩,建議不要在部分社交媒體的分享中包含此頁面內容" + + 本頁面涉及的旗幟圖示僅用於快速區分地理位置,不代表作者任何的政治立場,請不要過度解讀,特此聲明。 diff --git a/docs/other/index.en.md b/docs/other/index.en.md index 0bc673c..d9b6fb1 100644 --- a/docs/other/index.en.md +++ b/docs/other/index.en.md @@ -110,7 +110,7 @@ hide: --- - Compatible with a number of derivative operating systems not supported by the official installation script. :material-information-outline:{ title="In addition to the systems displayed on the official website, it also supports special systems such as Huawei Cloud EulerOS  TencentOS Server  Alibaba Cloud Linux" } + Compatible with a number of derivative operating systems not supported by the official installation script. :material-information-outline:{ title="In addition to the operating systems shown on the official website homepage, it also supports special systems such as those shown below.
" } - :material-weight-lifter:{ .lg .middle } __Powerful and unparalleled__ @@ -282,6 +282,7 @@ Command options(name/meaning/value): --only-registry \ --source-registry "docker.1ms.run,docker.1panel.live,docker.m.daocloud.io" ``` + > The option value can specify multiple addresses, which must be separated by commas. === "Manual Replacement" diff --git a/docs/other/index.md b/docs/other/index.md index 308ae22..8160770 100644 --- a/docs/other/index.md +++ b/docs/other/index.md @@ -110,7 +110,7 @@ hide: --- - 兼容大量不受官方安装脚本支持的衍生操作系统 :material-information-outline:{ title="除官网首页展示的系统外还支持 Huawei Cloud EulerOS  TencentOS Server  Alibaba Cloud Linux 等特制系统" } + 兼容大量不受官方安装脚本支持的衍生操作系统 :material-information-outline:{ title="除官网首页展示的系统外还支持下方等特制系统
" } - :material-weight-lifter:{ .lg .middle } __功能强大、无与伦比__ @@ -282,6 +282,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --help --only-registry \ --source-registry "docker.1ms.run,docker.1panel.live,docker.m.daocloud.io" ``` + > 选项值可以指定多个地址,需使用英文逗号进行分割 === "手动替换" diff --git a/docs/other/index.zh-Hant.md b/docs/other/index.zh-Hant.md index 88c5906..b69b193 100644 --- a/docs/other/index.zh-Hant.md +++ b/docs/other/index.zh-Hant.md @@ -110,7 +110,7 @@ hide: --- - 相容於大量不受官方安裝腳本支援的衍生作業系統 :material-information-outline:{ title="除官網首頁展示的系統外也支援 Huawei Cloud EulerOS  TencentOS Server  Alibaba Cloud Linux 等特製系統" } + 相容於大量不受官方安裝腳本支援的衍生作業系統 :material-information-outline:{ title="除官網首頁展示的系統外還支援下方等特製系統
" } - :material-weight-lifter:{ .lg .middle } __功能強大、無與倫比__ @@ -282,6 +282,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --zh-hant --help --only-registry \ --source-registry "docker.1ms.run,docker.1panel.live,docker.m.daocloud.io" ``` + > 選項值可以指定多個位址,需使用英文逗號分割 === "手動替換" diff --git a/docs/use/index.en.md b/docs/use/index.en.md index a9f5c4f..36f5448 100644 --- a/docs/use/index.en.md +++ b/docs/use/index.en.md @@ -545,7 +545,7 @@ Below are some advanced usage examples | --- | :---: | | **Debian** | `debian` `debian-archive` | | **Ubuntu** | `ubuntu` `ubuntu-ports` | - | **Kali Linux** | `kali` | + | **Kali Linux** | `kali` | | **Linux Mint** | `linuxmint` `ubuntu` `ubuntu-ports` `debian` | | **Deepin(深度)** | `deepin` | | **Zorin OS** | `ubuntu` `ubuntu-ports` | diff --git a/docs/use/index.md b/docs/use/index.md index 37d213a..4698694 100644 --- a/docs/use/index.md +++ b/docs/use/index.md @@ -547,7 +547,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help | --- | :---: | | **Debian** | `debian` `debian-archive` | | **Ubuntu** | `ubuntu` `ubuntu-ports` | - | **Kali Linux** | `kali` | + | **Kali Linux** | `kali` | | **Linux Mint** | `linuxmint` `ubuntu` `ubuntu-ports` `debian` | | **Deepin(深度)** | `deepin` | | **Zorin OS** | `ubuntu` `ubuntu-ports` | diff --git a/docs/use/index.zh-Hant.md b/docs/use/index.zh-Hant.md index b52108f..477227b 100644 --- a/docs/use/index.zh-Hant.md +++ b/docs/use/index.zh-Hant.md @@ -547,7 +547,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --zh-hant --help | --- | :---: | | **Debian** | `debian` `debian-archive` | | **Ubuntu** | `ubuntu` `ubuntu-ports` | - | **Kali Linux** | `kali` | + | **Kali Linux** | `kali` | | **Linux Mint** | `linuxmint` `ubuntu` `ubuntu-ports` `debian` | | **Deepin** | `deepin` | | **Zorin OS** | `ubuntu` `ubuntu-ports` |