diff --git a/README.md b/README.md index 99c1a21..4016e08 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # ExamSchedule 网页版ExamShowboard -![iis-10](https://github.com/user-attachments/assets/a667fc3b-4b9e-4882-9329-fc36786f1980) +![es](./doc/es.png) ## 功能 - 实时显示当前时间、当前考试科目、考试起止时间、剩余时间及考试状态。 +- 支持播放考试音频广播。 - 支持全屏显示。 - 支持设置时间偏移和考场信息,并保存到浏览器Cookie中。 - 支持临时编辑消息,并保存到浏览器Cookie中(3天后到期)。 @@ -17,6 +18,7 @@ - **时间偏移**:用于调整显示的时间,单位为秒。 - **考场信息**:用于显示当前考场的名称。 - **页面缩放倍数**:用于调整页面显示的缩放倍数。 +- **亮/暗色模式**:用于切换页面的亮/暗色模式背景。 配置完成后点击保存按钮,设置将会保存到浏览器的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)了解详细的部署教程。 ## 开发说明 diff --git a/doc/es.png b/doc/es.png new file mode 100644 index 0000000..3c20856 Binary files /dev/null and b/doc/es.png differ diff --git a/doc/exam.png b/doc/exam.png new file mode 100644 index 0000000..0fbcf8e Binary files /dev/null and b/doc/exam.png differ diff --git a/doc/notification.png b/doc/notification.png new file mode 100644 index 0000000..630fb1c Binary files /dev/null and b/doc/notification.png differ diff --git a/doc/time.png b/doc/time.png new file mode 100644 index 0000000..3e966cc Binary files /dev/null and b/doc/time.png differ diff --git a/index.html b/index.html index dd11a36..8adba4b 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,6 @@ transform: translateY(0); } } - /* 新增版权信息样式 */ .copyright { position: absolute; bottom: 10px; @@ -102,7 +101,7 @@ @@ -111,6 +110,6 @@ - +