From 9d0cc8fb895d1d01068d6597b9917daf60fbad7e Mon Sep 17 00:00:00 2001 From: Jursin <1836059252@qq.com> Date: Sat, 8 Feb 2025 17:15:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9=C3=A2=C2=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/navbar/zh.ts | 5 ----- src/.vuepress/sidebar/zh.ts | 2 +- src/app/index.md | 2 +- src/app/static-config.md | 8 +++++++- src/community/index.md | 2 +- src/introduction/about.md | 7 +++++++ src/introduction/choose.md | 8 +++++++- src/introduction/config-edit.md | 8 +++++++- src/web/index.md | 1 - 9 files changed, 31 insertions(+), 12 deletions(-) diff --git a/src/.vuepress/navbar/zh.ts b/src/.vuepress/navbar/zh.ts index 96752c3..cea4cf2 100644 --- a/src/.vuepress/navbar/zh.ts +++ b/src/.vuepress/navbar/zh.ts @@ -7,9 +7,4 @@ export const zhNavbar = navbar([ "/web/", "/management/", "/community/", - { - text: "QQ", - link: "https://im.qq.com/", - icon: "fab fa-qq", - }, ]); diff --git a/src/.vuepress/sidebar/zh.ts b/src/.vuepress/sidebar/zh.ts index 9ffa031..e329564 100644 --- a/src/.vuepress/sidebar/zh.ts +++ b/src/.vuepress/sidebar/zh.ts @@ -89,7 +89,7 @@ export const zhSidebar = sidebar({ { text: "贡献指南", link: "contributing.md", - icon: "fa-solid fa-handshake", + icon: "fa-solid fa-code-commit", }, ], }, diff --git a/src/app/index.md b/src/app/index.md index 2824853..a64a009 100644 --- a/src/app/index.md +++ b/src/app/index.md @@ -22,7 +22,7 @@ category: > [!caution] > -> **在 Windows 7 中使用 ExamShowboard 是不现实的。**受限制于框架问题,您无法在 Windows 7 中运行 ExamShowboard 。 +> **在 Windows 7 中使用 ExamShowboard 是不现实的。** 受限制于框架问题,您无法在 Windows 7 中运行 ExamShowboard 。 # 安装软件 diff --git a/src/app/static-config.md b/src/app/static-config.md index e04e1d2..f421042 100644 --- a/src/app/static-config.md +++ b/src/app/static-config.md @@ -1,4 +1,10 @@ -# 使用静态配置文件 +--- +title: 使用静态配置文件 +index: false +icon: file +category: + - 使用指南 +--- 本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。 diff --git a/src/community/index.md b/src/community/index.md index ac379e6..971e633 100644 --- a/src/community/index.md +++ b/src/community/index.md @@ -10,7 +10,7 @@ index: true 您也可以加入这些社区**寻求帮助**: -- [QQ 群|901670561](https://qm.qq.com/q/zDiEipHsaI) 该群聊比较活跃,平时灌水比较多,。~~并且有些抽象!~~喜欢闲聊的用户也可以加入该群。 +- [QQ 群|901670561](https://qm.qq.com/q/zDiEipHsaI) 该群聊比较活跃,平时灌水比较多,。~~并且有些抽象!~~ 喜欢闲聊的用户也可以加入该群。 - [GitHub Discussions](https://github.com/ExamAware/ExamAware2-Desktop/discussions) 您也可以在 GitHub Discussion 提问以及和其它成员交流。 如果您确定您遇到的问题是 **Bug** ,或者您想要提出一项**新功能**,请在对应仓库提交 **GitHub Issues** 。 diff --git a/src/introduction/about.md b/src/introduction/about.md index 4a972b3..4fa569f 100644 --- a/src/introduction/about.md +++ b/src/introduction/about.md @@ -1,3 +1,10 @@ +--- +title: 关于我们 +index: false +icon: users +category: + - 关于 +--- ## 项目作者 - diff --git a/src/introduction/choose.md b/src/introduction/choose.md index 098549d..340cd05 100644 --- a/src/introduction/choose.md +++ b/src/introduction/choose.md @@ -1,4 +1,10 @@ -# 应用选择 +--- +title: 应用选择 +index: false +icon: list-check +category: + - 应用 +--- ## 检查系统需求 diff --git a/src/introduction/config-edit.md b/src/introduction/config-edit.md index 9371fd6..01301d3 100644 --- a/src/introduction/config-edit.md +++ b/src/introduction/config-edit.md @@ -1,4 +1,10 @@ -# 配置文件编写 +--- +title: 配置文件编写 +index: false +icon: code +category: + - 配置 +--- 本应用配置文件记录了考试名称、提示信息,考试信息(科目名称、开始/结束时间、结束提醒时间)。 diff --git a/src/web/index.md b/src/web/index.md index d8b78b3..ffdd1ad 100644 --- a/src/web/index.md +++ b/src/web/index.md @@ -4,7 +4,6 @@ index: false icon: globe category: - 使用指南 - - 部署教程 --- 由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。