diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..7aade5b
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+ 关于 ExamSchedule
+
+
+
+
+
+
+ arrow_back
+ 返回
+
+
+
+
关于 ExamSchedule
+
+
+
功能特点
+
+ -
+ dashboard
+
+
考试看板
+
+ - 实时显示当前时间、考试科目、时间及状态
+ - 支持全屏显示
+ - 支持设置时间偏移和考场信息
+ - 支持临时编辑消息
+
+
+
+ -
+ schedule
+
+
时间广播
+
+ - 支持自定义广播配置
+ - 支持打开本地json配置
+
+
+
+
+
+
+
+
部署说明
+
您可以访问 部署教程 了解详细的部署方法。
+
注意:广播与看板的配置文件是分开存储于两个文件夹之下的。
+
+
+
+
开发信息
+
+ -
+ code
+
主分支 (main) 提供稳定版本
+
+ -
+ bug_report
+
开发分支 (dev) 进行新功能开发
+
+
+
+
+
+
许可证
+
+ -
+ gavel
+
+
本项目采用 GNU General Public License v3.0
+
正在加载许可证内容...
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index c2abf00..9f2b22f 100644
--- a/index.html
+++ b/index.html
@@ -81,12 +81,7 @@
}
.github-link {
- position: absolute;
- top: 16px;
- right: 16px;
- background-color: transparent;
- padding: 8px;
- border-radius: 50%;
+ position: static;
}
.github-link:hover {
@@ -115,6 +110,32 @@
.material-icons {
font-size: 20px;
}
+
+ .top-right-links {
+ position: absolute;
+ top: 16px;
+ right: 16px;
+ display: flex;
+ gap: 16px;
+ align-items: center;
+ }
+
+ .about-link {
+ background-color: transparent;
+ padding: 8px 16px;
+ border-radius: 100px;
+ font-size: 14px;
+ }
+
+ .about-link:hover {
+ background-color: rgba(255, 255, 255, 0.1);
+ transform: none;
+ box-shadow: none;
+ }
+
+ .about-link .material-icons {
+ font-size: 18px;
+ }
@@ -126,10 +147,16 @@
campaign考试广播
-
-
-
-
+
+
© 2024-2025 ExamAware开发团队 版权所有