From a047a4f99cc1086c6145168245d279b500f37f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=98=E7=BD=97=E5=AE=87?= Date: Sat, 21 Jun 2025 13:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8Fotamode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 甘罗宇 --- api/@ohos.update.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.update.d.ts b/api/@ohos.update.d.ts index 3966e6a816..179ecbe627 100644 --- a/api/@ohos.update.d.ts +++ b/api/@ohos.update.d.ts @@ -945,7 +945,7 @@ declare namespace update { * @systemapi hide for inner use. * @since 20 */ - otaMode?: OtaMode + otaMode?: OtaMode; } /** -- Gitee