提交 703b502a 编写于 作者: 杜庆泉's avatar 杜庆泉

更新 getBatteryInfo 文档注释节点

上级 deddab53
...@@ -31,12 +31,13 @@ declare interface Uni { ...@@ -31,12 +31,13 @@ declare interface Uni {
/** /**
* 获取设备电量 * 获取设备电量
* *
* 文档: [https://uniapp.dcloud.net.cn/api/system/batteryInfo.html](https://uniapp.dcloud.net.cn/api/system/batteryInfo.html) * @tutorial https://uniapp.dcloud.net.cn/api/system/batteryInfo.html
*/ */
getBatteryInfo(option?: UniNamespace.GetBatteryInfoOption): void; getBatteryInfo(option?: UniNamespace.GetBatteryInfoOption): void;
/** /**
* 同步获取电池电量信息 * 同步获取电池电量信息
* @tutorial https://uniapp.dcloud.net.cn/api/system/batteryInfo.html
*/ */
getBatteryInfoSync(): UniNamespace.GetBatteryInfoSuccessCallbackResult; getBatteryInfoSync(): UniNamespace.GetBatteryInfoSuccessCallbackResult;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册