智能照明系统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/6f/6f089c2a663d0956ada74d4b343...

18 lines
363 B

export {
upx2px
}
from 'uni-core/service/api/base/upx2px'
export * from 'uni-platform/view/api'
export {
getSystemInfoSync
}
from '../../src/platforms/h5/service/api/device/get-system-info'
export function canIUse (schema) {
if (schema === 'css.var') {
return window.CSS && window.CSS.supports && window.CSS.supports('--a:0')
}
return true
}