From e432f4e1e7155d0322cc73413bddbb9855e7d78c Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 27 Jan 2025 01:17:48 +0000 Subject: [PATCH] update docs Signed-off-by: LiAn --- .../apis-arkui/arkui-ts/ts-gesture-blocking-enhancement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-gesture-blocking-enhancement.md b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-gesture-blocking-enhancement.md index 16ca9f222f6..8233fc50e69 100644 --- a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-gesture-blocking-enhancement.md +++ b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-gesture-blocking-enhancement.md @@ -84,7 +84,7 @@ getType(): GestureControl.GestureType | 类型 | 说明 | | ------ | --------- | -| [GestureControl.GestureType](ts-gesture-customize-judge.md#gesturetype11) | 当前手势识别器的类型。 | +| [GestureControl.GestureType](ts-gesture-customize-judge.md#gesturetype12) | 当前手势识别器的类型。 | ### isBuiltIn -- Gitee