chore: dev开发

This commit is contained in:
MKStoler 2024-12-02 18:29:41 +08:00
parent 9bc3776331
commit 946a8108f1
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- dev
jobs:
build:

View File

@ -6,7 +6,7 @@ export const useProfileStore = defineStore('app', {
examName: '考试名称',
appHeader: '考试看板',
message: '考试提醒信息',
room: '考场号',
room: ' ',
examInfos: []
}),
persist: true