index.js 84 字节
Newer Older
1 2 3
export function getBatteryInfo(options) {
    return swan.getBatteryInfo(options)
}