mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 18:26:38 +00:00
docs: 修改部分内容â
This commit is contained in:
parent
f9a9c9295d
commit
9d0cc8fb89
@ -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",
|
|
||||||
},
|
|
||||||
]);
|
]);
|
||||||
|
@ -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",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -22,7 +22,7 @@ category:
|
|||||||
|
|
||||||
> [!caution]
|
> [!caution]
|
||||||
>
|
>
|
||||||
> **在 Windows 7 中使用 ExamShowboard 是不现实的。**受限制于框架问题,您无法在 Windows 7 中运行 ExamShowboard 。
|
> **在 Windows 7 中使用 ExamShowboard 是不现实的。** 受限制于框架问题,您无法在 Windows 7 中运行 ExamShowboard 。
|
||||||
|
|
||||||
# 安装软件
|
# 安装软件
|
||||||
|
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
# 使用静态配置文件
|
---
|
||||||
|
title: 使用静态配置文件
|
||||||
|
index: false
|
||||||
|
icon: file
|
||||||
|
category:
|
||||||
|
- 使用指南
|
||||||
|
---
|
||||||
|
|
||||||
本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。
|
本功能支持通过静态配置文件部署,也可以通过管理服务器部署,您可以根据情况自由选择。
|
||||||
|
|
||||||
|
@ -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 提问以及和其它成员交流。
|
- [GitHub Discussions](https://github.com/ExamAware/ExamAware2-Desktop/discussions) 您也可以在 GitHub Discussion 提问以及和其它成员交流。
|
||||||
|
|
||||||
如果您确定您遇到的问题是 **Bug** ,或者您想要提出一项**新功能**,请在对应仓库提交 **GitHub Issues** 。
|
如果您确定您遇到的问题是 **Bug** ,或者您想要提出一项**新功能**,请在对应仓库提交 **GitHub Issues** 。
|
||||||
|
@ -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
|
icon: globe
|
||||||
category:
|
category:
|
||||||
- 使用指南
|
- 使用指南
|
||||||
- 部署教程
|
|
||||||
---
|
---
|
||||||
|
|
||||||
由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。
|
由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统需求)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user