feat: set the default value of searchPageModeWallpaperFixed to false

This commit is contained in:
Hakadao
2023-10-17 21:25:43 +08:00
parent f1b5d065b2
commit ac5ac14af5

View File

@@ -37,5 +37,5 @@ export const settings = useStorageLocal('settings', ref<Settings>({
recommendationMode: 'web',
useSearchPageModeOnHomePage: false,
searchPageModeWallpaperFixed: true,
searchPageModeWallpaperFixed: false,
}), { mergeDefaults: true })