mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 13:46:41 +00:00
docs: 修改部分内容â
This commit is contained in:
parent
f9a9c9295d
commit
9d0cc8fb89
@ -7,9 +7,4 @@ export const zhNavbar = navbar([
|
||||
"/web/",
|
||||
"/management/",
|
||||
"/community/",
|
||||
{
|
||||
text: "QQ",
|
||||
link: "https://im.qq.com/",
|
||||
icon: "fab fa-qq",
|
||||
},
|
||||
]);
|
||||
|
@ -89,7 +89,7 @@ export const zhSidebar = sidebar({
|
||||
{
|
||||
text: "贡献指南",
|
||||
link: "contributing.md",
|
||||
icon: "fa-solid fa-handshake",
|
||||
icon: "fa-solid fa-code-commit",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -1,4 +1,10 @@
|
||||
# 使用静态配置文件
|
||||
---
|
||||
title: 使用静态配置文件
|
||||
index: false
|
||||
icon: file
|
||||
category:
|
||||
- 使用指南
|
||||
---
|
||||
|
||||
本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
---
|
||||
title: 关于我们
|
||||
index: false
|
||||
icon: users
|
||||
category:
|
||||
- 关于
|
||||
---
|
||||
## 项目作者
|
||||
-
|
||||
|
||||
|
@ -1,4 +1,10 @@
|
||||
# 应用选择
|
||||
---
|
||||
title: 应用选择
|
||||
index: false
|
||||
icon: list-check
|
||||
category:
|
||||
- 应用
|
||||
---
|
||||
|
||||
## 检查系统需求
|
||||
|
||||
|
@ -1,4 +1,10 @@
|
||||
# 配置文件编写
|
||||
---
|
||||
title: 配置文件编写
|
||||
index: false
|
||||
icon: code
|
||||
category:
|
||||
- 配置
|
||||
---
|
||||
|
||||
本应用配置文件记录了考试名称、提示信息,考试信息(科目名称、开始/结束时间、结束提醒时间)。
|
||||
|
||||
|
@ -4,7 +4,6 @@ index: false
|
||||
icon: globe
|
||||
category:
|
||||
- 使用指南
|
||||
- 部署教程
|
||||
---
|
||||
|
||||
由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。
|
||||
|
Loading…
x
Reference in New Issue
Block a user