更新文档

This commit is contained in:
Super Manito
2025-10-12 08:05:40 +08:00
parent bf2adc1adf
commit 784f792b0c
12 changed files with 37 additions and 13 deletions

View File

@@ -6,6 +6,10 @@ search:
exclude: true
---
### `2025-10-12`
* Added support for I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c)
### `2025-09-28`
* Adapted for openSUSE 16 [#a934676](https://github.com/SuperManito/LinuxMirrors/commit/a934676aeb4dfc1d008b2b46ecea5811d7382317)

View File

@@ -6,6 +6,10 @@ search:
exclude: true
---
### `2025-10-12`
* 新增适配 I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c)
### `2025-09-28`
* 适配 openSUSE 16 [#a934676](https://github.com/SuperManito/LinuxMirrors/commit/a934676aeb4dfc1d008b2b46ecea5811d7382317)

View File

@@ -6,6 +6,10 @@ search:
exclude: true
---
### `2025-10-12`
* 新增適配 I18n [#bf2adc1](https://github.com/SuperManito/LinuxMirrors/commit/bf2adc1adf4f2de4820f617a23aabf247a47281c)
### `2025-09-28`
* 適配 openSUSE 16 [#a934676](https://github.com/SuperManito/LinuxMirrors/commit/a934676aeb4dfc1d008b2b46ecea5811d7382317)

View File

@@ -90,7 +90,7 @@ hide:
---
Script command options are designed according to formal application standards, meeting various advanced needs
Code structure is clear, easy to read and modify, and supports customization after cloning
Code structure is clear, easy to read and modify, and supports customization after cloning, supports multi-language printing
- :material-scale-balance:{ .lg .middle } __Free and Open Source__

View File

@@ -90,7 +90,7 @@ hide:
---
脚本命令选项遵循正式应用程序规范设计,能够满足各种高级需求
代码结构清晰,易于阅读和修改,支持克隆后定制
代码结构清晰,易于阅读和修改,支持克隆后定制,支持多语言打印
- :material-scale-balance:{ .lg .middle } __自由开源__

View File

@@ -90,7 +90,7 @@ hide:
---
腳本命令選項遵循正式應用程式規範設計,能夠滿足各種進階需求
程式碼結構清晰,易於閱讀和修改,支援克隆後定制
程式碼結構清晰,易於閱讀和修改,支援克隆後定制,支援多語言列印
- :material-scale-balance:{ .lg .middle } __自由開源__

View File

@@ -260,19 +260,19 @@ hide:
=== ":material-home-city: Chinese mainland"
``` bash
bash main.sh
bash main.sh --en
```
=== ":material-earth: International Regions"
``` bash
bash main.sh --abroad
bash main.sh --en --abroad
```
=== ":material-library: China Education Network"
``` bash
bash main.sh --edu
bash main.sh --en --edu
```
If none of these work, copy the [source code](https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) to a new `.sh` file and run it with `bash`.

View File

@@ -262,19 +262,19 @@ hide:
=== ":material-home-city: 中國大陸"
``` bash
bash main.sh
bash main.sh --zh-hant
```
=== ":material-earth: 國際地區"
``` bash
bash main.sh --abroad
bash main.sh --zh-hant --abroad
```
=== ":material-library: 中國大陸教育網"
``` bash
bash main.sh --edu
bash main.sh --zh-hant --edu
```
如果以上方法試了都不行,那就複製[原始碼](https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)至本地新建任意名稱的 `.sh` 腳本,貼上原始碼內容後透過 `bash` 指令手動執行。