feat: add some settings to the search page

* style: adjust settings panel
This commit is contained in:
Hakadao
2023-07-31 02:09:20 +08:00
parent 0998564918
commit 2ce17cd997
8 changed files with 270 additions and 18 deletions

View File

@@ -10,4 +10,13 @@ export interface Settings {
enableWallpaperMasking: boolean
wallpaperMaskOpacity: number
wallpaperBlurIntensity: number
searchPageLogoColor: 'white' | 'themeColor'
searchPageShowLogo: boolean
individuallySetSearchPageWallpaper: boolean
searchPageWallpaperMode: 'buildIn' | 'byUrl'
searchPageWallpaper: string
searchPageEnableWallpaperMasking: boolean
searchPageWallpaperMaskOpacity: number
searchPageWallpaperBlurIntensity: number
}