Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHang0 committed Nov 10, 2023
1 parent 31bac09 commit 9a1ae32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/src/stores/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ export const useSettingStore = defineStore('setting', {
});
if (appleMobileWebAppStatusBarStyle) {
appleMobileWebAppStatusBarStyle.content = dark
? 'light-content'
: 'dark-content';
? 'black-translucent'
: 'default';
}
if (themeColor) {
themeColor.content = dark ? '#13131a' : '#f7f7f7';
Expand Down
1 change: 0 additions & 1 deletion web/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export function fixNotchIPhoneHeight() {
metaThemeColor.content = '#f7f7f7';
}
}
(window as any).fixNotchIPhoneHeight = fixNotchIPhoneHeight;

export function duration2Millisecond(duration: string) {
if (!duration || typeof duration != 'string') duration = '';
Expand Down

0 comments on commit 9a1ae32

Please sign in to comment.