智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/38/384b7330e929d34f2697a45e02b...

22 lines
575 B

const downgrade = plus.os.name === 'Android' && parseInt(plus.os.version) < 6
export const ANI_SHOW = downgrade ? 'slide-in-right' : 'pop-in'
export const ANI_DURATION = 300
export const ANI_CLOSE = downgrade ? 'slide-out-right' : 'pop-out'
export const TITLEBAR_HEIGHT = 44
export const ON_REACH_BOTTOM_DISTANCE = 50
export const VIEW_WEBVIEW_PATH = '_www/__uniappview.html'
export const V_FOR = 'f'
export const V_IF = 'i'
export const V_ELSE_IF = 'e'
export const V_SHOW = 'v-show'
export const B_CLASS = 'c'
export const B_STYLE = 's'
export const S_CLASS = 'sc'