mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-20 00:33:09 +09:00
enhance(frontend): '계절에 따른 화면 연출' 기능을 디바이스에 따라 자동으로 활성화하도록 변경함
This commit is contained in:
parent
2167aec2b4
commit
6c20139acf
@ -431,7 +431,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||||||
},
|
},
|
||||||
enableSeasonalScreenEffect: {
|
enableSeasonalScreenEffect: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: false,
|
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()),
|
||||||
},
|
},
|
||||||
showUnreadNotificationsCount: {
|
showUnreadNotificationsCount: {
|
||||||
where: 'deviceAccount',
|
where: 'deviceAccount',
|
||||||
|
Loading…
Reference in New Issue
Block a user