docs: 更新图标, README和package.json内容
@ -6,11 +6,12 @@
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard/forks)
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard/watchers)
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard/releases)
|
||||
[](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2FExamAware%2Fdsz-exam-showboard)
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard/issues)
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard)
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard/commits/master)
|
||||
[](LICENSE)
|
||||
[](https://qm.qq.com/q/zDiEipHsaI)
|
||||
[](https://qm.qq.com/q/zDiEipHsaI)
|
||||
[](#贡献者)
|
||||
[](https://github.com/ExamAware/dsz-exam-showboard/actions/workflows/build.yaml)
|
||||
|
||||
@ -52,7 +53,7 @@
|
||||
- 或使用集控(仿照 [`ClassIsland` 集控使用方法](https://docs.classisland.tech/management/tutorial-create-management-config.html))
|
||||
- 新建 GitHub 公开存储仓库
|
||||
- 上传上面提到的 `exam_config.json` 文件
|
||||
- 复制 `Raw` 直链粘贴到应用`请求地址`文本框并保存
|
||||
- 复制 `Raw` 直链粘贴到应用 `请求地址` 文本框并保存
|
||||
|
||||
> [!tip]
|
||||
>
|
||||
@ -120,9 +121,7 @@ $ yarn build:linux
|
||||
|
||||
### 开发进度
|
||||
|
||||
- 正在 [`master`](https://github.com/ExamAware/dsz-exam-showboard/commits/master) 分支上维护`1.2-Yesod`版本。
|
||||
|
||||
- 正在 [`dev`](https://github.com/ExamAware/dsz-exam-showboard/commits/dev) 分支上开发`1.3-HOD`版本。
|
||||
- 正在 [`master`](https://github.com/ExamAware/dsz-exam-showboard/commits/master) 分支上维护`v1.2`版本。
|
||||
|
||||
## 贡献者
|
||||
|
||||
|
BIN
build/icon.ico
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 264 KiB |
BIN
build/icon.png
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 800 KiB |
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 264 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "examshowboard",
|
||||
"version": "1.2.5",
|
||||
"description": "电子考试展示板",
|
||||
"description": "考试展板",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "Hello8693&MKStoler <hello8693@hello8693.xyz>",
|
||||
"homepage": "https://edicdn.eu.org/",
|
||||
@ -39,7 +39,7 @@
|
||||
"uuid": "^9.0.1",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue": "^3.4.34",
|
||||
"vue": "^3.5.13",
|
||||
"vue-showdown": "^4.2.0",
|
||||
"vuetify": "^3.5.8"
|
||||
},
|
||||
@ -51,7 +51,7 @@
|
||||
"@rushstack/eslint-patch": "^1.6.1",
|
||||
"@types/vue": "^2.0.0",
|
||||
"@vitejs/plugin-vue": "^5.0.3",
|
||||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"commitlint": "^19.3.0",
|
||||
"core-js": "^3.34.0",
|
||||
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 800 KiB |
@ -54,7 +54,7 @@ class WindowManager {
|
||||
return this.MainWindow;
|
||||
}
|
||||
this.MainWindow = this.createWindow('mainWindow', {
|
||||
title: 'DSZ ExamShowboard 考试看板',
|
||||
title: 'ExamShowboard 考试看板',
|
||||
fullscreen: true
|
||||
});
|
||||
this.MainWindow.on('close', () => {
|
||||
|