index.js 172 字节
Newer Older
1 2 3
export function getBatteryInfo(options) {
    return my.getBatteryInfo(options)
}
4 5 6
export function getBatteryInfoSync(options) {
    return my.getBatteryInfoSync(options)
}