mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-03-24 19:05:40 +08:00
更新文档
This commit is contained in:
@@ -35,7 +35,7 @@ hide:
|
||||
```
|
||||
> Real-time sync, no delay. Recommended for use in mainland China network environments.
|
||||
|
||||
=== ":gitcode: GitCode"
|
||||
=== ":simple-gitcode: GitCode"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
|
||||
@@ -53,7 +53,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh)
|
||||
```
|
||||
> Not supported in mainland China network environments.
|
||||
> Not recommended in mainland China network environments.
|
||||
|
||||
=== ":material-earth: International Regions"
|
||||
|
||||
@@ -78,7 +78,7 @@ hide:
|
||||
```
|
||||
> Real-time sync, no delay. Recommended for use in mainland China network environments.
|
||||
|
||||
=== ":gitcode: GitCode"
|
||||
=== ":simple-gitcode: GitCode"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
|
||||
@@ -96,7 +96,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad
|
||||
```
|
||||
> Not supported in mainland China network environments.
|
||||
> Not recommended in mainland China network environments.
|
||||
|
||||
=== ":material-library: China Education Network"
|
||||
|
||||
@@ -121,7 +121,7 @@ hide:
|
||||
```
|
||||
> Real-time sync, no delay. Recommended for use in mainland China network environments.
|
||||
|
||||
=== ":gitcode: GitCode"
|
||||
=== ":simple-gitcode: GitCode"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
|
||||
@@ -139,7 +139,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu
|
||||
```
|
||||
> Not supported in mainland China network environments.
|
||||
> Not recommended in mainland China network environments.
|
||||
|
||||
|
||||
|
||||
@@ -399,7 +399,7 @@ hide:
|
||||
|
||||
!!! quote ""
|
||||
|
||||
The project uses [GitHub Action](https://github.com/SuperManito/LinuxMirrors/blob/main/.github/workflows/build-docs.yml#L29) to automatically copy the source code to the docs directory after each commit for website publishing. The site is hosted on :netlify: [Netlify](https://www.netlify.com), with almost no risk of hijacking.
|
||||
The project uses [GitHub Action](https://github.com/SuperManito/LinuxMirrors/blob/main/.github/workflows/build-docs.yml#L29) to automatically copy the source code to the docs directory after each commit for website publishing. The site is hosted on [:netlify: Netlify](https://www.netlify.com), with almost no risk of hijacking.
|
||||
|
||||
You can also use the raw address from the code repository. This is just to explain why there are several different addresses; the default official site address is easier to remember and access.
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ hide:
|
||||
```
|
||||
> 实时同步、无延迟,国内网络环境下推荐使用
|
||||
|
||||
=== ":gitcode: GitCode (镜像仓库)"
|
||||
=== ":simple-gitcode: GitCode (镜像仓库)"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
|
||||
@@ -47,7 +47,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh)
|
||||
```
|
||||
> 不支持在国内网络环境下使用
|
||||
> 不建议在国内网络环境下使用
|
||||
|
||||
=== ":material-earth: 境外以及海外地区"
|
||||
|
||||
@@ -72,7 +72,7 @@ hide:
|
||||
```
|
||||
> 实时同步、无延迟,国内网络环境下推荐使用
|
||||
|
||||
=== ":gitcode: GitCode (镜像仓库)"
|
||||
=== ":simple-gitcode: GitCode (镜像仓库)"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
|
||||
@@ -91,7 +91,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad
|
||||
```
|
||||
> 不支持在国内网络环境下使用
|
||||
> 不建议在国内网络环境下使用
|
||||
|
||||
=== ":material-library: 中国大陆教育网"
|
||||
|
||||
@@ -116,7 +116,7 @@ hide:
|
||||
```
|
||||
> 实时同步、无延迟,国内网络环境下推荐使用
|
||||
|
||||
=== ":gitcode: GitCode (镜像仓库)"
|
||||
=== ":simple-gitcode: GitCode (镜像仓库)"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
|
||||
@@ -135,7 +135,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu
|
||||
```
|
||||
> 不支持在国内网络环境下使用
|
||||
> 不建议在国内网络环境下使用
|
||||
|
||||
|
||||
|
||||
@@ -395,7 +395,7 @@ hide:
|
||||
|
||||
!!! quote ""
|
||||
|
||||
项目利用 [GitHub Action](https://github.com/SuperManito/LinuxMirrors/blob/main/.github/workflows/build-docs.yml#L29) 在每次提交后自动拷贝源码到文档目录作为网站资源发布,网站托管于 :netlify: [Netlify](https://www.netlify.com),几乎没有被劫持的风险请放心使用。
|
||||
项目利用 [GitHub Action](https://github.com/SuperManito/LinuxMirrors/blob/main/.github/workflows/build-docs.yml#L29) 在每次提交后自动拷贝源码到文档目录作为网站资源发布,网站托管于 [:netlify: Netlify](https://www.netlify.com),几乎没有被劫持的风险请放心使用。
|
||||
|
||||
当然你也可以使用代码托管仓库的原始地址来调用,这里只是想告诉你为什么会有几个不同的地址,默认的官网地址更易于记忆和访问。
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ hide:
|
||||
```
|
||||
> 即時同步、無延遲,中國大陸網路環境下推薦使用
|
||||
|
||||
=== ":gitcode: GitCode (鏡像倉庫)"
|
||||
=== ":simple-gitcode: GitCode (鏡像倉庫)"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
|
||||
@@ -53,7 +53,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh)
|
||||
```
|
||||
> 不支援在中國大陸網路環境下使用
|
||||
> 不建議在中國大陸網路環境下使用
|
||||
|
||||
=== ":material-earth: 國際地區"
|
||||
|
||||
@@ -78,7 +78,7 @@ hide:
|
||||
```
|
||||
> 即時同步、無延遲,中國大陸網路環境下推薦使用
|
||||
|
||||
=== ":gitcode: GitCode (鏡像倉庫)"
|
||||
=== ":simple-gitcode: GitCode (鏡像倉庫)"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
|
||||
@@ -97,7 +97,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad
|
||||
```
|
||||
> 不支援在中國大陸網路環境下使用
|
||||
> 不建議在中國大陸網路環境下使用
|
||||
|
||||
=== ":material-library: 中國大陸教育網"
|
||||
|
||||
@@ -122,7 +122,7 @@ hide:
|
||||
```
|
||||
> 即時同步、無延遲,中國大陸網路環境下推薦使用
|
||||
|
||||
=== ":gitcode: GitCode (鏡像倉庫)"
|
||||
=== ":simple-gitcode: GitCode (鏡像倉庫)"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://raw.gitcode.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
|
||||
@@ -141,7 +141,7 @@ hide:
|
||||
``` bash
|
||||
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu
|
||||
```
|
||||
> 不支援在中國大陸網路環境下使用
|
||||
> 不建議在中國大陸網路環境下使用
|
||||
|
||||
|
||||
|
||||
@@ -401,7 +401,7 @@ hide:
|
||||
|
||||
!!! quote ""
|
||||
|
||||
項目利用 [GitHub Action](https://github.com/SuperManito/LinuxMirrors/blob/main/.github/workflows/build-docs.yml#L29) 在每次提交後自動拷貝原始碼到文檔目錄作為網站資源發佈,網站託管於 :netlify: [Netlify](https://www.netlify.com),幾乎沒有使用風險。
|
||||
項目利用 [GitHub Action](https://github.com/SuperManito/LinuxMirrors/blob/main/.github/workflows/build-docs.yml#L29) 在每次提交後自動拷貝原始碼到文檔目錄作為網站資源發佈,網站託管於 [:netlify: Netlify](https://www.netlify.com),幾乎沒有使用風險。
|
||||
|
||||
當然你也可以使用程式碼託管倉庫的原始位址來調用,這裡只是想告訴你為什麼會有幾個不同的位址,預設的官網位址更容易記憶和訪問。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user