更新 app.js

This commit is contained in:
Jursin 2024-12-01 13:39:54 +08:00 committed by GitHub
parent f55dbe662a
commit a208e3f2c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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