constants.js 273 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1
export const NAVBAR_HEIGHT = 44
fxy060608's avatar
fxy060608 已提交
2 3
export const TABBAR_HEIGHT = 50
// 576:landscape phones,768:tablets,992:desktops,1200:large desktops
D
DCloud_LXH 已提交
4 5 6
export const RESPONSIVE_MIN_WIDTH = 768
export const UNI_STORAGE_LOCALE = 'UNI_LOCALE'
export const ON_THEME_CHANGE = 'onThemeChange'