diff --git a/en/application-dev/security/cert-guidelines.md b/en/application-dev/security/cert-guidelines.md index c6c2ec6ab092c9add82ea0c03af40b2da5e9b786..9ba67b26752c374e35296dda9e428267f1195595 100644 --- a/en/application-dev/security/cert-guidelines.md +++ b/en/application-dev/security/cert-guidelines.md @@ -19,7 +19,6 @@ Typical operations involve the following: **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. @@ -172,7 +171,6 @@ Typical operations involve the following: **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. @@ -320,7 +318,6 @@ You need to use the certificate chain validator in certificate chain verificatio **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. @@ -432,7 +429,6 @@ Typical operations involve the following: **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. diff --git a/en/application-dev/ui/ui-ts-animation-feature.md b/en/application-dev/ui/ui-ts-animation-feature.md index eefc36468f782291237467d87ae5b2d531f8611f..ac0a6fba932db53615e0ef13488d9e09929479bb 100644 --- a/en/application-dev/ui/ui-ts-animation-feature.md +++ b/en/application-dev/ui/ui-ts-animation-feature.md @@ -1,6 +1,6 @@ # Using the Animation Feature -The animation feature provides component animation and inter-page animation, and opens the animation capability APIs for [interpolation calculation](../reference/apis/js-apis-curve.md) and [matrix transformation](../reference/apis/js-apis-matrix4.md), allowing you to design animation effects to a great extent. +The animation feature provides component animation and inter-page animation, and opens the animation capability APIs for interpolation calculation and matrix transformation, allowing you to design animation effects to a great extent. This section describes the following animation effects: diff --git a/en/application-dev/website.md b/en/application-dev/website.md index 9f4a69cf61b3e6967575bdfd8e60660b8481af19..af6d37c876ecb597c5fb505bd6381bdac9bc8c8b 100644 --- a/en/application-dev/website.md +++ b/en/application-dev/website.md @@ -38,35 +38,30 @@ - [ArkUI Overview](ui/arkui-overview.md) - ArkTS-based Declarative Development Paradigm - [Overview](ui/ui-ts-overview.md) - - Framework Overview - - File Organization - - [Directory Structure](ui/ts-framework-directory.md) - - [Rules for Accessing Application Code Files](ui/ts-framework-file-access-rules.md) - - Resource Management - - [Resource File Categories](ui/ui-ts-basic-resource-file-categories.md) - - [Accessing Resources](ui/ts-resource-access.md) - - [Pixel Units](ui/ts-pixel-units.md) - - Componentization - - [Initialization of Custom Components' Member Variables](ui/ts-custom-component-initialization.md) - - [Custom Component Lifecycle Callbacks](ui/ts-custom-component-lifecycle-callbacks.md) - - [Component Creation and Re-initialization](ui/ts-component-creation-re-initialization.md) - - Common Component Development Guidelines - - [Button](ui/ui-ts-basic-components-button.md) - - [Web](ui/ui-ts-components-web.md) - - Common Layout Development Guidelines - - [Flex Layout](ui/ui-ts-layout-flex.md) - - [Grid Layout](ui/ui-ts-layout-grid-container.md) - - [Media Query](ui/ui-ts-layout-mediaquery.md) - - Experiencing the Declarative UI - - [Creating a Declarative UI Project](ui/ui-ts-creating-project.md) - - [Getting to Know Components](ui/ui-ts-components.md) + - [Declarative UI Development Guidelines](ui/ui-ts-developing-intro.md) + - Declarative UI Development Examples - [Creating a Simple Page](ui/ui-ts-creating-simple-page.md) - - Defining Page Layout and Connection - - [Building a Food Data Model](ui/ui-ts-building-data-model.md) - - [Building a Food Category List Layout](ui/ui-ts-building-category-list-layout.md) - - [Building a Food Category Grid Layout](ui/ui-ts-building-category-grid-layout.md) - - [Implementing Page Redirection and Data Transmission](ui/ui-ts-page-redirection-data-transmission.md) - - [Recommendations for Improving Performance](ui/ts-performance-improvement-recommendation.md) + - Building a Comprehensive Example + - [Building a Food Data Model](ui/ui-ts-building-data-model.md) + - [Building a Food Category List Layout](ui/ui-ts-building-category-list-layout.md) + - [Building a Food Category Grid Layout](ui/ui-ts-building-category-grid-layout.md) + - [Implementing Page Redirection and Data Transmission](ui/ui-ts-page-redirection-data-transmission.md) + - Adding a Splash Screen Animation + - [Using the Drawing Feature](ui/ui-ts-drawing-feature.md) + - [Using the Animation Feature](ui/ui-ts-animation-feature.md) + - [Common Components](ui/ui-ts-components-intro.md) + - Common Layout Development + - Adaptive Layouts + - [Linear Layout](ui/ui-ts-layout-linear.md) + - [Statck Layout](ui/ui-ts-layout-stack.md) + - [Flex Layout](ui/ui-ts-layout-flex.md) + - [Grid Layout](ui/ui-ts-layout-grid.md) + - Responsive Layouts + - [Grid Layout](ui/ui-ts-layout-grid-container-new.md) + - [Media Query](ui/ui-ts-layout-mediaquery.md) + - [Custom Component Lifecycle Callbacks](ui/ui-ts-custom-component-lifecycle-callbacks.md) + - [Web Component Development](ui/ui-ts-components-web.md) + - [Recommendations for Improving Performance](ui/ui-ts-performance-improvement-recommendation.md) - JavaScript-compatible Web-like Development Paradigm - [Overview](ui/ui-js-overview.md) - Framework @@ -217,12 +212,15 @@ - [DataShare Overview](database/database-datashare-overview.md) - [DataShare Development](database/database-datashare-guidelines.md) - Task Management - - Background Task Management + - Background Task - [Background Task Management Overview](task-management/background-task-overview.md) - - [Background Task Management Development](task-management/background-task-dev-guide.md) - - Work Scheduler - - [Work Scheduler Overview](task-management/work-scheduler-overview.md) + - [Transient Task Development](task-management/transient-task-dev-guide.md) + - [Continuous Task Development](task-management/continuous-task-dev-guide.md) - [Work Scheduler Development](task-management/work-scheduler-dev-guide.md) + - [Efficiency Resource Request Development](task-management/efficiency-resources-apply-dev-guide.md) + - Agent-Powered Scheduled Reminder + - [Agent-Powered Scheduled Reminder Overview](task-management/background-agent-scheduled-reminder-overview.md) + - [Agent-Powered Scheduled Reminder Development](task-management/background-agent-scheduled-reminder-guide.md) - Device - USB Service - [USB Service Overview](device/usb-overview.md) @@ -242,7 +240,7 @@ - [Sample Server Development](device/sample-server-guidelines.md) - Device Usage Statistics - [Device Usage Statistics Overview](device-usage-statistics/device-usage-statistics-overview.md) - - [Device Usage Statistics Development](device-usage-statistics/device-usage-statistics-dev-guide.md) + - [Device Usage Statistics Development](device-usage-statistics/device-usage-statistics-use-guide.md) - DFX - Application Event Logging - [Overview of Application Event Logging](dfx/hiappevent-overview.md) @@ -603,7 +601,7 @@ - [EventHub](reference/apis/js-apis-eventhub.md) - Bundle Management - [@ohos.bundle](reference/apis/js-apis-Bundle.md) - - [@ohos.bundle.defaultAppManager](reference/apis/js-apis-bundle-defaultAppManager.md) + - [@ohos.bundle.defaultAppManager](reference/apis/js-apis-defaultAppManager.md) - [@ohos.bundle.innerBundleManager)](reference/apis/js-apis-Bundle-InnerBundleManager.md) - [@ohos.bundleState](reference/apis/js-apis-deviceUsageStatistics.md) - [@ohos.distributedBundle](reference/apis/js-apis-Bundle-distributedBundle.md) @@ -614,14 +612,14 @@ - [BundleInstaller](reference/apis/js-apis-bundle-BundleInstaller.md) - [BundleStatusCallback](reference/apis/js-apis-Bundle-BundleStatusCallback.md) - [CustomizeData](reference/apis/js-apis-bundle-CustomizeData.md) - - [DispatchInfo](reference/apis/js-apis-dispatchInfo.md) + - [DispatchInfo](reference/apis/js-apis-bundleManager-dispatchInfo.md) - [ElementName](reference/apis/js-apis-bundle-ElementName.md) - - [ExtensionAbilityInfo](reference/apis/js-apis-bundle-ExtensionAbilityInfo.md) + - [ExtensionAbilityInfo](reference/apis/js-apis-bundleManager-extensionAbilityInfo.md) - [HapModuleInfo](reference/apis/js-apis-bundle-HapModuleInfo.md) - [LauncherAbilityInfo](reference/apis/js-apis-bundle-LauncherAbilityInfo.md) - - [Metadata](reference/apis/js-apis-bundle-Metadata.md) + - [Metadata](reference/apis/js-apis-bundleManager-metadata.md) - [ModuleInfo](reference/apis/js-apis-bundle-ModuleInfo.md) - - [PackInfo](reference/apis/js-apis-bundle-PackInfo.md) + - [PackInfo](reference/apis/js-apis-bundleManager-packInfo.md) - [PermissionDef](reference/apis/js-apis-bundle-PermissionDef.md) - [RemoteAbilityInfo](reference/apis/js-apis-bundle-remoteAbilityInfo.md) - [ShortcutInfo](reference/apis/js-apis-bundle-ShortcutInfo.md) @@ -630,7 +628,6 @@ - [@ohos.mediaquery](reference/apis/js-apis-mediaquery.md) - [@ohos.prompt](reference/apis/js-apis-prompt.md) - [@ohos.router](reference/apis/js-apis-router.md) - - [@ohos.uiAppearance](reference/apis/js-apis-uiappearance.md) - Graphics - [@ohos.animation.windowAnimationManager](reference/apis/js-apis-windowAnimationManager.md) - [@ohos.display](reference/apis/js-apis-display.md) @@ -656,10 +653,8 @@ - [@ohos.workScheduler](reference/apis/js-apis-workScheduler.md) - [@ohos.WorkSchedulerExtensionAbility](reference/apis/js-apis-WorkSchedulerExtensionAbility.md) - Custom Management - - [@ohos.configPolicy](reference/apis/js-apis-config-policy.md) + - [@ohos.configPolicy](reference/apis/js-apis-configPolicy.md) - [@ohos.EnterpriseAdminExtensionAbility](reference/apis/js-apis-EnterpriseAdminExtensionAbility.md) - - [@ohos.enterpriseDeviceManager](reference/apis/js-apis-enterprise-device-manager.md) - - [DeviceSettingsManager](reference/apis/js-apis-enterpriseDeviceManager-DeviceSettingsManager.md) - Security - [@ohos.abilityAccessCtrl](reference/apis/js-apis-abilityAccessCtrl.md) - [@ohos.privacyManager](reference/apis/js-apis-privacyManager.md) @@ -700,11 +695,7 @@ - [@ohos.net.connection](reference/apis/js-apis-net-connection.md) - [@ohos.net.ethernet](reference/apis/js-apis-net-ethernet.md) - [@ohos.net.http](reference/apis/js-apis-http.md) - - [@ohos.net.policy](reference/apis/js-apis-net-policy.md) - - [@ohos.net.sharing](reference/apis/js-apis-net-sharing.md) - [@ohos.net.socket](reference/apis/js-apis-socket.md) - - [@ohos.net.statistics](reference/apis/js-apis-net-statistics.md) - - [@ohos.net.tlsSocket](reference/apis/js-apis-tlsSocket.md) - [@ohos.net.webSocket](reference/apis/js-apis-webSocket.md) - [@ohos.request](reference/apis/js-apis-request.md) - Connectivity diff --git a/en/contribute/license-and-copyright-specifications.md b/en/contribute/license-and-copyright-specifications.md index 169ecc44406694d1412b2b57d18618243bf51cf6..cd981270714ef17f354ab58e74670bbedd9be6e2 100644 --- a/en/contribute/license-and-copyright-specifications.md +++ b/en/contribute/license-and-copyright-specifications.md @@ -7,7 +7,7 @@ This document describes how code contributors, committers, and PMC members in th 3. Copyright and license header ## Scope -This document applies only to the OpenHarmony community. It is not applicable to the scenario where the OpenHarmony project is used by individuals or enterprises to develop their products or the scenario where third-party open-source software is introduced. For details, see [Introducing Third-Party Open-Source Software](introducing-third-party-open-source-software.md). +This document applies only to the OpenHarmony community. It is not applicable to the scenario where the OpenHarmony project is used by individuals or enterprises to develop their products or the scenario where third-party open-source software is introduced. ## Improvements and Revisions 1. This document is drafted and maintained by the OpenHarmony PMC. What you are reading now is the latest version of this document. diff --git a/zh-cn/application-dev/ability-deprecated/ability-delegator.md b/zh-cn/application-dev/ability-deprecated/ability-delegator.md index 1a6dc8e016b98eda0fc6633e55d46d0b51491b33..1b89844a3945cf4f8ab8e79d0c7a429bbe3d1eb4 100644 --- a/zh-cn/application-dev/ability-deprecated/ability-delegator.md +++ b/zh-cn/application-dev/ability-deprecated/ability-delegator.md @@ -58,7 +58,7 @@ AbilityDelegatorArgs是测试框架提供的测试参数类。开发者可以使 ## AbilityMonitor介绍 -AbilityMonitor是测试框架提供用来绑定并监听Ability类。开发者可以使用AbilityMonitor绑定Ability,并将AbilityMonitor添加到监听列表。绑定后Ability的创建、生命周期变化等会触发AbilityMonitor内相关回调函数,开发者可以在对应回调函数内进行测试验证。具体详细内容请参考AbilityMonitor API接口说明[AbilityMonitor](../reference/apis/js-apis-application-abilityMonitor.md)。 +AbilityMonitor是测试框架提供用来绑定并监听Ability类。开发者可以使用AbilityMonitor绑定Ability,并将AbilityMonitor添加到监听列表。绑定后Ability的创建、生命周期变化等会触发AbilityMonitor内相关回调函数,开发者可以在对应回调函数内进行测试验证。具体详细内容请参考AbilityMonitor API接口说明[AbilityMonitor](../reference/apis/js-apis-inner-application-abilityMonitor.md)。 **示例** diff --git a/zh-cn/application-dev/task-management/work-scheduler-dev-guide.md b/zh-cn/application-dev/task-management/work-scheduler-dev-guide.md index 7b5f240d172f5994aa550f814bad16372e665ff7..1b454be58cf699e69e0d5909913c416045c7e772 100644 --- a/zh-cn/application-dev/task-management/work-scheduler-dev-guide.md +++ b/zh-cn/application-dev/task-management/work-scheduler-dev-guide.md @@ -61,7 +61,7 @@ import workScheduler from '@ohos.resourceschedule.workScheduler'; import WorkSchedulerExtensionAbility from '@ohos.WorkSchedulerExtensionAbility'; ``` -2、开发对应的ExtensionAbility,用于回调执行具体的延迟任务。关于ExtensionAbility的介绍,参考[ExtensionAbility机制](../ability-deprecated/pplication-models/extensionability-overview.md)。 +2、开发对应的ExtensionAbility,用于回调执行具体的延迟任务。关于ExtensionAbility的介绍,参考[ExtensionAbility机制](../application-models/extensionability-overview.md)。 ```ts import WorkSchedulerExtensionAbility from '@ohos.WorkSchedulerExtensionAbility'; diff --git a/zh-cn/application-dev/ui/js-framework-multiple-languages.md b/zh-cn/application-dev/ui/js-framework-multiple-languages.md index ac650d50ca4101bec31602ce79c065ca18095e22..db79defa458e6edb9bbde483bf116430655c1301 100644 --- a/zh-cn/application-dev/ui/js-framework-multiple-languages.md +++ b/zh-cn/application-dev/ui/js-framework-multiple-languages.md @@ -183,4 +183,4 @@ ar-AE.json ## 获取语言 -获取语言功能请参考[应用配置](../reference/apis/js-apis-application-configuration.md)。 +获取语言功能请参考[应用配置](../reference/apis/js-apis-app-ability-configuration.md)。 diff --git a/zh-cn/glossary.md b/zh-cn/glossary.md index 6b64d3dca5e379db12fa92249aecd00d21606d27..fe7e0e4b48f21f6fcd7a984c6f5dd4c59bc3155b 100644 --- a/zh-cn/glossary.md +++ b/zh-cn/glossary.md @@ -73,7 +73,7 @@ - ### FA模型 - Ability框架提供的一种开发模型。API version 8及更早版本的应用开发仅支持FA模型。FA模型将Ability分为[FA(Feature Ability)](#fa)和[PA(Particle Ability)](#pa)两种类型,其中FA支持Page Ability模板,PA支持Service ability、Data ability、以及Form ability模板。详情可参考[FA模型综述](application-dev/ability/fa-brief.md)。 + Ability框架提供的一种开发模型。API version 8及更早版本的应用开发仅支持FA模型。FA模型将Ability分为[FA(Feature Ability)](#fa)和[PA(Particle Ability)](#pa)两种类型,其中FA支持Page Ability模板,PA支持Service ability、Data ability、以及Form ability模板。详情可参考[FA模型综述](application-dev/application-models/fa-model-development-overview.md)。 ## H