更新文档

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

@@ -1,3 +1,7 @@
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

@@ -1,3 +1,7 @@
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

@@ -1,3 +1,7 @@
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

@@ -151,7 +151,7 @@
## 快速開始
> 項目官方網站整合了 AI 聊天與搜索,更多使用方法詳見 [**linuxmirrors.cn**](https://linuxmirrors.cn/zh-Hant/use/)
> 專案官方網站整合了 AI 聊天與搜索,更多使用方法詳見 [**linuxmirrors.cn**](https://linuxmirrors.cn/zh-Hant/use/)
- ### GNU/Linux 更換系統軟體源
@@ -175,13 +175,13 @@
<a href="https://www.jetbrains.com" style="text-decoration: none;"><picture><source media="(prefers-color-scheme: dark)" srcset="/docs/assets/images/icon/jetbrains-dark.svg" width="140" height="50"><img src="/docs/assets/images/icon/jetbrains-light.svg" alt="jetbrains" width="140" height="50"></picture></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.netlify.com" style="text-decoration: none;"><picture><source media="(prefers-color-scheme: dark)" srcset="/docs/assets/images/icon/netlify-dark.png" width="110"><img src="/docs/assets/images/icon/netlify-light.png" alt="netlify" width="110"></picture></a>
項目已加入 JetBrains & Netlify 開源項目計劃
專案已加入 JetBrains & Netlify 開源專案計劃
## LICENSE
Copyright © 2025, [SuperManito](https://github.com/SuperManito). Released under the [MIT](https://github.com/SuperManito/LinuxMirrors/blob/main/LICENSE).
這是一個完全開源的項目,旨在為從事電腦相關行業的朋友提供便利,使換源更簡單
這是一個完全開源的專案,旨在為從事電腦相關行業的朋友提供便利,使換源更簡單
<a href="https://star-history.com/#SuperManito/LinuxMirrors&Date">
<picture>
@@ -191,4 +191,4 @@ Copyright © 2025, [SuperManito](https://github.com/SuperManito). Released under
</picture>
</a>
__如果您覺得這個項目不錯對您有幫助的話,請點擊倉庫右上角的 ⭐ 並分享給更多的朋友。__
__如果您覺得這個專案不錯對您有幫助的話,請點擊倉庫右上角的 ⭐ 並分享給更多的朋友。__

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` 指令手動執行。