mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 11:26:34 +00:00
chore: dev开发
This commit is contained in:
parent
9bc3776331
commit
946a8108f1
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -6,7 +6,7 @@ export const useProfileStore = defineStore('app', {
|
|||||||
examName: '考试名称',
|
examName: '考试名称',
|
||||||
appHeader: '考试看板',
|
appHeader: '考试看板',
|
||||||
message: '考试提醒信息',
|
message: '考试提醒信息',
|
||||||
room: '考场号',
|
room: ' ',
|
||||||
examInfos: []
|
examInfos: []
|
||||||
}),
|
}),
|
||||||
persist: true
|
persist: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user