From 7ec5e161966789626d8bf1722d10175b8089c920 Mon Sep 17 00:00:00 2001 From: qiang Date: Mon, 17 Oct 2022 23:00:35 +0800 Subject: [PATCH] fix: getBatteryInfo docs --- uni_modules/uni-getbatteryinfo/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-getbatteryinfo/index.d.ts b/uni_modules/uni-getbatteryinfo/index.d.ts index 9416eab..7c38574 100644 --- a/uni_modules/uni-getbatteryinfo/index.d.ts +++ b/uni_modules/uni-getbatteryinfo/index.d.ts @@ -29,7 +29,7 @@ declare class Uni { /** * 获取设备电量 * - * 文档: [https://uniapp.dcloud.net.cn/api/system/batteryInfo.html) + * 文档: [https://uniapp.dcloud.net.cn/api/system/batteryInfo.html](https://uniapp.dcloud.net.cn/api/system/batteryInfo.html) */ getBatteryInfo(option?: GetBatteryInfoOption): void; } -- GitLab