diff --git a/README.en.md b/README.en.md index 94d1e6ba2c9f84d838b38b9e0a847b8c7141ac38..badbc1fbec10f105fc5aca41a4ab76d0c40f8a41 100644 --- a/README.en.md +++ b/README.en.md @@ -49,7 +49,7 @@ The figure shows the effect on the wearable. │ │ └──viewmodel │ └──musicList/src/main/resources // Resource file directory └──products // Product Customization Layer - ├──phone/src/main/ets // Supports smartphones, foldable screens, tablets, and PCs/2in1 devices + ├──phone/src/main/ets // Supports smartphones and tablets │ ├──common │ ├──entryability │ ├──pages @@ -67,7 +67,7 @@ The figure shows the effect on the wearable. ## How to Use -1. Install and open an app on a mobile phone, foldable phone, or tablet. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices. +1. Install and open an app on a mobile phone, tablet, or smart wearables. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices. 2. Touch the Play/Pause, Previous, or Next icon on the screen to control music playback. 3. Tap the blank area in the playback control area or a song in the list to go to the playback screen. 4. Tap the comment button on the page to go to the corresponding comment page. diff --git a/README.md b/README.md index 8fea407484a1ff7fcadcb44b6cd9a788f6a47101..4296409f52fabe0ca50bbcbc4db589043685e3f1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ 平板效果图如下: -![](screenshots/device/tablet.png) ![](screenshots/device/tablet.png) 智能穿戴效果图如下: @@ -49,7 +48,7 @@ │ │ └──viewmodel │ └──musicList/src/main/resources // 资源文件目录 └──products // 产品定制层 - ├──phone/src/main/ets // 支持手机、折叠屏、平板、PC/2in1 + ├──phone/src/main/ets // 支持手机、平板 │ ├──common │ ├──entryability │ ├──pages @@ -67,7 +66,7 @@ ## 使用说明 -1. 分别在手机、折叠屏、平板、智能穿戴安装并打开应用,不同设备的应用页面通过响应式布局和自适应布局呈现不同的效果。 +1. 分别在手机、平板、智能穿戴安装并打开应用,不同设备的应用页面通过响应式布局和自适应布局呈现不同的效果。 2. 点击界面上播放/暂停、上一首、下一首图标控制音乐播放功能。 3. 点击界面上播放控制区空白处或列表歌曲跳转到播放页面。 4. 点击界面上评论按钮跳转到对应的评论页面。