diff --git a/README.md b/README.md index 3cae8fb..013e9af 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ [![forks](https://img.shields.io/github/forks/ExamAware/dsz-exam-showboard?label=Forks)](https://github.com/ExamAware/dsz-exam-showboard/forks) [![Watchers](https://img.shields.io/github/watchers/ExamAware/dsz-exam-showboard?style=social)](https://github.com/ExamAware/dsz-exam-showboard/watchers) [![Downloads](https://img.shields.io/github/downloads/ExamAware/dsz-exam-showboard/total?style=social&label=Downloads&logo=github)](https://github.com/ExamAware/dsz-exam-showboard/releases) +[![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2FExamAware%2Fdsz-exam-showboard&label=Visitors&countColor=%23263759&style=flat&labelStyle=none)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2FExamAware%2Fdsz-exam-showboard) [![GitHub Issues](https://img.shields.io/github/issues-search/ExamAware/dsz-exam-showboard?query=is%3Aopen&style=flat&logo=github&label=Issues&color=%233fb950)](https://github.com/ExamAware/dsz-exam-showboard/issues) [![Created At](https://img.shields.io/github/created-at/ExamAware/dsz-exam-showboard)](https://github.com/ExamAware/dsz-exam-showboard) [![Github Last Commit](https://img.shields.io/github/last-commit/ExamAware/dsz-exam-showboard)](https://github.com/ExamAware/dsz-exam-showboard/commits/master) [![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg 'LICENSE')](LICENSE) -[![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C901670561-blue?style=flat&logo=QQ&logoColor=white)](https://qm.qq.com/q/zDiEipHsaI) +[![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C901670561-blue?style=flat&logo=QQ)](https://qm.qq.com/q/zDiEipHsaI) [![All Contributors](https://img.shields.io/github/all-contributors/ExamAware/dsz-exam-showboard?color=ee8449)](#贡献者) [![Build and Package Electron App](https://github.com/ExamAware/dsz-exam-showboard/actions/workflows/build.yaml/badge.svg)](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`版本。 ## 贡献者 diff --git a/build/icon.ico b/build/icon.ico index 59161de..86283fd 100644 Binary files a/build/icon.ico and b/build/icon.ico differ diff --git a/build/icon.png b/build/icon.png index 0e179e0..9e61163 100644 Binary files a/build/icon.png and b/build/icon.png differ diff --git a/build/icons/icon.ico b/build/icons/icon.ico index 59161de..86283fd 100644 Binary files a/build/icons/icon.ico and b/build/icons/icon.ico differ diff --git a/package.json b/package.json index 1070e2e..78ea35f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "examshowboard", "version": "1.2.5", - "description": "电子考试展示板", + "description": "考试展板", "main": "./out/main/index.js", "author": "Hello8693&MKStoler ", "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", diff --git a/resources/icon.png b/resources/icon.png index 0e179e0..9e61163 100644 Binary files a/resources/icon.png and b/resources/icon.png differ diff --git a/src/main/utils/windowManager.ts b/src/main/utils/windowManager.ts index f2b68cb..3c206ad 100644 --- a/src/main/utils/windowManager.ts +++ b/src/main/utils/windowManager.ts @@ -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', () => {