From f0223453701ce89a0b78126c093391f5f03c9316 Mon Sep 17 00:00:00 2001 From: swx1239486 Date: Tue, 23 May 2023 10:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9demo=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BD=BF=E4=B9=8B=E6=88=90=E5=8A=9F=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: swx1239486 --- .../key-features/multi-device-app-dev/adaptive-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/adaptive-layout.md b/zh-cn/application-dev/key-features/multi-device-app-dev/adaptive-layout.md index ceb0c94c71..af330e4a9d 100644 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/adaptive-layout.md +++ b/zh-cn/application-dev/key-features/multi-device-app-dev/adaptive-layout.md @@ -479,7 +479,7 @@ struct ScaleCapabilitySample { @Component struct ExtensionCapabilitySample1 { @State rate: number = 0.60 - const appList: number [] = [0, 1, 2, 3, 4, 5, 6, 7] + readonly appList: number [] = [0, 1, 2, 3, 4, 5, 6, 7] // 底部滑块,可以通过拖拽滑块改变容器尺寸 @Builder slider() { -- GitLab