提交 bdad526d 编写于 作者: DCloud-yyl's avatar DCloud-yyl

更新文档说

上级 d2c5ae1d
## 1.1.0(2022-10-17)
实现ios平台获取电量
## 1.0.0(2022-09-01)
实现android/web/微信小程序平台获取电量
{
"id": "uni-getbatteryinfo",
"displayName": "uni-getbatteryinfo",
"version": "1.0.0",
"description": "使用uts开发,实现多个平台获取电量信息",
"version": "1.1.0",
"description": "使用uts开发,实现在多个平台获取电池电量功能",
"keywords": [
"battery"
],
......
......@@ -2,13 +2,9 @@
## 使用文档
```ts
// 引用插件
import getBatteryInfo from "@/uni_modules/uni-getbatteryinfo";
// 获取电量信息
getBatteryInfo({
uni.getBatteryInfo({
success(res) {
console.log(res);
uni.showToast({
......@@ -16,7 +12,7 @@
icon: 'none'
});
}
})
})
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册