From 6d8f446c6cb23d03ac6d171a0a390c2478a52b25 Mon Sep 17 00:00:00 2001
From: Super Manito <68613938+SuperManito@users.noreply.github.com>
Date: Thu, 24 Oct 2024 12:58:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
DockerInstallation.sh | 4 ++--
docs/mirrors/index.md | 2 +-
docs/other/index.md | 2 +-
docs/stylesheets/extra.css | 3 +++
mkdocs.yml | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/DockerInstallation.sh b/DockerInstallation.sh
index 26bd18cf..d6284b94 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 cceffd5a..4570acd8 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 57a47b05..60c3117b 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 ec202740..0261cb50 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 7e07bbd9..6afe9387 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 '