From 14b86334a066486b0cd5c17dd1f5eb00b01f8b4b Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 14 Aug 2024 11:47:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20getbatteryinfo=20=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-getbatteryinfo/utssdk/interface.uts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uni_modules/uni-getbatteryinfo/utssdk/interface.uts b/uni_modules/uni-getbatteryinfo/utssdk/interface.uts index f9d6f7b..0caaa20 100644 --- a/uni_modules/uni-getbatteryinfo/utssdk/interface.uts +++ b/uni_modules/uni-getbatteryinfo/utssdk/interface.uts @@ -93,8 +93,8 @@ interface Uni { * "unixVer": "4.11" * }, * "harmony": { - * "osVer": "x", - * "uniVer": "x", + * "osVer": "3.0", + * "uniVer": "4.23", * "unixVer": "x" * } * }, @@ -129,8 +129,8 @@ interface Uni { * "unixVer": "4.11" * }, * "harmony": { - * "osVer": "x", - * "uniVer": "x", + * "osVer": "3.0", + * "uniVer": "4.23", * "unixVer": "x" * } * }, -- GitLab