From aea54e14015b8f482701f81d379b926620cf9dd5 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:56:34 +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/theme/main.html | 6 ++++++ docs/use/index.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 docs/theme/main.html diff --git a/docs/theme/main.html b/docs/theme/main.html new file mode 100644 index 0000000..7354e23 --- /dev/null +++ b/docs/theme/main.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block site_meta %} + {{ super() }} + +{% endblock %} \ No newline at end of file diff --git a/docs/use/index.md b/docs/use/index.md index 4d40d00..675c5fe 100644 --- a/docs/use/index.md +++ b/docs/use/index.md @@ -124,13 +124,13 @@ hide: --- - 如果你系统命令行界面的中文显示乱码那么将导致无法查看交互内容,此外部分系统 GUI 图形界面的终端应用可能存在一些无法预料的显示问题。关于 SSH 服务部分系统会自动开启,否则请参考[开启方法](#关于开启-ssh-远程登录的方法)。 + 如果你系统命令行界面的中文显示乱码那么将导致无法查看交互内容,此外部分系统 GUI 图形界面的终端应用可能存在一些无法预料的显示问题。部分系统会自动开启 SSH 服务,否则请参考[开启方法](#关于开启-ssh-远程登录的方法)。 - :material-numeric-3:{style="color: #3CA7E5" .lg} __如果是在新装系统上首次执行脚本__ --- - 当前执行方式依赖 `curl` 指令获取脚本内容并执行,但部分操作系统没有预装此软件包,届时则会报错 `Command not found`,安装方法详见下方 [_关于报错 Command not found_](#关于报错-command-not-found)。 + 当前依赖 `curl` 指令获取脚本内容,但部分操作系统没有预装此软件包,届时则会报错 `Command not found`,安装方法详见下方 [_关于报错 Command not found_](#关于报错-command-not-found)。脚本本身与 `curl` `wget` 指令无关,更不会下载任何内容。 - :material-numeric-4:{style="color: #3CA7E5" .lg} __脚本运行期间需要交互选择配置__ @@ -146,7 +146,7 @@ hide: !!! quote "" - 此报错是因为系统没有预装 `curl` 软件包,下面是安装命令 + 此报错是因为系统没有安装 `curl` 软件包,下面是安装命令 === "Debian 系 / openKylin"