dics: 添加部分内容

This commit is contained in:
Jursin 2025-02-08 12:54:43 +08:00
parent ea18b37d62
commit f9a9c9295d
5 changed files with 21 additions and 3 deletions

View File

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

View File

@ -18,7 +18,9 @@ actions:
type: primary type: primary
- text: GitHub 主页 - text: GitHub 主页
icon: fab fa-github
link: https://github.com/ExamAware/ link: https://github.com/ExamAware/
type: primary
- text: 社区规范 - text: 社区规范
link: ./community/ link: ./community/

View File

@ -0,0 +1,5 @@
## 项目作者
-
## 贡献者
-

View File

@ -16,7 +16,7 @@
- iOS 系统 - iOS 系统
- iOS 13 及以上版本 - iOS 13 及以上版本
## ExamAware 系列包含以下应用 ## 项目链接
| 平台 | 🚀 发行版 | 🚧 当前构建 | | 平台 | 🚀 发行版 | 🚧 当前构建 |
| - | - | - | | - | - | - |

View File

@ -4,4 +4,10 @@ index: false
icon: circle-info icon: circle-info
category: category:
- 简介 - 简介
--- ---
ExamAware 是该系列应用总称,也是 GitHub 组织名,具有众多子项目,涉及多个平台。
ExamAware 系列旨在为考生展示当前时间与考试详细信息,其共用一套配置文件(存储在 json 文件里),可通过集控统一管理。
ExamAware 具有众多子项并适用于不同平台,在开始之前您需要根据情况[选择合适应用](choose.md)。