From a208e3f2c84ce0c1d4e8c58ffec7a232142a3449 Mon Sep 17 00:00:00 2001 From: Jursin <1836059252@qq.com> Date: Sun, 1 Dec 2024 13:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/stores/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/stores/app.js b/src/renderer/src/stores/app.js index 8fd3214..8ddbdbf 100644 --- a/src/renderer/src/stores/app.js +++ b/src/renderer/src/stores/app.js @@ -6,6 +6,7 @@ export const useProfileStore = defineStore('app', { examName: '考试名称', appHeader: '考试看板', message: '考试提醒信息', + room: '考场号', examInfos: [] }), persist: true