From 80fc01a33855460964813074c837436e8e7fdebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5F=E5=BC=A0=E5=BE=B7=E7=9B=9B?= Date: Wed, 10 Sep 2025 10:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index 94d1e6b..badbc1f 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 8fea407..4296409 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. 点击界面上评论按钮跳转到对应的评论页面。 -- Gitee