From eb42cad829485e0f100ad675d4735d0bc84c50b2 Mon Sep 17 00:00:00 2001 From: songjindian Date: Thu, 13 Jun 2024 11:10:23 +0800 Subject: [PATCH] =?UTF-8?q?sdk=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: songjindian --- api/@ohos.app.form.formHost.d.ts | 2 +- api/@ohos.app.form.formInfo.d.ts | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/@ohos.app.form.formHost.d.ts b/api/@ohos.app.form.formHost.d.ts index 3f6378857..6911d97e5 100644 --- a/api/@ohos.app.form.formHost.d.ts +++ b/api/@ohos.app.form.formHost.d.ts @@ -1076,7 +1076,7 @@ declare namespace formHost { * @param { formInfo.PublishFormResult } result - The result of publish form. * @throws { BusinessError } 201 - Permissions denied. * @throws { BusinessError } 202 - The application is not a system application. - * @throws { BusinessError } 401 - Parameter error. Possible causes: + * @throws { BusinessError } 401 - Parameter error. Possible causes: * 1.Mandatory parameters are left unspecified; 2.Incorrect parameter types; 3.Parameter verification failed. * @throws { BusinessError } 16500050 - IPC connection error. * @throws { BusinessError } 16500060 - Service connection error. diff --git a/api/@ohos.app.form.formInfo.d.ts b/api/@ohos.app.form.formInfo.d.ts index 3ef647f0e..d25bc3706 100644 --- a/api/@ohos.app.form.formInfo.d.ts +++ b/api/@ohos.app.form.formInfo.d.ts @@ -1713,7 +1713,7 @@ declare namespace formInfo { * @since 12 */ OTHER = -1, - + /** * Form is on the desktop * @@ -1722,7 +1722,7 @@ declare namespace formInfo { * @since 12 */ DESKTOP = 0, - + /** * Form is on the form center. * @@ -1731,7 +1731,7 @@ declare namespace formInfo { * @since 12 */ FORM_CENTER = 1, - + /** * Form is on the form manager. * @@ -1740,7 +1740,7 @@ declare namespace formInfo { * @since 12 */ FORM_MANAGER = 2, - + /** * Form is on the negative screen. * @@ -1749,7 +1749,7 @@ declare namespace formInfo { * @since 12 */ NEGATIVE_SCREEN = 3, - + /** * Form is on the form center of negative screen. * @@ -1758,7 +1758,7 @@ declare namespace formInfo { * @since 12 */ FORM_CENTER_NEGATIVE_SCREEN = 4, - + /** * Form is on the form manager of negative screen. * @@ -1767,7 +1767,7 @@ declare namespace formInfo { * @since 12 */ FORM_MANAGER_NEGATIVE_SCREEN = 5, - + /** * Form is on the screen lock. * @@ -1776,7 +1776,7 @@ declare namespace formInfo { * @since 12 */ SCREEN_LOCK = 6, - + /** * Form is on the ai suggestion. *