feat: add setting to fix wallpaper in search page mode

This commit is contained in:
Hakadao
2023-10-16 18:38:45 +08:00
parent 12e623eae0
commit d0c1bfacdf
8 changed files with 12 additions and 1 deletions

View File

@@ -32,4 +32,5 @@ export interface Settings {
recommendationMode: 'web' | 'app'
useSearchPageModeOnHomePage: boolean
searchPageModeWallpaperFixed: boolean
}