diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-types.md b/zh-cn/application-dev/reference/arkui-ts/ts-types.md index 9a7780d1c1dfd84428ad663176185182d89edf42..83ce3e4525e04de353e3e68156b92d12d1a53114 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-types.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-types.md @@ -10,7 +10,7 @@ belonging:系统资源或者应用资源,相应的取值为'sys'和'app'; - type:资源类型,支持'color'、'float'、'string'、'media'等; + type:资源类型,支持'boolean'、'color'、'float'、'intarray'、'integer'、'pattern'、'plural'、'strarray'、'string'、'media'; name:资源名称,在资源定义时确定。