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