mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
commit
1553e7e29f
15
README.md
15
README.md
@ -1,11 +1,12 @@
|
|||||||
# ExamSchedule
|
# ExamSchedule
|
||||||
|
|
||||||
网页版ExamShowboard
|
网页版ExamShowboard
|
||||||

|

|
||||||
|
|
||||||
## 功能
|
## 功能
|
||||||
|
|
||||||
- 实时显示当前时间、当前考试科目、考试起止时间、剩余时间及考试状态。
|
- 实时显示当前时间、当前考试科目、考试起止时间、剩余时间及考试状态。
|
||||||
|
- 支持播放考试音频广播。
|
||||||
- 支持全屏显示。
|
- 支持全屏显示。
|
||||||
- 支持设置时间偏移和考场信息,并保存到浏览器Cookie中。
|
- 支持设置时间偏移和考场信息,并保存到浏览器Cookie中。
|
||||||
- 支持临时编辑消息,并保存到浏览器Cookie中(3天后到期)。
|
- 支持临时编辑消息,并保存到浏览器Cookie中(3天后到期)。
|
||||||
@ -17,6 +18,7 @@
|
|||||||
- **时间偏移**:用于调整显示的时间,单位为秒。
|
- **时间偏移**:用于调整显示的时间,单位为秒。
|
||||||
- **考场信息**:用于显示当前考场的名称。
|
- **考场信息**:用于显示当前考场的名称。
|
||||||
- **页面缩放倍数**:用于调整页面显示的缩放倍数。
|
- **页面缩放倍数**:用于调整页面显示的缩放倍数。
|
||||||
|
- **亮/暗色模式**:用于切换页面的亮/暗色模式背景。
|
||||||
|
|
||||||
配置完成后点击保存按钮,设置将会保存到浏览器的Cookie中,并立即生效。
|
配置完成后点击保存按钮,设置将会保存到浏览器的Cookie中,并立即生效。
|
||||||
|
|
||||||
@ -31,16 +33,19 @@
|
|||||||
## 软件截图
|
## 软件截图
|
||||||
|
|
||||||
### 主界面
|
### 主界面
|
||||||

|

|
||||||
|
|
||||||
#### 考试展板界面
|
#### 考试展板界面
|
||||||

|

|
||||||
|
|
||||||
#### 电子钟表界面
|
#### 电子钟表界面
|
||||||

|

|
||||||
|
|
||||||
|
#### 考试广播界面
|
||||||
|

|
||||||
|
|
||||||
## 如何部署?
|
## 如何部署?
|
||||||
您可以点击查看 [ExamShowboard网页端 部署文档](https://github.com/fhzit/ExamSchedule/wiki)了解详细的部署教程。
|
您可以点击查看 [ExamShowboard网页端部署教程文档](https://docs.examaware.tech/web/web-deploy.html)了解详细的部署教程。
|
||||||
|
|
||||||
## 开发说明
|
## 开发说明
|
||||||
|
|
||||||
|
BIN
doc/es.png
Normal file
BIN
doc/es.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 927 KiB |
BIN
doc/exam.png
Normal file
BIN
doc/exam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
doc/notification.png
Normal file
BIN
doc/notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
BIN
doc/time.png
Normal file
BIN
doc/time.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
@ -84,7 +84,6 @@
|
|||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* 新增版权信息样式 */
|
|
||||||
.copyright {
|
.copyright {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
@ -102,7 +101,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./time/">电子钟表</a></li>
|
<li><a href="./time/">电子钟表</a></li>
|
||||||
<li><a href="./exam/">考试看板</a></li>
|
<li><a href="./exam/">考试看板</a></li>
|
||||||
<li><a href="./notification/">时间广播</a></li>
|
<li><a href="./notification/">考试广播</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!-- 添加GitHub图标跳转项目地址 -->
|
<!-- 添加GitHub图标跳转项目地址 -->
|
||||||
@ -111,6 +110,6 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- 新增版权信息 -->
|
<!-- 新增版权信息 -->
|
||||||
<div class="copyright">© 2025 ExamAware</div>
|
<div class="copyright">© 2024-2025 ExamAware开发团队 版权所有</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user