docs: 修改部分内容â€

This commit is contained in:
Jursin 2025-02-08 17:15:48 +08:00
parent f9a9c9295d
commit 9d0cc8fb89
9 changed files with 31 additions and 12 deletions

View File

@ -7,9 +7,4 @@ export const zhNavbar = navbar([
"/web/", "/web/",
"/management/", "/management/",
"/community/", "/community/",
{
text: "QQ",
link: "https://im.qq.com/",
icon: "fab fa-qq",
},
]); ]);

View File

@ -89,7 +89,7 @@ export const zhSidebar = sidebar({
{ {
text: "贡献指南", text: "贡献指南",
link: "contributing.md", link: "contributing.md",
icon: "fa-solid fa-handshake", icon: "fa-solid fa-code-commit",
}, },
], ],
}, },

View File

@ -1,4 +1,10 @@
# 使用静态配置文件 ---
title: 使用静态配置文件
index: false
icon: file
category:
- 使用指南
---
本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。 本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。

View File

@ -1,3 +1,10 @@
---
title: 关于我们
index: false
icon: users
category:
- 关于
---
## 项目作者 ## 项目作者
- -

View File

@ -1,4 +1,10 @@
# 应用选择 ---
title: 应用选择
index: false
icon: list-check
category:
- 应用
---
## 检查系统需求 ## 检查系统需求

View File

@ -1,4 +1,10 @@
# 配置文件编写 ---
title: 配置文件编写
index: false
icon: code
category:
- 配置
---
本应用配置文件记录了考试名称、提示信息,考试信息(科目名称、开始/结束时间、结束提醒时间)。 本应用配置文件记录了考试名称、提示信息,考试信息(科目名称、开始/结束时间、结束提醒时间)。

View File

@ -4,7 +4,6 @@ index: false
icon: globe icon: globe
category: category:
- 使用指南 - 使用指南
- 部署教程
--- ---
由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。 由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。