mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-28 23:46:33 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) from 9.0.0 to 10.1.0. - [Release notes](https://github.com/vuejs/eslint-config-prettier/releases) - [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-config-prettier/compare/v9.0.0...v10.1.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-prettier" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tip
本软件使用
Vue
+TypeScript
+JavaScript
制作,使用Node.js
+Electron
完善系统级功能并打包。
功能
- 起始页展示
打开配置
、直接进入看板
按钮 - 看板页面
- 上方展示
考试标题
、信息
- 左侧展示
当前时间
、当前科目
、考试时间
、考试状态
- 右侧展示考试科目列表,包括
科目
、开始
、结束
、状态
- 考试结束前15分钟黄字提醒
- 集控功能(早期测试)
- 设置页面(正在开发)
- 上方展示
开始使用
- 下载安装程序并运行
默认安装路径 AppData\Local\Programs\dsz-exam-showboard
- 编写
json
配置文件
新建文件 exam_config.json
,模板如下
Warning
请确保
exam_config.json
文件编码为UTF-8
,换行符为LF
,按照json
文件格式填写。不然可能会出一些神奇的 Bug。不确定?可以使用 VSCode 打开、编辑文件,右下角显示编码格式和换行方式,点击即可更改。
{
"examName": "考试名称",
"message": "信息",
"room": "考场号",
"examInfos": [
{
"name": "科目",
"start": "2024-12-01T07:00:00",
"end": "2024-12-01T08:00:00"
},
{
"name": "科目/科目",
"start": "2024-12-01T09:00:00",
"end": "2024-12-01T10:00:00"
}
]
}
Tip
message
与room
内容必填(可填空格隐藏),examInfos
至少需要一条数据。如果有两个以"/"分隔的科目可以自动转化为双行显示
- 打开软件,进入起始页面,点击
打开配置
按钮,选择配置文件 - 或使用集控(仿照
ClassIsland
集控使用方法)- 新建 GitHub 公开存储仓库
- 上传上面提到的
exam_config.json
文件 - 复制
Raw
直链粘贴到应用请求地址
文本框并保存
Tip
可以在
Raw 文件
前加上镜像源,如https://github.moeyy.xyz/https://raw.githubusercontent.com/{owner}/{repo}/refs/heads/main/exam_config.json
- 点击
请求配置
加载配置文件并进入看板(下次可直接点击直接进入看板
加载上次配置文件)
遇到问题
💡 如果您遇到 Bug
,或需要提出优化
建议或新的功能
,请提交 Issues
或在 Discussions
中讨论。
👥 您也可以加入 QQ群|901670561
获取帮助或交流讨论。
🛠️ 欢迎为本软件进行改进或编写新功能提交 Pull Request
开发
推荐开发环境
Caution
必须使用 Yarn 包管理。Node 版本要求为20。
工程构建
配置
$ yarn
开发
$ yarn dev
# 如果无法显示,可以尝试使用下面的命令(不支持热重载):
$ yarn start
Important
如果 dev 模式页面不显示或按钮点击无效等问题,请连续刷新至少3次后再进行操作。 build 后没有此问题。
构建
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
开发进度
贡献者
MKStoler 💻 🐛 |
Jursin 🖋 🎨 |
Hello8693 💻 |
fhzit 💻 🐛 |
wjj-8283 💻 |
Dependabot 💻 |
Stars 历史
如果这个项目对您有帮助,请点亮 Star ⭐
Languages
Vue
58.6%
TypeScript
36.6%
JavaScript
2.8%
HTML
1.5%
SCSS
0.5%