From 099094958db5708c1f74f38a7fbcb4e909fcca8c Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 18 Oct 2022 11:11:18 +0800 Subject: [PATCH] chore: update uni-getbatteryinfo version --- uni_modules/uni-getbatteryinfo/changelog.md | 3 +++ uni_modules/uni-getbatteryinfo/package.json | 12 +++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/uni_modules/uni-getbatteryinfo/changelog.md b/uni_modules/uni-getbatteryinfo/changelog.md index dd1a763..6e97088 100644 --- a/uni_modules/uni-getbatteryinfo/changelog.md +++ b/uni_modules/uni-getbatteryinfo/changelog.md @@ -1,3 +1,6 @@ +## 1.2.0(2022-10-17) +实现百度小程序/支付宝小程序/QQ小程序获取电量 + ## 1.1.0(2022-10-17) 实现ios平台获取电量 diff --git a/uni_modules/uni-getbatteryinfo/package.json b/uni_modules/uni-getbatteryinfo/package.json index 1c22556..0eb0aac 100644 --- a/uni_modules/uni-getbatteryinfo/package.json +++ b/uni_modules/uni-getbatteryinfo/package.json @@ -1,7 +1,7 @@ { "id": "uni-getbatteryinfo", "displayName": "uni-getbatteryinfo", - "version": "1.1.0", + "version": "1.2.0", "description": "使用uts开发,实现在多个平台获取电池电量功能", "keywords": [ "battery" @@ -50,7 +50,9 @@ "app-android": { "minVersion": "21" }, - "app-ios": "n" + "app-ios": { + "minVersion": "9" + } }, "H5-mobile": { "Safari": "y", @@ -67,10 +69,10 @@ }, "小程序": { "微信": "y", - "阿里": "u", - "百度": "u", + "阿里": "y", + "百度": "y", "字节跳动": "u", - "QQ": "u", + "QQ": "y", "钉钉": "u", "快手": "u", "飞书": "u", -- GitLab