docs: update README

更新了README,修改了首页版权信息使其更完善,修改时间广播为考试广播
This commit is contained in:
fhzit 2025-03-15 09:13:31 +08:00
parent 38173fa1b9
commit 3ff69481f7
6 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,12 @@
# ExamSchedule # ExamSchedule
网页版ExamShowboard 网页版ExamShowboard
![iis-10](https://github.com/user-attachments/assets/a667fc3b-4b9e-4882-9329-fc36786f1980) ![es](./doc/es.png)
## 功能 ## 功能
- 实时显示当前时间、当前考试科目、考试起止时间、剩余时间及考试状态。 - 实时显示当前时间、当前考试科目、考试起止时间、剩余时间及考试状态。
- 支持播放考试音频广播。
- 支持全屏显示。 - 支持全屏显示。
- 支持设置时间偏移和考场信息并保存到浏览器Cookie中。 - 支持设置时间偏移和考场信息并保存到浏览器Cookie中。
- 支持临时编辑消息并保存到浏览器Cookie中3天后到期 - 支持临时编辑消息并保存到浏览器Cookie中3天后到期
@ -17,6 +18,7 @@
- **时间偏移**:用于调整显示的时间,单位为秒。 - **时间偏移**:用于调整显示的时间,单位为秒。
- **考场信息**:用于显示当前考场的名称。 - **考场信息**:用于显示当前考场的名称。
- **页面缩放倍数**:用于调整页面显示的缩放倍数。 - **页面缩放倍数**:用于调整页面显示的缩放倍数。
- **亮/暗色模式**:用于切换页面的亮/暗色模式背景。
配置完成后点击保存按钮设置将会保存到浏览器的Cookie中并立即生效。 配置完成后点击保存按钮设置将会保存到浏览器的Cookie中并立即生效。
@ -31,16 +33,19 @@
## 软件截图 ## 软件截图
### 主界面 ### 主界面
![main](https://github.com/user-attachments/assets/c41991d9-b169-4b7b-8de5-6192f34ec8c8) ![es](./doc/es.png)
#### 考试展板界面 #### 考试展板界面
![exam](https://github.com/user-attachments/assets/0bcf81f7-956b-4bf5-9354-a282d168e972) ![exam](./doc/exam.png)
#### 电子钟表界面 #### 电子钟表界面
![time](https://github.com/user-attachments/assets/79624458-c76b-4008-b010-754a7c971a60) ![time](./doc/time.png)
#### 考试广播界面
![notification](./doc/notification.png)
## 如何部署? ## 如何部署?
您可以点击查看 [ExamShowboard网页端 部署文档](https://github.com/fhzit/ExamSchedule/wiki)了解详细的部署教程。 您可以点击查看 [ExamShowboard网页端部署教程文档](https://docs.examaware.tech/web/web-deploy.html)了解详细的部署教程。
## 开发说明 ## 开发说明

BIN
doc/es.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 KiB

BIN
doc/exam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
doc/notification.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
doc/time.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -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">&copy; 2025 ExamAware</div> <div class="copyright">&copy; 2024-2025 ExamAware开发团队 版权所有</div>
</body> </body>
</html> </html>