From 10e00b630ea23db86d67ee08164a48c5fc8f602a Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 16 Mar 2022 03:29:06 +0000 Subject: [PATCH] update zh-cn/application-dev/ui/ts-types.md. Signed-off-by: LiAn --- zh-cn/application-dev/ui/ts-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/ui/ts-types.md b/zh-cn/application-dev/ui/ts-types.md index 1ed482389c..62c4f1d5b9 100644 --- a/zh-cn/application-dev/ui/ts-types.md +++ b/zh-cn/application-dev/ui/ts-types.md @@ -81,14 +81,14 @@ | 名称 | 类型定义 | 描述 | | -------- | -------- | -------- | -| ResourceStr | string \| [Resource](#resource类型) | 用于描述资源字符串的类型。 | +| ResourceStr | string \| Resource| 用于描述资源字符串的类型。 | ## ResourceColor类型8+ | 名称 | 类型定义 | 描述 | | -------- | -------- | -------- | -| ResourceColor | Color \| number \| string \| [Resource](#resource类型) | 用于描述资源颜色类型。 | +| ResourceColor | Color \| number \| string \| Resource | 用于描述资源颜色类型。 | ## CustomBuilder类型8+ -- GitLab