From 56643656034c36093b4213b2e204021fd47dca8b Mon Sep 17 00:00:00 2001 From: LiAn Date: Thu, 23 Jan 2025 12:17:19 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LiAn --- .../reference/apis-arkui/js-apis-plugincomponent.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/js-apis-plugincomponent.md b/zh-cn/application-dev/reference/apis-arkui/js-apis-plugincomponent.md index 2e55cdb0a73..a7d53b17327 100755 --- a/zh-cn/application-dev/reference/apis-arkui/js-apis-plugincomponent.md +++ b/zh-cn/application-dev/reference/apis-arkui/js-apis-plugincomponent.md @@ -72,7 +72,7 @@ type KVObject = { [key: string]: number | string | boolean | [] | KVObject } 用于设置FA模型下使用PluginManager.Request方法时候的需要传递的参数。 -**模型约束:** 此接口仅适用于[FA模型](arkui-ts/ts-basic-components-plugincomponent-sys.md#fa模型)。 +**模型约束:** 此接口仅适用于FA模型。 **原子化服务API:** 从API version 12开始,该接口支持在原子化服务中使用。 @@ -188,7 +188,7 @@ push(param: PushParameters , callback: AsyncCallback<void>): void 组件提供方向组件使用方主动发送组件与数据。 -**模型约束:** 此接口仅适用于[FA模型](arkui-ts/ts-basic-components-plugincomponent-sys.md#fa模型)。 +**模型约束:** 此接口仅适用于FA模型。 **原子化服务API:** 从API version 12开始,该接口支持在原子化服务中使用。 @@ -232,7 +232,7 @@ request(param: RequestParameters, callback: AsyncCallback<RequestCallbackPara 组件使用方向组件提供方主动请求组件。 -**模型约束:** 此接口仅适用于[FA模型](arkui-ts/ts-basic-components-plugincomponent-sys.md#fa模型)。 +**模型约束:** 此接口仅适用于FA模型。 **原子化服务API:** 从API version 12开始,该接口支持在原子化服务中使用。 -- Gitee