From d97d9df216bb403a88e1581d2fb092c56b0106e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A2=A6=E9=BE=99?= Date: Wed, 10 Sep 2025 07:37:52 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkTS/entry/src/main/ets/pages/UnknowT?= =?UTF-8?q?ype.ets.=20=E4=BF=AE=E6=94=B9=E5=8F=98=E9=87=8F=E5=90=8D?= =?UTF-8?q?=E4=B8=8D=E8=A7=84=E8=8C=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨梦龙 --- ArkTS/entry/src/main/ets/pages/UnknowType.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkTS/entry/src/main/ets/pages/UnknowType.ets b/ArkTS/entry/src/main/ets/pages/UnknowType.ets index b3382ee..7b86754 100644 --- a/ArkTS/entry/src/main/ets/pages/UnknowType.ets +++ b/ArkTS/entry/src/main/ets/pages/UnknowType.ets @@ -18,7 +18,7 @@ */ // [Start UnknownType] -const asd: Record = { +const userInfo: Record = { 'name': 'xc', 'age': 29 } -- Gitee