|  | @@ -21,7 +21,7 @@ export const themeColorOptions: ThemeColorOption[] = [
 | 
	
		
			
				|  |  |  const useThemeStore = defineStore('theme', {
 | 
	
		
			
				|  |  |    state: () => ({
 | 
	
		
			
				|  |  |      theme: 'light' as 'light' | 'dark',
 | 
	
		
			
				|  |  | -    followSystem: false, // 是否跟随系统主题
 | 
	
		
			
				|  |  | +    followSystem: true, // 是否跟随系统主题
 | 
	
		
			
				|  |  |      hasUserSet: false, // 用户是否手动设置过主题
 | 
	
		
			
				|  |  |      currentThemeColor: themeColorOptions[0] as ThemeColorOption,
 | 
	
		
			
				|  |  |      showThemeColorSheet: false,
 |