From ae551829e3ccf70503c64ee64138837e8d6132ef Mon Sep 17 00:00:00 2001 From: Lloyd_Liu <12595420+Lloyd-Liu@user.noreply.gitee.com> Date: Fri, 21 Mar 2025 01:53:18 +0000 Subject: [PATCH] update README.en.md. Signed-off-by: Lloyd_Liu <12595420+Lloyd-Liu@user.noreply.gitee.com> --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 6e4c155..2162b7b 100644 --- a/README.en.md +++ b/README.en.md @@ -2,7 +2,7 @@ ### Introduction -This codelab introduces how to implement shopping price comparison pages based on the adaptive and responsive layout, achieving one-time development for multi-device deployment. It uses the three-layer project architecture for code reuse and tailors the pages to different device sizes such as mobile phones, foldable phones, tablets, and 2-in-1 devices. +This codelab introduces how to implement shopping price comparison pages based on the adaptive and responsive layout, achieving one-time development for multi-device deployment. It uses the three-layer project architecture for code reuse and tailors the pages to different device sizes such as mobile phones, foldable phones, tablets, and PC/2-in-1 devices. The figure shows the effect on the mobile phone: @@ -12,7 +12,7 @@ The figure shows the effect on the foldable phone: ![](screenshots/device/foldable.en.png) -The figure shows the effect on the tablet and 2-in-1 device: +The figure shows the effect on the tablet and PC/2-in-1 device: ![](screenshots/device/tablet.en.png) -- Gitee