diff --git a/README.en.md b/README.en.md index 6e4c15575d9dcb7654bf28d11e35be0aaa13a63b..2162b7be562dfc7e0054407cdc6d275dbeccdc03 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) diff --git a/README.md b/README.md index 816e9ef670e77923a4180d400d5d25b56af60c95..675ef3da98682d077738d58c7c9b10ea6fe2b1db 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### 简介 -本篇Codelab基于自适应布局和响应式布局,实现一次开发,多端部署的购物比价页面。通过“三层工程架构”实现代码复用,并根据手机、折叠屏、平板以及2in1不同的设备尺寸实现对应页面。 +本篇Codelab基于自适应布局和响应式布局,实现一次开发,多端部署的购物比价页面。通过“三层工程架构”实现代码复用,并根据手机、折叠屏、平板以及PC/2in1不同的设备尺寸实现对应页面。 手机运行效果图如下: @@ -12,7 +12,7 @@ ![](screenshots/device/foldable.png) -平板、2in1运行效果图如下: +平板、PC/2in1运行效果图如下: ![](screenshots/device/tablet.png)