From b6fb3f69d40c1d54ae6a7a09cd023883aabe22c6 Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Fri, 9 Jan 2026 09:05:18 +0000 Subject: [PATCH] update README_EN.md. Signed-off-by: dhf <1511447814@qq.com> --- README_EN.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README_EN.md b/README_EN.md index 4bdd5dc..956c3aa 100644 --- a/README_EN.md +++ b/README_EN.md @@ -10,19 +10,19 @@ Below are the preview effects. **Details page:** -| Smartphone | Foldable phone (unfolded) | tablet | +| Bar phone | Bi-fold phone (unfolded) | Tablet | |--------------------------------------------------|-------------------------------------------------|------------------------------------------------| | ![](screenshots/Devices/phone_hotel_page_en.png) | ![](screenshots/Devices/fold_hotel_page_en.png) | ![](screenshots/Devices/pad_hotel_page_en.png) | **Effect of low-price calendars:** -| Smartphone | Foldable phone (unfolded) | tablet | +| Bar phone | Bi-fold phone (unfolded) | Tablet | |-----------------------------------------------------|----------------------------------------------------|---------------------------------------------------| | ![](screenshots/Devices/phone_calendar_page_en.png) | ![](screenshots/Devices/fold_calendar_page_en.png) | ![](screenshots/Devices/pad_calendar_page_en.png) | **Ticket query page:** -| Smartphone | Foldable phone (unfolded) | tablet | +| Bar phone | Bi-fold phone (unfolded) | Tablet | |---------------------------------------------------|--------------------------------------------------|-------------------------------------------------| | ![](screenshots/Devices/phone_search_page_en.png) | ![](screenshots/Devices/fold_search_page_en.png) | ![](screenshots/Devices/pad_search_page_en.png) | @@ -33,9 +33,9 @@ Below are the preview effects. 2. You can also drag the window on PC/2-in-1 devices to view the responsive change of the component. -3. On the home screen, touch the hotel details screen and low-price calendar button to go to the hotel details page. The image on the top of the phone will be expanded when slid to the top and collapsed when slid to other positions. The small image in the lower left corner of a foldable phone can be scrolled. Touch the small image will change it to a larger one. For tablets, you can swipe on the left to switch the image layout. +3. On the home screen, touch the hotel details screen and low-price calendar button to go to the hotel details page. The image on the top of the Bar phone will be expanded when slid to the top and collapsed when slid to other positions. The small image in the lower left corner of a foldable phone can be scrolled. Touch the small image will change it to a larger one. For tablets, you can swipe on the left to switch the image layout. -4. On the hotel details page, touch the low-price calendar button. Mobile phones will redirect to the target page, whereas foldable phones and tablets will display a pop-up window. +4. On the hotel details page, touch the low-price calendar button. Bar phone will redirect to the target page, whereas Bi-fold phone and Tablet will display a pop-up window. 5. On the home page, tap the ticket query page. On the ticket query page, the date button, check box, and three sorting buttons in the middle of the bottom row are available. @@ -95,7 +95,7 @@ N/A ### Constraints -1. The sample app is supported on Huawei phones, tablets, and PC/2in1 running the standard system. +1. The sample app is supported on Bar phone, Bi-fold phone, Tablet or PC/2-in-1 device running the standard system. 2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -- Gitee