From 1b086c655f201241ea12fc3db24ca71aaefc28b0 Mon Sep 17 00:00:00 2001 From: SuperManito <68613938+SuperManito@users.noreply.github.com> Date: Mon, 8 May 2023 01:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/images/icon/netlify.svg | 22 ++++++++++++++++++++++ docs/index.md | 8 ++++---- docs/mirrors.md | 6 +++--- mkdocs.yml | 4 +++- 4 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 docs/assets/images/icon/netlify.svg diff --git a/docs/assets/images/icon/netlify.svg b/docs/assets/images/icon/netlify.svg new file mode 100644 index 0000000..5910d31 --- /dev/null +++ b/docs/assets/images/icon/netlify.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.md b/docs/index.md index 1fdbd3d..022b465 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,10 +62,10 @@ GNU/Linux 一键更换系统软件源脚本 · 让换源更简单 -当前支持上述基于 Debian、RedHat、openEuler、openSUSE 的发行版和及其部分衍生版本(点击列表中的图标可快速前往其官网) -理论支持所有架构的环境,不在此支持范围内的操作系统或版本请勿运行本项目脚本 - -[开始使用](/use){ .md-button .md-button--primary } [软件源](/Mirrors){ .md-button } +当前支持上述基于 Debian、RedHat、openEuler、openSUSE、Arch Linux 的发行版和及其部分衍生版本 +点击列表中的图标可快速前往其官网,理论支持所有架构的环境 项目已设立开源许可协议,传播时请在显著位置标注来源和作者,请尊重作者的知识成果,建议通过命令直接调用脚本 如有意见与建议您可以提交至 [Issues](https://github.com/SuperManito/LinuxMirrors/issues),如果您需要提交您的代码请前往 GitHub 仓库提交 [Pull Requests](https://github.com/SuperManito/LinuxMirrors/pulls) + +[开始使用](/use){ .md-button .md-button--primary } [软件源](/Mirrors){ .md-button } diff --git a/docs/mirrors.md b/docs/mirrors.md index 98b0ef3..2b299ab 100644 --- a/docs/mirrors.md +++ b/docs/mirrors.md @@ -30,13 +30,13 @@ hide: :material-check:{ style="color: #4DB6AC" } 支持    :material-close:{ style="color: #EF5350" } 不支持    :material-circle-off-outline:{ style="color: #F6B604" } 表示软件源分支命名不符合脚本默认规则,但可以通过命令参数来使用,具体详见[用法示例](../use/command-options/#%E6%8C%87%E5%AE%9A%E8%BD%AF%E4%BB%B6%E6%BA%90%E5%88%86%E6%94%AF),关于针对各操作系统所默认使用的镜像站分支名称[详见此处](../use/command-options/#%E6%8C%87%E5%AE%9A%E8%BD%AF%E4%BB%B6%E6%BA%90%E5%88%86%E6%94%AF) - 如果使用脚本过程中不能正常输出中文内容则可对照此列表使用,顺序与脚本一致,之后一路回车即可,如果这里没有你想使用的镜像站那么可以看看这个 [MirrorZ](https://mirrorz.org/site) + 如果使用脚本过程中不能正常输出中文内容则可对照此列表使用,顺序与脚本一致,之后一路回车即可,如果这里没有你想使用的教育单位镜像站,那么你可以运行[中国大陆教育网专用版本](/use/#%E4%B8%AD%E5%9B%BD%E5%A4%A7%E9%99%86%E6%95%99%E8%82%B2%E7%BD%91%E5%AE%9E%E9%AA%8C%E6%80%A7)看看 ???+ abstract "使用建议" - 软件源的速度区分刷新速度和下载速度,后者才是关键,具体请结合实际地理位置选择尝试,华北地区建议优先使用 `中科大`、`腾讯云`,你可以使用下面提到的[辅助工具网站](#工具网站)来帮助你进行选择 + 软件源的速度区分刷新速度和下载速度,后者才是关键,具体请结合实际地理位置选择尝试,华北地区建议优先使用`中科大`、`腾讯云`镜像站,你可以使用下面提到的[辅助工具网站](#工具网站)来帮助你进行选择 - 目前不建议使用阿里云镜像站,由于使用人数过多其公网下行带宽已被限制在了10M左右。如果你的内网环境过于复杂例如经过了多次NAT转换那么请不要使用阿里云、清华大学(TUNA)镜像站,容易被拉黑 + 目前不建议使用`阿里云`镜像站,由于使用人数过多其公网下行带宽已被限制在了10M左右。如果你的内网环境过于复杂例如经过了多次NAT转换那么请不要使用`清华大学(TUNA)`镜像站,容易被拉黑 ## 海外地区 :flag-world-map: diff --git a/mkdocs.yml b/mkdocs.yml index d46a603..bc17753 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: LinuxMirrors repo_name: SuperManito/LinuxMirrors repo_url: https://github.com/SuperManito/LinuxMirrors edit_uri: edit/main/docs/ -copyright: Copyright © 2021 - 2023 SuperManito +copyright: "Copyright © 2023 SuperManito. Website built with " theme: name: material custom_dir: docs/theme @@ -56,6 +56,8 @@ extra: generator: false homepage: https://linuxmirrors.cn social: + - icon: simple/gitee + link: https://gitee.com/SuperManito/LinuxMirrors - icon: fontawesome/brands/github link: https://github.com/SuperManito/LinuxMirrors extra_css: