248 Commits

Author SHA1 Message Date
MKStoler
d3e35fa191
Merge pull request #8 from Jursin/master
Update README.md
2024-10-10 19:54:32 +08:00
MKStoler
055e2a6849 fix:滚动条彻底移除 2024-10-10 16:24:26 +08:00
MKStoler
aa685cb2b8 feat: 倒计时
chore: 移除滚动条
2024-10-10 13:48:21 +08:00
Jursin
ceaa9410fd
更新 README.md 2024-10-10 12:29:04 +08:00
Jursin
aa7f8f8d32
更新 README.md 2024-10-10 12:25:32 +08:00
Jursin
6a822623d6
更新 README.md 2024-10-10 12:23:51 +08:00
Jursin
ea77a841b1
更新 README.md 2024-10-10 12:13:32 +08:00
Jursin
51b315ca86
Delete .Screenshots/file 2024-10-09 23:11:42 +08:00
Jursin
5ac5927f1c
Add files via upload 2024-10-09 23:11:12 +08:00
Jursin
7eda45a9c4
Create file 2024-10-09 23:10:06 +08:00
Jursin
f8f1067ebe
更新 README.md 2024-10-09 23:08:14 +08:00
Jursin
99399f75fb
更新 README.md 2024-10-09 23:06:50 +08:00
Jursin
951ce59daa
更新 README.md 2024-10-09 23:03:24 +08:00
MKStoler
c31b922fde
Merge pull request #5 from MKStoler4096/dev
v1.1.1 正式发行
2024-10-09 21:05:55 +08:00
MKStoler
9a96924031 更新 package.json 2024-10-09 21:04:41 +08:00
MKStoler
d1e951d067
Merge pull request #3 from MKStoler4096/dev
v1.1.1 开发合并
2024-10-09 19:58:20 +08:00
MKStoler
f0a5fcc68a feat:开考前15分钟和考试时显示倒计时 2024-10-09 19:54:33 +08:00
MKStoler
c6db4ce047 chore: 时间差1秒的修复 2024-10-09 12:26:01 +08:00
MKStoler
567c3cd7b5 chore: 简单的关于 2024-10-09 12:04:15 +08:00
MKStoler
c73ab46e01
Merge pull request #1 from MKStoler4096/dev
开发合并
2024-10-09 10:00:18 +08:00
MKStoler
c7f62b8a84 feat: 考完后1分钟后刷新科目
fix: 合并工具栏
2024-10-09 09:55:03 +08:00
MKStoler
662884f671 chore: 1.0.0.1预发行版本 2024-10-09 06:31:43 +08:00
MKStoler
189b0467e1 fix(pre): 递交 2024-10-08 18:24:52 +08:00
MKStoler
2ee240ccaf
chore: 画大饼 2024-10-08 11:02:42 +08:00
Hello8693
822ff5d801
Merge pull request #11 from MKStoler4096/master
修复#6:实时刷新考试状态和顶部状态栏
不知道能不能用,先合并再说()
2024-09-29 23:33:07 +08:00
MKStoler
13b1434951 fix: 减小标题字体 2024-09-28 06:36:42 +08:00
MKStoler
61e21bc2ad feat: 显示信息 2024-09-26 06:42:42 +08:00
MKStoler
03bdef62bd
fix: 注释 2024-09-25 06:45:43 +08:00
MKStoler
cb712db29e fix: 上面时间同步 2024-09-24 18:14:01 +08:00
MKStoler
94b35132e2 格式化 2024-09-24 18:12:06 +08:00
MKStoler
ca6b9fe57e 更新 ExamList.vue 2024-09-24 17:08:54 +08:00
Hello8693
d263bb9451
Merge pull request #8 from fhz08/master
修改了README.md文件
2024-09-17 09:51:27 +08:00
fhz08
0a5d1fb33d
Delete image/README/keep.git 2024-09-17 08:30:13 +08:00
fhz08
5f1c26a99b
Update README.md 2024-09-17 08:25:31 +08:00
fhz08
ce780b8f4d
Update README.md 2024-09-17 08:23:33 +08:00
fhz08
f20604a295
Add files via upload 2024-09-17 08:22:51 +08:00
fhz08
6219df46f0
Create keep.git 2024-09-17 08:21:14 +08:00
fhz08
29d66a0f6c
Update README.md 2024-09-17 08:19:56 +08:00
Hello8693
2bdafb64b3
add LICENSE.
Signed-off-by: Hello8693 <1320998105@qq.com>
2024-08-29 06:02:36 +00:00
hello8693
06290fd6ff fix: 打包脚本 v0.1.0-beta 2024-08-28 20:59:19 +08:00
hello8693
272fa130a1 fix: 打包脚本 2024-08-28 20:50:54 +08:00
hello8693
f81bf2d592 ci(release): 优化发布工作流 2024-08-28 19:47:28 +08:00
hello8693
2e30841d7e fix(ci): 发布工作流中动态获取版本号及更新资源命名 2024-08-28 19:36:55 +08:00
hello8693
823d424301 feat(CI): 限制打包条件 2024-08-28 19:14:39 +08:00
hello8693
7a7bd9386e feat(ci): 仅在非预发行版本的情况下为macOS和Linux构建发布工件
修改了构建和发布工件的GitHub操作工作流,以便仅在非预发行版本的情况下为macOS和Linux构建和发布工件。这包括在发布工作流中条件性地运行macOS和Linux构建任务,并相应地调整Windows构建任务。以前,工件会无条件地为所有操作系统构建和上传。
2024-08-28 19:01:15 +08:00
hello8693
6d385aa20b feat(CI): 多平台构建和发布 2024-08-28 18:51:59 +08:00
hello8693
fdf981dfe3 fix(ci): typo 2024-08-27 16:23:23 +08:00
hello8693
2c30071514 ci(build): 更新_checkout和setup-node动作至v4
- 将checkout动作更新为actions/checkout@v4.1.7,以利用改进的功能。
-将setup-node动作更新为actions/setup-node@v4,以提升CI/CD流程的性能和可靠性。- 更新upload-artifact动作至@v4,确保与最新版本的兼容性。
2024-08-27 16:18:21 +08:00
hello8693
ccd5550f7c chore: 重命名文件夹 2024-08-27 15:39:09 +08:00
hello8693
3dbf912ea4 chore: Github Actions 2024-08-27 15:35:31 +08:00