From d938eff40f19eb833e239c800e84cb55b9d2bb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AC=E8=A1=8C=E8=80=85?= <836253168@qq.com> Date: Wed, 28 May 2025 02:09:41 +0000 Subject: [PATCH] =?UTF-8?q?3D=20live=E5=8D=A1=E7=89=87=EF=BC=9AsubBundleNa?= =?UTF-8?q?me=E6=9B=B4=E6=96=B0=E4=B8=BA=E5=8F=AF=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 独行者 <836253168@qq.com> --- api/@ohos.app.form.formInfo.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.app.form.formInfo.d.ts b/api/@ohos.app.form.formInfo.d.ts index c6c6e9245b..710bce3d32 100644 --- a/api/@ohos.app.form.formInfo.d.ts +++ b/api/@ohos.app.form.formInfo.d.ts @@ -2085,12 +2085,12 @@ declare namespace formInfo { /** * The sub bundle name used by game engine. * - * @type { string } + * @type { ?string } * @syscap SystemCapability.Ability.Form * @systemapi * @since 20 */ - subBundleName: string; + subBundleName?: string; /** * The duration of the fun interaction form will be paused if not operate, default is 10s -- Gitee