diff --git a/src/app/index.md b/src/app/index.md index 260d3e6..2824853 100644 --- a/src/app/index.md +++ b/src/app/index.md @@ -20,17 +20,16 @@ category: > > 当前构建版包含最新的功能,但也可能尚未完善且不稳定,请谨慎使用。 -::: details 无法在 Windows 7 中运行 ExamShowboard(点击展开) > [!caution] -> **在 Windows 7 中使用 ExamShowboard 是不现实的。** 受限制于框架问题,您无法在 Windows 7 中运行 ExamShowboard 。 -::: +> +> **在 Windows 7 中使用 ExamShowboard 是不现实的。**受限制于框架问题,您无法在 Windows 7 中运行 ExamShowboard 。 # 安装软件 下载完成后,运行安装程序,等待进度条走完后双击自动创建的 `ExamShowboard` 桌面快捷方式即可进入应用 ___ -请先参阅[编写配置文件](./introduction/config-edit.md)。 +请先参阅[编写配置文件](../introduction/config-edit.md)。 ## 使用本地配置文件 diff --git a/src/app/static-config.md b/src/app/static-config.md index 18469c1..e04e1d2 100644 --- a/src/app/static-config.md +++ b/src/app/static-config.md @@ -2,7 +2,7 @@ 本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。 -您可以[编写配置文件](./introduction/config-edit.md),并将其托管到静态网站上,以下以托管到 GitHub 公开存储仓库为例。 +您可以[编写配置文件](../introduction/config-edit.md),并将其托管到静态网站上,以下以托管到 GitHub 公开存储仓库为例。 ## 开始 diff --git a/src/introduction/config-edit.md b/src/introduction/config-edit.md index 19411a5..9371fd6 100644 --- a/src/introduction/config-edit.md +++ b/src/introduction/config-edit.md @@ -78,4 +78,4 @@ > [!tip] > ->您可以将配置文件复制到 `U盘` 等存储介质中,以实现配置文件的转移及部署;您也可以使用[集控](/management/)以实现配置文件的分发及部署。 \ No newline at end of file +>您可以将配置文件复制到 `U盘` 等存储介质中,以实现配置文件的转移及部署;您也可以使用[集控](../management/index.md)以实现配置文件的分发及部署。 \ No newline at end of file diff --git a/src/introduction/index.md b/src/introduction/index.md index 811074d..a036c3d 100644 --- a/src/introduction/index.md +++ b/src/introduction/index.md @@ -1,7 +1,7 @@ ---- -title: 应用介绍 -index: false -icon: circle-info -category: - - 简介 +--- +title: 应用介绍 +index: false +icon: circle-info +category: + - 简介 --- \ No newline at end of file diff --git a/src/web/deploy.md b/src/web/deploy.md index 57e72c4..7a2d7b0 100644 --- a/src/web/deploy.md +++ b/src/web/deploy.md @@ -2,7 +2,7 @@ > [!important] > -> 请先准备好配置文件,详情请参阅[编写配置文件](/app/profile/faq.md)。 +> 请先准备好配置文件,详情请参阅[编写配置文件](../introduction/config-edit.md)。 ## 使用Python部署 - 确保已安装 [Python](https://www.python.org/downloads/) 环境 @@ -20,7 +20,7 @@ - 确保已安装[宝塔面板](https://www.bt.cn/new/download.html) - 将域名解析A记录解析到您的服务器IP地址。 - 在宝塔面板中,点击 `网站` -> `HTML项目`-> `添加站点`。 - ![bt-1](../web/images/bt01.png) + ![bt-1](../images/bt01.png) - 在 `域名` 中输入您的域名。 ![bt2](../web/images/bt02.png) - 在 `网站根目录` 中上传最新版的项目代码。 diff --git a/src/web/index.md b/src/web/index.md index 025ef4b..d8b78b3 100644 --- a/src/web/index.md +++ b/src/web/index.md @@ -7,7 +7,7 @@ category: - 部署教程 --- -由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](/introduction/config-edit.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。 +由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。 ![iis-10](../web/images/es.png) @@ -51,5 +51,5 @@ category: ## 开始使用/如何部署? -请参阅[部署教程](/web/web-deploy.md)。 +请参阅[部署教程](../web/deploy.md)。