!12146 元能力abilityKit标签规范修改

Merge pull request !12146 from xieqiongyang/master
This commit is contained in:
openharmony_ci 2024-06-17 13:29:09 +00:00 committed by Gitee
commit d464587749
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
7 changed files with 17 additions and 12 deletions

View File

@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
import StartupListener from './@ohos.app.appstartup.StartupListener';
/** /**
* @file * @file
* @kit AbilityKit * @kit AbilityKit
*/ */
import StartupListener from './@ohos.app.appstartup.StartupListener';
/** /**
* The interface of configuration for running startup tasks. * The interface of configuration for running startup tasks.
* *

View File

@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/** /**
* @file * @file
* @kit AbilityKit * @kit AbilityKit
*/ */
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/** /**
* The configuration entry for running startup tasks. * The configuration entry for running startup tasks.
* *

View File

@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
import AbilityStageContext from './application/AbilityStageContext';
/** /**
* @file * @file
* @kit AbilityKit * @kit AbilityKit
*/ */
import AbilityStageContext from './application/AbilityStageContext';
/** /**
* The base class of startup task. * The base class of startup task.
* *

View File

@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/** /**
* @file * @file
* @kit AbilityKit * @kit AbilityKit
*/ */
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/** /**
* Startup task manager. * Startup task manager.
* *

View File

@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
import AbilityFirstFrameStateData from './AbilityFirstFrameStateData';
/** /**
* @file * @file
* @kit AbilityKit * @kit AbilityKit
*/ */
import AbilityFirstFrameStateData from './AbilityFirstFrameStateData';
/** /**
* The ability first frame state observer. * The ability first frame state observer.
* *

View File

@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
import type { AbilityResult } from '../ability/abilityResult';
/** /**
* @file * @file
* @kit AbilityKit * @kit AbilityKit
*/ */
import type { AbilityResult } from '../ability/abilityResult';
/** /**
* The callback of UIAbility or UIExtensionAbility. * The callback of UIAbility or UIExtensionAbility.
* @syscap SystemCapability.Ability.AbilityRuntime.Core * @syscap SystemCapability.Ability.AbilityRuntime.Core

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit AbilityKit
*/
/** /**
* Auto Fill Popup config. * Auto Fill Popup config.
* *