Merge pull request #105 from LOG1997/96-ui-optimization

feat(globalConfig): 设置默认字体为微软雅黑 #96
This commit is contained in:
LOG1997
2025-12-10 22:24:14 +08:00
committed by GitHub

View File

@@ -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[],