Skip to content

Commit 015d5ef

Browse files
config(overlay): set default blur to 1.5px and card opacity to 80%
1 parent f8ed363 commit 015d5ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/config/backgroundWallpaper.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export const fullscreenWallpaperConfig: FullscreenWallpaperConfig = {
2626
blur: 1,
2727
switchable: true,
2828
overlay: {
29-
opacity: 0.8,
30-
blur: 10,
31-
cardOpacity: 0.5,
29+
opacity: 0.8, // 壁纸不透明度,0-1
30+
blur: 1.5, // 背景模糊半径(px)
31+
cardOpacity: 0.8, // 卡片不透明度,0-1
3232
switchable: {
3333
opacity: true,
3434
blur: true,

0 commit comments

Comments
 (0)