ExamSchedule/README.md
fhz08 06d1394bd0
docs: update README.md (#5)
* feat: 添加跳转至项目链接

* Update CNAME

* update

* revert: cname

* fix: 相对路径

* docs: update README.md

修改了README

---------

Co-authored-by: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com>
2025-01-24 13:48:47 +08:00

53 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ExamSchedule
网页版ExamShowboard
![iis-10](https://github.com/user-attachments/assets/a667fc3b-4b9e-4882-9329-fc36786f1980)
## 功能
- 实时显示当前时间、当前考试科目、考试起止时间、剩余时间及考试状态。
- 支持全屏显示。
- 支持设置时间偏移和考场信息并保存到浏览器Cookie中。
- 支持临时编辑消息并保存到浏览器Cookie中3天后到期
### 设置说明
点击设置按钮可以打开设置窗口,进行以下配置:
- **时间偏移**:用于调整显示的时间,单位为秒。
- **考场信息**:用于显示当前考场的名称。
- **页面缩放倍数**:用于调整页面显示的缩放倍数。
配置完成后点击保存按钮设置将会保存到浏览器的Cookie中并立即生效。
### 编辑消息
点击编辑消息按钮可以打开消息编辑窗口,进行以下操作:
- **消息内容**:用于临时编辑显示的消息。
编辑完成后点击保存按钮消息将会保存到浏览器的Cookie中并立即生效3天内有效
## 软件截图
### 主界面
![main](https://github.com/user-attachments/assets/c41991d9-b169-4b7b-8de5-6192f34ec8c8)
#### 考试展板界面
![exam](https://github.com/user-attachments/assets/0bcf81f7-956b-4bf5-9354-a282d168e972)
#### 电子钟表界面
![time](https://github.com/user-attachments/assets/79624458-c76b-4008-b010-754a7c971a60)
## 如何部署?
您可以点击查看 [ExamShowboard网页端 部署文档](https://github.com/fhzit/ExamSchedule/wiki)了解详细的部署教程。
## 开发说明
- 正在 [`main`](https://github.com/ExamAware/ExamSchedule/commits/master) 分支上提供稳定版本。
- 正在 [`dev`](https://github.com/ExamAware/ExamSchedule/commits/dev) 分支上进行开发。
## 贡献
欢迎提交[Issue](https://github.com/ExamAware/ExamSchedule/issues)和[Pull Request](https://github.com/ExamAware/ExamSchedule/pulls)来贡献代码。