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