From dcf57459b74661d0dd879e9910c24f6768af61d2 Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Wed, 10 Dec 2025 22:22:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(globalConfig):=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=AD=97=E4=BD=93=E4=B8=BA=E5=BE=AE=E8=BD=AF?= =?UTF-8?q?=E9=9B=85=E9=BB=91=20#96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/globalConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/globalConfig.ts b/src/store/globalConfig.ts index 5f02dd9..2cc3f8e 100644 --- a/src/store/globalConfig.ts +++ b/src/store/globalConfig.ts @@ -24,7 +24,7 @@ export const useGlobalConfig = defineStore('global', { patternColor: '#1b66c9', patternList: defaultPatternList as number[], background: {}, // 背景颜色或图片 - font: '', + font: '微软雅黑', }, musicList: defaultMusicList as IMusic[], imageList: defaultImageList as IImage[], @@ -265,7 +265,7 @@ export const useGlobalConfig = defineStore('global', { patternColor: '#1b66c9', patternList: defaultPatternList as number[], background: {}, // 背景颜色或图片 - font: '', + font: '微软雅黑', }, musicList: defaultMusicList as IMusic[], imageList: defaultImageList as IImage[],