Browse Source

'黑夜模式'

dev^2
luyisha 2 years ago
parent
commit
015fb8aaec
  1. 1
      store/index.js

1
store/index.js

@ -40,7 +40,6 @@ function defaultTheme() {
// state = `light`; // state = `light`;
// } // }
uni.setStorageSync('theme', 'dark'); uni.setStorageSync('theme', 'dark');
// uni.setStorageSync('language','zh-CN');
let state = `dark` let state = `dark`
return state; return state;
} }

Loading…
Cancel
Save