From 946a8108f1edf836f13c33f9d80915dbaccd1ed8 Mon Sep 17 00:00:00 2001 From: MKStoler Date: Mon, 2 Dec 2024 18:29:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20dev=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 1 + src/renderer/src/stores/app.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 68798a6..278c0c5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - dev jobs: build: diff --git a/src/renderer/src/stores/app.js b/src/renderer/src/stores/app.js index 8ddbdbf..3855509 100644 --- a/src/renderer/src/stores/app.js +++ b/src/renderer/src/stores/app.js @@ -6,7 +6,7 @@ export const useProfileStore = defineStore('app', { examName: '考试名称', appHeader: '考试看板', message: '考试提醒信息', - room: '考场号', + room: ' ', examInfos: [] }), persist: true