diff --git a/DockerInstallation.sh b/DockerInstallation.sh index 26bd18c..d6284b9 100755 --- a/DockerInstallation.sh +++ b/DockerInstallation.sh @@ -141,7 +141,7 @@ function handle_command_options() { --source 指定 Docker CE 源地址 地址 --source-registry 指定 Docker Registry 源地址 地址 --codename 指定 Debian 系操作系统的版本代号 代号名称 - --install-latested 控制是否安装最新版本的 Docker Engine true 或 false + --install-latest 控制是否安装最新版本的 Docker Engine true 或 false --ignore-backup-tips 忽略覆盖备份提示 无 问题报告 https://github.com/SuperManito/LinuxMirrors/issues @@ -189,7 +189,7 @@ function handle_command_options() { fi ;; ## 安装最新版本 - --install-latested) + --install-latest | --install-latested) if [ "$2" ]; then case "$2" in [Tt]rue | [Ff]alse) diff --git a/docs/mirrors/index.md b/docs/mirrors/index.md index cceffd5..4570acd 100644 --- a/docs/mirrors/index.md +++ b/docs/mirrors/index.md @@ -70,7 +70,7 @@ hide: | 上海交通大学(思源) | [mirror.sjtu.edu.cn](https://mirror.sjtu.edu.cn "https://mirror.sjtu.edu.cn") | | 上海交通大学(致远) | [mirrors.sjtug.sjtu.edu.cn](https://mirrors.sjtug.sjtu.edu.cn "https://mirrors.sjtug.sjtu.edu.cn") | -## 海外地区 :flag-world-map: +## 境外与海外地区 :flag-world-map: === ":fontawesome-solid-earth-asia: 亚洲" diff --git a/docs/other/index.md b/docs/other/index.md index 57a47b0..60c3117 100644 --- a/docs/other/index.md +++ b/docs/other/index.md @@ -77,7 +77,7 @@ bash <(curl -sSL https://linuxmirrors.cn/docker.sh) | `--source` | 指定 `Docker CE` 源地址(域名或IP) | 地址 | | `--source-registry` | 指定镜像仓库地址(域名或IP) | 地址 | | `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 | -| `--install-latested` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` | +| `--install-latest` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` | | `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) | 无 | > 软件源格式 `<指定WEB协议>://<软件源地址>/<软件源分支>` diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index ec20274..0261cb5 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -46,3 +46,6 @@ .md-typeset { font-size: 16px; } +.md-typeset .emojione, .md-typeset .gemoji, .md-typeset .twemoji { + vertical-align: -0.2em !important; +} diff --git a/mkdocs.yml b/mkdocs.yml index 7e07bbd..6afe938 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: LinuxMirrors -repo_name: GitHub Repository +repo_name: GitHub repo_url: https://github.com/SuperManito/LinuxMirrors edit_uri: edit/main/docs/ copyright: 'Copyright © 2024 SuperManito '