提交 6428fb49 编写于 作者: D DCloud_LXH

feat: uni-getbatteryinfo、uni-usercapturescreen 发版支持 HarmonyOS Next

上级 6a60bffc
## 1.3.2(2024-10-14)
- 新增 支持 HarmonyOS Next 调用
## 1.3.1(2023-09-15) ## 1.3.1(2023-09-15)
app端适配使用UniError app端适配使用UniError
......
{ {
"id": "uni-getbatteryinfo", "id": "uni-getbatteryinfo",
"displayName": "uni-getbatteryinfo", "displayName": "uni-getbatteryinfo",
"version": "1.3.1", "version": "1.3.2",
"description": "使用uts开发,实现在多个平台获取电池电量功能", "description": "使用uts开发,实现在多个平台获取电池电量功能",
"keywords": [ "keywords": [
"battery" "battery"
...@@ -44,7 +44,8 @@ ...@@ -44,7 +44,8 @@
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "y",
"aliyun": "y" "aliyun": "y",
"alipay": "n"
}, },
"client": { "client": {
"Vue": { "Vue": {
...@@ -90,4 +91,4 @@ ...@@ -90,4 +91,4 @@
} }
} }
} }
} }
\ No newline at end of file
## 1.0.5(2024-10-14)
- 新增 支持 HarmonyOS Next 调用
## 1.0.4(2023-03-24) ## 1.0.4(2023-03-24)
新增开启/关闭防截屏功能 新增开启/关闭防截屏功能
## 1.0.3(2023-03-17) ## 1.0.3(2023-03-17)
......
{ {
"id": "uni-usercapturescreen", "id": "uni-usercapturescreen",
"displayName": "uni-usercapturescreen", "displayName": "uni-usercapturescreen",
"version": "1.0.4", "version": "1.0.5",
"description": "用户主动截屏事件监听", "description": "用户主动截屏事件监听",
"keywords": [ "keywords": [
"截屏" "截屏"
...@@ -50,7 +50,8 @@ ...@@ -50,7 +50,8 @@
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "y",
"aliyun": "y" "aliyun": "y",
"alipay": "n"
}, },
"client": { "client": {
"Vue": { "Vue": {
...@@ -59,7 +60,8 @@ ...@@ -59,7 +60,8 @@
}, },
"App": { "App": {
"app-android": "y", "app-android": "y",
"app-ios": "y" "app-ios": "y",
"app-harmony": "y"
}, },
"H5-mobile": { "H5-mobile": {
"Safari": "n", "Safari": "n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册