修改formCheck问题

Signed-off-by: mars10577020 <8651080+mars10577020@user.noreply.gitee.com>
This commit is contained in:
mars10577020 2024-06-27 03:12:40 +00:00 committed by Gitee
parent 40cfb18b08
commit ffdd009854
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -84,7 +84,6 @@ declare namespace common {
/**
* The context of an ability. It allows access to ability-specific resources.
*
* @typedef { _UIAbilityContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @crossplatform
@ -111,7 +110,6 @@ declare namespace common {
/**
* The context of an abilityStage. It allows access to abilityStage-specific resources.
*
* @typedef { _AbilityStageContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @crossplatform
@ -138,7 +136,6 @@ declare namespace common {
/**
* The context of an application. It allows access to application-specific resources.
*
* @typedef { _ApplicationContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @crossplatform
@ -165,7 +162,6 @@ declare namespace common {
/**
* The base context of 'app.Context' for FA Mode or 'application.Context' for Stage Mode.
*
* @typedef { _BaseContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @crossplatform
@ -195,7 +191,6 @@ declare namespace common {
* The base context of an ability or an application. It allows access to
* application-specific resources.
*
* @typedef { _Context.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @crossplatform
@ -214,7 +209,6 @@ declare namespace common {
/**
* The context of an extension. It allows access to extension-specific resources.
*
* @typedef { _ExtensionContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @atomicservice
@ -234,7 +228,6 @@ declare namespace common {
* The context of form extension. It allows access to
* formExtension-specific resources.
*
* @typedef { _FormExtensionContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @atomicservice
@ -246,7 +239,6 @@ declare namespace common {
* The context of service extension. It allows access to
* serviceExtension-specific resources.
*
* @typedef { _ServiceExtensionContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @systemapi
* @StageModelOnly
@ -272,7 +264,6 @@ declare namespace common {
/**
* The event center of a context, support the subscription and publication of events.
*
* @typedef { _EventHub.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @stagemodelonly
* @crossplatform
@ -291,7 +282,6 @@ declare namespace common {
/**
* Defines a PacMap object for storing a series of values.
*
* @typedef { _PacMap }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @atomicservice
* @since 11
@ -308,7 +298,6 @@ declare namespace common {
/**
* Indicates the result of startAbility.
*
* @typedef { _AbilityResult }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @atomicservice
@ -319,7 +308,6 @@ declare namespace common {
/**
* Indicates the callback of connection
*
* @typedef { _ConnectOptions }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @since 9
@ -330,7 +318,6 @@ declare namespace common {
* The context of UI extension. It allows access to
* UIExtension-specific resources.
*
* @typedef { _UIExtensionContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @since 10
@ -341,7 +328,6 @@ declare namespace common {
* The context of auto fill extension. It allows access to
* AutoFillExtension-specific resources.
*
* @typedef { _AutoFillExtensionContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @systemapi
* @StageModelOnly
@ -352,7 +338,6 @@ declare namespace common {
/**
* The function Called when some error occurred except disconnected from UIAbility or UIExtensionAbility
*
* @typedef { _AbilityStartCallback }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @atomicservice
@ -363,7 +348,6 @@ declare namespace common {
/**
* The class of auto startup info.
*
* @typedef { _AutoStartupInfo }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @systemapi
* @StageModelOnly
@ -374,7 +358,6 @@ declare namespace common {
/**
* The class of auto startup callback.
*
* @typedef { _AutoStartupCallback }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @systemapi
* @StageModelOnly
@ -387,7 +370,6 @@ declare namespace common {
* vpnExtension-specific resources.
* The class of auto startup info.
*
* @typedef { _VpnExtensionContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @stagemodelonly
* @since 11
@ -397,7 +379,6 @@ declare namespace common {
/**
* The context of an embeddable UIAbility.
*
* @typedef { _EmbeddableUIAbilityContext.default }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @stagemodelonly
* @atomicservice