From 79b8e8dd52b5646d84f19b5567cf8f4a6d0e86be Mon Sep 17 00:00:00 2001 From: Ilya Erokhin Date: Thu, 28 Aug 2025 13:59:55 +0300 Subject: [PATCH] Shopping: move ets/resources to resources/rawfile Signed-off-by: Ilya Erokhin --- .../entry/src/main/ets/data/detailData.ets | 156 +++++++-------- .../app/entry/src/main/ets/data/homeData.ets | 184 +++++++++--------- .../src/main/ets/pages/collect/collected.ets | 6 +- .../main/ets/pages/collect/singlePage1.ets | 8 +- .../main/ets/pages/collect/singlePage2.ets | 6 +- .../main/ets/pages/collect/singlePage3.ets | 8 +- .../src/main/ets/pages/detailPage/detail.ets | 60 +++--- .../src/main/ets/pages/homePage/User.ets | 14 +- .../src/main/ets/pages/homePage/cart.ets | 2 +- .../src/main/ets/pages/homePage/find.ets | 2 +- .../src/main/ets/pages/homePage/goodsList.ets | 2 +- .../src/main/ets/pages/homePage/imageItem.ets | 2 +- .../src/main/ets/pages/homePage/main.ets | 10 +- .../src/main/ets/pages/homePage/other.ets | 2 +- .../src/main/ets/pages/homePage/shopCart.ets | 4 +- .../src/main/ets/pages/homePage/visitPage.ets | 4 +- .../src/main/ets/pages/search/searchPage.ets | 18 +- .../rawfile}/common/achievement.png | Bin .../rawfile}/common/activity.png | Bin .../rawfile}/common/bgImg.png | Bin .../rawfile}/common/gift.png | Bin .../rawfile}/common/our.png | Bin .../rawfile}/common/person.png | Bin .../rawfile}/common/sales.png | Bin .../rawfile}/common/user.png | Bin .../detailImg/deliver/deliver_logo1.png | Bin .../detailImg/deliver/deliver_logo3.png | Bin .../detailImg/deliver/deliver_type1.png | Bin .../detailImg/deliver/deliver_type2.png | Bin .../detailImg/deliver/deliver_type3.png | Bin .../detailImg/deliver/deliver_type5.png | Bin .../detailImg/evaluation/buyersShow1.png | Bin .../detailImg/evaluation/buyersShow2.png | Bin .../detailImg/evaluation/buyersShow3.png | Bin .../detailImg/evaluation/buyersShow4.png | Bin .../detailImg/evaluation/evaluation_logo.jpg | Bin .../detailImg/evaluation/evaluation_logo1.png | Bin .../detailImg/evaluation/evaluation_logo2.png | Bin .../detailImg/evaluation/evaluation_logo3.png | Bin .../recommendImg/attention/list_1.png | Bin .../recommendImg/attention/list_2.png | Bin .../recommendImg/attention/list_3.png | Bin .../recommendImg/attention/list_4.png | Bin .../recommendImg/attention/list_5.png | Bin .../recommendImg/attention/list_6.png | Bin .../recommendImg/recommendImg1.png | Bin .../recommendImg/recommendImg10.png | Bin .../recommendImg/recommendImg2.png | Bin .../recommendImg/recommendImg3.png | Bin .../recommendImg/recommendImg4.png | Bin .../recommendImg/recommendImg5.png | Bin .../recommendImg/recommendImg6.png | Bin .../recommendImg/recommendImg7.png | Bin .../recommendImg/recommendImg8.png | Bin .../recommendImg/recommendImg9.png | Bin .../rawfile}/detailImg/swiper/swiper1.png | Bin .../rawfile}/detailImg/swiper/swiper2.png | Bin .../rawfile}/detailImg/swiper/swiper3.png | Bin .../rawfile}/detailImg/swiper/swiper4.png | Bin .../rawfile}/homeImg/banner/banner1.jpg | Bin .../rawfile}/homeImg/banner/banner2.jpg | Bin .../rawfile}/homeImg/boutique/1.png | Bin .../rawfile}/homeImg/boutique/10.png | Bin .../rawfile}/homeImg/boutique/11.png | Bin .../rawfile}/homeImg/boutique/12.png | Bin .../rawfile}/homeImg/boutique/2.png | Bin .../rawfile}/homeImg/boutique/3.png | Bin .../rawfile}/homeImg/boutique/4.png | Bin .../rawfile}/homeImg/boutique/5.png | Bin .../rawfile}/homeImg/boutique/6.png | Bin .../rawfile}/homeImg/boutique/7.png | Bin .../rawfile}/homeImg/boutique/8.png | Bin .../rawfile}/homeImg/boutique/9.png | Bin .../rawfile}/homeImg/core/core1.png | Bin .../rawfile}/homeImg/core/core10.png | Bin .../rawfile}/homeImg/core/core11.png | Bin .../rawfile}/homeImg/core/core12.png | Bin .../rawfile}/homeImg/core/core13.png | Bin .../rawfile}/homeImg/core/core14.png | Bin .../rawfile}/homeImg/core/core15.png | Bin .../rawfile}/homeImg/core/core16.png | Bin .../rawfile}/homeImg/core/core17.png | Bin .../rawfile}/homeImg/core/core18.png | Bin .../rawfile}/homeImg/core/core19.png | Bin .../rawfile}/homeImg/core/core2.png | Bin .../rawfile}/homeImg/core/core3.png | Bin .../rawfile}/homeImg/core/core4.png | Bin .../rawfile}/homeImg/core/core5.png | Bin .../rawfile}/homeImg/core/core6.png | Bin .../rawfile}/homeImg/core/core7.png | Bin .../rawfile}/homeImg/core/core8.png | Bin .../rawfile}/homeImg/core/core9.png | Bin .../rawfile}/homeImg/imgLoads/product001.png | Bin .../rawfile}/homeImg/imgLoads/product002.png | Bin .../rawfile}/homeImg/imgLoads/product003.png | Bin .../rawfile}/homeImg/imgLoads/product004.png | Bin .../rawfile}/homeImg/imgLoads/product005.png | Bin .../rawfile}/homeImg/imgLoads/product006.png | Bin .../rawfile}/homeImg/imgLoads/product007.png | Bin .../rawfile}/homeImg/imgLoads/product008.png | Bin .../rawfile}/homeImg/imgLoads/product009.png | Bin .../rawfile}/homeImg/imgLoads/product010.png | Bin .../rawfile}/homeImg/imgLoads/product011.png | Bin .../rawfile}/homeImg/imgLoads/product012.png | Bin .../rawfile}/homeImg/imgLoads/product013.png | Bin .../rawfile}/homeImg/imgLoads/product014.png | Bin .../rawfile}/homeImg/tabIcon/cart.png | Bin .../rawfile}/homeImg/tabIcon/cartSelected.png | Bin .../homeImg/tabIcon/classification.png | Bin .../tabIcon/classificationSelected.png | Bin .../rawfile}/homeImg/tabIcon/find.png | Bin .../rawfile}/homeImg/tabIcon/findSelected.png | Bin .../rawfile}/homeImg/tabIcon/home.png | Bin .../rawfile}/homeImg/tabIcon/homeSelected.png | Bin .../rawfile}/homeImg/tabIcon/user.png | Bin .../rawfile}/homeImg/tabIcon/userSelected.png | Bin .../rawfile}/icon/arrow_left.png | Bin .../rawfile}/icon/arrow_right.png | Bin .../rawfile}/icon/attention.png | Bin .../rawfile}/icon/back.png | Bin .../rawfile}/icon/barcode.png | Bin .../rawfile}/icon/camera.png | Bin .../rawfile}/icon/code.png | Bin .../rawfile}/icon/collect.png | Bin .../rawfile}/icon/collected.png | Bin .../rawfile}/icon/comments.png | Bin .../rawfile}/icon/down.png | Bin .../rawfile}/icon/edit.png | Bin .../rawfile}/icon/game.png | Bin .../rawfile}/icon/heart.png | Bin .../rawfile}/icon/hearted.png | Bin .../rawfile}/icon/hide.png | Bin .../rawfile}/icon/highlight.png | Bin .../rawfile}/icon/install.png | Bin .../rawfile}/icon/layout.png | Bin .../rawfile}/icon/like.png | Bin .../rawfile}/icon/local.png | Bin .../rawfile}/icon/many.png | Bin .../rawfile}/icon/more.png | Bin .../rawfile}/icon/nav_classification.png | Bin .../rawfile}/icon/phoneCall.png | Bin .../rawfile}/icon/promotions.png | Bin .../rawfile}/icon/ring.png | Bin .../rawfile}/icon/save.png | Bin .../rawfile}/icon/scan.png | Bin .../rawfile}/icon/search.png | Bin .../rawfile}/icon/setting.png | Bin .../rawfile}/icon/share.png | Bin .../rawfile}/icon/show.png | Bin .../rawfile}/icon/smile.png | Bin .../rawfile}/icon/sort-down.png | Bin .../rawfile}/icon/up.png | Bin .../rawfile}/icon/voice.png | Bin 153 files changed, 244 insertions(+), 244 deletions(-) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/achievement.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/activity.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/bgImg.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/gift.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/our.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/person.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/sales.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/common/user.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/deliver/deliver_logo1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/deliver/deliver_logo3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/deliver/deliver_type1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/deliver/deliver_type2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/deliver/deliver_type3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/deliver/deliver_type5.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/buyersShow1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/buyersShow2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/buyersShow3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/buyersShow4.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/evaluation_logo.jpg (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/evaluation_logo1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/evaluation_logo2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/evaluation/evaluation_logo3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/attention/list_1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/attention/list_2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/attention/list_3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/attention/list_4.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/attention/list_5.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/attention/list_6.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg10.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg4.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg5.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg6.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg7.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg8.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/recommendImg/recommendImg/recommendImg9.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/swiper/swiper1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/swiper/swiper2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/swiper/swiper3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/detailImg/swiper/swiper4.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/banner/banner1.jpg (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/banner/banner2.jpg (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/10.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/11.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/12.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/4.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/5.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/6.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/7.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/8.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/boutique/9.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core1.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core10.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core11.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core12.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core13.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core14.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core15.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core16.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core17.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core18.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core19.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core2.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core3.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core4.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core5.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core6.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core7.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core8.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/core/core9.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product001.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product002.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product003.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product004.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product005.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product006.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product007.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product008.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product009.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product010.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product011.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product012.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product013.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/imgLoads/product014.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/cart.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/cartSelected.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/classification.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/classificationSelected.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/find.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/findSelected.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/home.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/homeSelected.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/user.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/homeImg/tabIcon/userSelected.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/arrow_left.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/arrow_right.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/attention.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/back.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/barcode.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/camera.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/code.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/collect.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/collected.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/comments.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/down.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/edit.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/game.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/heart.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/hearted.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/hide.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/highlight.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/install.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/layout.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/like.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/local.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/many.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/more.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/nav_classification.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/phoneCall.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/promotions.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/ring.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/save.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/scan.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/search.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/setting.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/share.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/show.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/smile.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/sort-down.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/up.png (100%) rename applications/Shopping/app/entry/src/main/{ets/resources => resources/rawfile}/icon/voice.png (100%) diff --git a/applications/Shopping/app/entry/src/main/ets/data/detailData.ets b/applications/Shopping/app/entry/src/main/ets/data/detailData.ets index 1b1b834fc8..a05a83be17 100644 --- a/applications/Shopping/app/entry/src/main/ets/data/detailData.ets +++ b/applications/Shopping/app/entry/src/main/ets/data/detailData.ets @@ -18,97 +18,97 @@ import { } from "../model/detailModel" export const swiperData: Array = new Array( - new SwiperModel("/resources/detailImg/swiper/swiper1.png"), - new SwiperModel("/resources/detailImg/swiper/swiper2.png"), - new SwiperModel("/resources/detailImg/swiper/swiper3.png") + new SwiperModel("/resources/rawfile/detailImg/swiper/swiper1.png"), + new SwiperModel("/resources/rawfile/detailImg/swiper/swiper2.png"), + new SwiperModel("/resources/rawfile/detailImg/swiper/swiper3.png") ) export const phoneTypeData: Array = new Array( - new PhoneTypeModel("/resources/detailImg/deliver/deliver_type1.png", "亮黑色"), - new PhoneTypeModel("/resources/detailImg/deliver/deliver_type2.png", "星河银"), - new PhoneTypeModel("/resources/detailImg/deliver/deliver_type3.png", "翡翠冷"), - new PhoneTypeModel("/resources/detailImg/deliver/deliver_type4.png", "紫罗兰"), - new PhoneTypeModel("/resources/detailImg/deliver/deliver_type5.png", "丹霞橙") + new PhoneTypeModel("/resources/rawfile/detailImg/deliver/deliver_type1.png", "亮黑色"), + new PhoneTypeModel("/resources/rawfile/detailImg/deliver/deliver_type2.png", "星河银"), + new PhoneTypeModel("/resources/rawfile/detailImg/deliver/deliver_type3.png", "翡翠冷"), + new PhoneTypeModel("/resources/rawfile/detailImg/deliver/deliver_type4.png", "紫罗兰"), + new PhoneTypeModel("/resources/rawfile/detailImg/deliver/deliver_type5.png", "丹霞橙") ) export const showImgData: Array = new Array( - new ShowImgModel("/resources/detailImg/evaluation/buyersShow1.png"), - new ShowImgModel("/resources/detailImg/evaluation/buyersShow2.png"), - new ShowImgModel("/resources/detailImg/evaluation/buyersShow3.png"), - new ShowImgModel("/resources/detailImg/evaluation/buyersShow4.png") + new ShowImgModel("/resources/rawfile/detailImg/evaluation/buyersShow1.png"), + new ShowImgModel("/resources/rawfile/detailImg/evaluation/buyersShow2.png"), + new ShowImgModel("/resources/rawfile/detailImg/evaluation/buyersShow3.png"), + new ShowImgModel("/resources/rawfile/detailImg/evaluation/buyersShow4.png") ) export const recommendData: Array = new Array( - new RecommendDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX Mate 40 5G 全网通", "¥196"), - new RecommendDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX手机 大多数人的选择", "¥339.98"), - new RecommendDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new RecommendDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX Mate 40 5G 全网通", "¥196"), - new RecommendDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX手机 大多数人的选择", "¥339.98"), - new RecommendDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 Pro 5G 全网通", "¥188") + new RecommendDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX Mate 40 5G 全网通", "¥196"), + new RecommendDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX手机 大多数人的选择", "¥339.98"), + new RecommendDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new RecommendDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX Mate 40 5G 全网通", "¥196"), + new RecommendDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX手机 大多数人的选择", "¥339.98"), + new RecommendDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 Pro 5G 全网通", "¥188") ) export const goodsInfoData: Array = new Array( - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_1.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_1.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_2.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_3.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_4.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_4.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_6.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_6.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_6.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_6.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_4.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_6.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_4.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_5.png"), - new GoodsInfoModel("/resources/detailImg/recommendImg/attention/list_6.png") + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_1.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_1.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_2.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_3.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_4.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_4.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_6.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_6.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_6.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_6.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_4.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_6.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_4.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_5.png"), + new GoodsInfoModel("/resources/rawfile/detailImg/recommendImg/attention/list_6.png") ) export const listData: Array = new Array( - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg8.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg9.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg10.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg8.png","XX Mate 40 Pro 5G 全网通","¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg9.png","XX Mate 40 5G 全网通","¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg10.png","XX手机 大多数人的选择","¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg1.png","XX Mate 40 Pro 5G 全网通","¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg2.png","XX Mate 40 5G 全网通","¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg3.png","XX手机 大多数人的选择","¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg4.png","XX Mate 40 Pro 5G 全网通","¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX Mate 40 5G 全网通","¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX手机 大多数人的选择","¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg8.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg9.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg10.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX Mate 40 5G 全网通", "¥196"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX手机 大多数人的选择", "¥339.98"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 Pro 5G 全网通", "¥188"), - new ListDataModel("/resources/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX Mate 40 Pro 5G 全网通","¥188") + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg8.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg9.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg10.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg8.png","XX Mate 40 Pro 5G 全网通","¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg9.png","XX Mate 40 5G 全网通","¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg10.png","XX手机 大多数人的选择","¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png","XX Mate 40 Pro 5G 全网通","¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png","XX Mate 40 5G 全网通","¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png","XX手机 大多数人的选择","¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png","XX Mate 40 Pro 5G 全网通","¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX Mate 40 5G 全网通","¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX手机 大多数人的选择","¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg8.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg9.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg10.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png", "XX Mate 40 5G 全网通", "¥196"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png", "XX手机 大多数人的选择", "¥339.98"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png", "XX Mate 40 Pro 5G 全网通", "¥188"), + new ListDataModel("/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg7.png", "XX Mate 40 Pro 5G 全网通","¥188") ) diff --git a/applications/Shopping/app/entry/src/main/ets/data/homeData.ets b/applications/Shopping/app/entry/src/main/ets/data/homeData.ets index 8bed2b0df3..e2ac09081d 100644 --- a/applications/Shopping/app/entry/src/main/ets/data/homeData.ets +++ b/applications/Shopping/app/entry/src/main/ets/data/homeData.ets @@ -18,9 +18,9 @@ import { TabTitleModel, SearchTextModel, NavDataModel, SwiperModel, TitleBarMode FindImgNameModel, FindIconSrcModel, RecordModel, OrderModel, DiscountModel, ServiceModel } from '../model/homeModel' export const tabTitleData: Array = new Array ( - new TabTitleModel(0, "/resources/homeImg/tabIcon/home.png","/resources/homeImg/tabIcon/homeSelected.png", "首页"), - new TabTitleModel(1, "/resources/homeImg/tabIcon/classification.png", "/resources/homeImg/tabIcon/classificationSelected.png", "分类"), - new TabTitleModel(2, "/resources/homeImg/tabIcon/find.png","/resources/homeImg/tabIcon/findSelected.png", "消息"), + new TabTitleModel(0, "/resources/rawfile/homeImg/tabIcon/home.png","/resources/rawfile/homeImg/tabIcon/homeSelected.png", "首页"), + new TabTitleModel(1, "/resources/rawfile/homeImg/tabIcon/classification.png", "/resources/rawfile/homeImg/tabIcon/classificationSelected.png", "分类"), + new TabTitleModel(2, "/resources/rawfile/homeImg/tabIcon/find.png","/resources/rawfile/homeImg/tabIcon/findSelected.png", "消息"), ) export const findSearchTextData: Array = new Array ( @@ -52,41 +52,41 @@ export const navData: Array = new Array ( ) export const swiperData: Array = new Array ( - new SwiperModel("/resources/homeImg/banner/banner1.jpg"), - new SwiperModel("/resources/homeImg/banner/banner2.jpg"), - new SwiperModel("/resources/homeImg/banner/banner1.jpg") + new SwiperModel("/resources/rawfile/homeImg/banner/banner1.jpg"), + new SwiperModel("/resources/rawfile/homeImg/banner/banner2.jpg"), + new SwiperModel("/resources/rawfile/homeImg/banner/banner1.jpg") ) export const coreData: Array = new Array ( - new CoreDataModel("/resources/homeImg/core/core1.png", "火爆热款"), - new CoreDataModel("/resources/homeImg/core/core2.png", "商品分类"), - new CoreDataModel("/resources/homeImg/core/core3.png", "充值中心"), - new CoreDataModel("/resources/homeImg/core/core4.png", "活动专区"), - new CoreDataModel("/resources/homeImg/core/core5.png", "积分商城"), - new CoreDataModel("/resources/homeImg/core/core6.png", "精选热卖"), - new CoreDataModel("/resources/homeImg/core/core7.png", "酒店订购"), - new CoreDataModel("/resources/homeImg/core/core8.png", "好物众测"), - new CoreDataModel("/resources/homeImg/core/core9.png", "精品手机"), - new CoreDataModel("/resources/homeImg/core/core10.png", "数码电器"), - new CoreDataModel("/resources/homeImg/core/core11.png", "数码配件"), - new CoreDataModel("/resources/homeImg/core/core12.png", "以旧换新"), - new CoreDataModel("/resources/homeImg/core/core13.png", "限时抢购"), - new CoreDataModel("/resources/homeImg/core/core14.png", "新品推荐"), - new CoreDataModel("/resources/homeImg/core/core15.png", "邀请有礼"), - new CoreDataModel("/resources/homeImg/core/core16.png", "优惠专区"), - new CoreDataModel("/resources/homeImg/core/core17.png", "正在直播"), - new CoreDataModel("/resources/homeImg/core/core18.png", "智慧生活"), - new CoreDataModel("/resources/homeImg/core/core19.png", "会员中心"), - new CoreDataModel("/resources/homeImg/core/core13.png", "限时抢购") + new CoreDataModel("/resources/rawfile/homeImg/core/core1.png", "火爆热款"), + new CoreDataModel("/resources/rawfile/homeImg/core/core2.png", "商品分类"), + new CoreDataModel("/resources/rawfile/homeImg/core/core3.png", "充值中心"), + new CoreDataModel("/resources/rawfile/homeImg/core/core4.png", "活动专区"), + new CoreDataModel("/resources/rawfile/homeImg/core/core5.png", "积分商城"), + new CoreDataModel("/resources/rawfile/homeImg/core/core6.png", "精选热卖"), + new CoreDataModel("/resources/rawfile/homeImg/core/core7.png", "酒店订购"), + new CoreDataModel("/resources/rawfile/homeImg/core/core8.png", "好物众测"), + new CoreDataModel("/resources/rawfile/homeImg/core/core9.png", "精品手机"), + new CoreDataModel("/resources/rawfile/homeImg/core/core10.png", "数码电器"), + new CoreDataModel("/resources/rawfile/homeImg/core/core11.png", "数码配件"), + new CoreDataModel("/resources/rawfile/homeImg/core/core12.png", "以旧换新"), + new CoreDataModel("/resources/rawfile/homeImg/core/core13.png", "限时抢购"), + new CoreDataModel("/resources/rawfile/homeImg/core/core14.png", "新品推荐"), + new CoreDataModel("/resources/rawfile/homeImg/core/core15.png", "邀请有礼"), + new CoreDataModel("/resources/rawfile/homeImg/core/core16.png", "优惠专区"), + new CoreDataModel("/resources/rawfile/homeImg/core/core17.png", "正在直播"), + new CoreDataModel("/resources/rawfile/homeImg/core/core18.png", "智慧生活"), + new CoreDataModel("/resources/rawfile/homeImg/core/core19.png", "会员中心"), + new CoreDataModel("/resources/rawfile/homeImg/core/core13.png", "限时抢购") ) export const boutiqueData: Array = new Array ( - new BoutiqueModel("XX Phone", "最高优惠200元", "/resources/homeImg/boutique/1.png", "/resources/homeImg/boutique/2.png"), - new BoutiqueModel("XX Watch", "500元起", "/resources/homeImg/boutique/3.png", "/resources/homeImg/boutique/4.png"), - new BoutiqueModel("phone & watch", "8这起购", "/resources/homeImg/boutique/5.png", "/resources/homeImg/boutique/6.png"), - new BoutiqueModel("XX配件", "500元起", "/resources/homeImg/boutique/7.png", "/resources/homeImg/boutique/8.png"), - new BoutiqueModel("XX笔记本", "500元起", "/resources/homeImg/boutique/9.png", "/resources/homeImg/boutique/10.png"), - new BoutiqueModel("XX笔记本", "4000元起", "/resources/homeImg/boutique/11.png", "/resources/homeImg/boutique/12.png") + new BoutiqueModel("XX Phone", "最高优惠200元", "/resources/rawfile/homeImg/boutique/1.png", "/resources/rawfile/homeImg/boutique/2.png"), + new BoutiqueModel("XX Watch", "500元起", "/resources/rawfile/homeImg/boutique/3.png", "/resources/rawfile/homeImg/boutique/4.png"), + new BoutiqueModel("phone & watch", "8这起购", "/resources/rawfile/homeImg/boutique/5.png", "/resources/rawfile/homeImg/boutique/6.png"), + new BoutiqueModel("XX配件", "500元起", "/resources/rawfile/homeImg/boutique/7.png", "/resources/rawfile/homeImg/boutique/8.png"), + new BoutiqueModel("XX笔记本", "500元起", "/resources/rawfile/homeImg/boutique/9.png", "/resources/rawfile/homeImg/boutique/10.png"), + new BoutiqueModel("XX笔记本", "4000元起", "/resources/rawfile/homeImg/boutique/11.png", "/resources/rawfile/homeImg/boutique/12.png") ) export const titleBarData: Array = new Array ( @@ -97,49 +97,49 @@ export const titleBarData: Array = new Array ( ) export const productData: Array = new Array ( - new ProductDataModel('/resources/homeImg/imgLoads/product001.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product002.png', '送给亲人!快速购买', '纯色', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product003.png', '高质量产品', '净含量:350g', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product004.png', 'XX pro手机', '材质:玻璃/金属/塑料', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product005.png', 'XX手机 限时特惠', '购买免运费 | 跨店', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product006.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product007.png', '送给亲人!快速购买', '纯色', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product008.png', '高质量产品', '净含量:350g', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product009.png', 'XX pro手机', '材质:玻璃/金属/塑料', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product010.png', 'XX手机 限时特惠', '购买免运费 | 跨店', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product011.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product012.png', '送给亲人!快速购买', '纯色', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product013.png', '高质量产品', '净含量:350g', '¥4122.0', 0), - new ProductDataModel('/resources/homeImg/imgLoads/product014.png', 'XX pro手机', '材质:玻璃/金属/塑料', '¥4122.0', 0) + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product001.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product002.png', '送给亲人!快速购买', '纯色', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product003.png', '高质量产品', '净含量:350g', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product004.png', 'XX pro手机', '材质:玻璃/金属/塑料', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product005.png', 'XX手机 限时特惠', '购买免运费 | 跨店', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product006.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product007.png', '送给亲人!快速购买', '纯色', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product008.png', '高质量产品', '净含量:350g', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product009.png', 'XX pro手机', '材质:玻璃/金属/塑料', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product010.png', 'XX手机 限时特惠', '购买免运费 | 跨店', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product011.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product012.png', '送给亲人!快速购买', '纯色', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product013.png', '高质量产品', '净含量:350g', '¥4122.0', 0), + new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product014.png', 'XX pro手机', '材质:玻璃/金属/塑料', '¥4122.0', 0) ) export const informationData: Array = new Array ( - new InformationModel("/resources/common/our.png", "我的助手", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/person.png", "活动优惠", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/user.png", "中国XX官方旗舰店", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/our.png", "服务通知", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/person.png", "消息互动", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/user.png", "交易物流", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/our.png", "我的助手", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/person.png", "活动优惠", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/user.png", "中国XX官方旗舰店", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/person.png", "服务通知", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/user.png", "互动消息", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/our.png", "交易物流", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/user.png", "中国XX官方旗舰店", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/person.png", "服务通知", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/user.png", "互动消息", "您的交易存在商品问题?点击快速解决!", "09:50"), - new InformationModel("/resources/common/our.png", "交易物流", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/our.png", "我的助手", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/person.png", "活动优惠", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/user.png", "中国XX官方旗舰店", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/our.png", "服务通知", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/person.png", "消息互动", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/user.png", "交易物流", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/our.png", "我的助手", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/person.png", "活动优惠", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/user.png", "中国XX官方旗舰店", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/person.png", "服务通知", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/user.png", "互动消息", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/our.png", "交易物流", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/user.png", "中国XX官方旗舰店", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/person.png", "服务通知", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/user.png", "互动消息", "您的交易存在商品问题?点击快速解决!", "09:50"), + new InformationModel("/resources/rawfile/common/our.png", "交易物流", "您的交易存在商品问题?点击快速解决!", "09:50"), ) export const shopCartItemData: Array = new Array ( - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product001.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product002.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product003.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product004.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product005.png', 'XX XX 官方旗舰店手机 5G网速 超大内存 快来购买'), - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product006.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), - new ShopCartItemDataModel('/resources/homeImg/imgLoads/product007.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买') + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product001.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product002.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product003.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product004.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product005.png', 'XX XX 官方旗舰店手机 5G网速 超大内存 快来购买'), + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product006.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买'), + new ShopCartItemDataModel('/resources/rawfile/homeImg/imgLoads/product007.png', 'XX 官方旗舰店手机 5G网速 超大内存 快来购买') ) export const findTitleTextData: Array = new Array ( @@ -152,9 +152,9 @@ export const findTitleTextData: Array = new Array = new Array ( - new FindImgSrcModel("/resources/homeImg/imgLoads/product001.png"), - new FindImgSrcModel("/resources/homeImg/imgLoads/product001.png"), - new FindImgSrcModel("/resources/homeImg/imgLoads/product001.png") + new FindImgSrcModel("/resources/rawfile/homeImg/imgLoads/product001.png"), + new FindImgSrcModel("/resources/rawfile/homeImg/imgLoads/product001.png"), + new FindImgSrcModel("/resources/rawfile/homeImg/imgLoads/product001.png") ) export const findImgIntroData: Array = new Array ( @@ -170,36 +170,36 @@ export const findImgNameData: Array = new Array = new Array ( - new FindIconSrcModel("/resources/icon/game.png"), - new FindIconSrcModel("/resources/icon/install.png"), - new FindIconSrcModel("/resources/icon/promotions.png") + new FindIconSrcModel("/resources/rawfile/icon/game.png"), + new FindIconSrcModel("/resources/rawfile/icon/install.png"), + new FindIconSrcModel("/resources/rawfile/icon/promotions.png") ) export const recordData: Array = new Array ( - new RecordModel("/resources/icon/attention.png", "收藏", "pages/collect/collected"), - new RecordModel("/resources/icon/attention.png", "订阅店铺", ""), - new RecordModel("/resources/icon/attention.png", "足迹", ""), - new RecordModel("/resources/icon/attention.png", "零钱¥100.0", "") + new RecordModel("/resources/rawfile/icon/attention.png", "收藏", "pages/collect/collected"), + new RecordModel("/resources/rawfile/icon/attention.png", "订阅店铺", ""), + new RecordModel("/resources/rawfile/icon/attention.png", "足迹", ""), + new RecordModel("/resources/rawfile/icon/attention.png", "零钱¥100.0", "") ) export const orderData: Array = new Array ( - new OrderModel(1, "/resources/icon/attention.png", "待付款", "pages/delivery/delivery"), - new OrderModel(2, "/resources/icon/attention.png", "待发货", "pages/delivery/delivery"), - new OrderModel(3, "/resources/icon/attention.png", "待收货", "pages/delivery/delivery"), - new OrderModel(4, "/resources/icon/attention.png", "待评价", "pages/delivery/delivery"), - new OrderModel(5, "/resources/icon/attention.png", "退款/售后", "") + new OrderModel(1, "/resources/rawfile/icon/attention.png", "待付款", "pages/delivery/delivery"), + new OrderModel(2, "/resources/rawfile/icon/attention.png", "待发货", "pages/delivery/delivery"), + new OrderModel(3, "/resources/rawfile/icon/attention.png", "待收货", "pages/delivery/delivery"), + new OrderModel(4, "/resources/rawfile/icon/attention.png", "待评价", "pages/delivery/delivery"), + new OrderModel(5, "/resources/rawfile/icon/attention.png", "退款/售后", "") ) export const discountData: Array = new Array ( - new DiscountModel("/resources/common/achievement.png", "88VIP", "抢5折券"), - new DiscountModel("/resources/common/activity.png", "打折优惠共享", "领101元红包"), - new DiscountModel("/resources/common/gift.png", "88VIP", "查看可用优惠"), - new DiscountModel("/resources/common/sales.png", "领券中心", "天天领5折券") + new DiscountModel("/resources/rawfile/common/achievement.png", "88VIP", "抢5折券"), + new DiscountModel("/resources/rawfile/common/activity.png", "打折优惠共享", "领101元红包"), + new DiscountModel("/resources/rawfile/common/gift.png", "88VIP", "查看可用优惠"), + new DiscountModel("/resources/rawfile/common/sales.png", "领券中心", "天天领5折券") ) export const serviceData: Array = new Array ( - new ServiceModel("/resources/icon/attention.png", "待付款", ""), - new ServiceModel("/resources/icon/attention.png", "待发货", ""), - new ServiceModel("/resources/icon/attention.png", "待收货", ""), - new ServiceModel("/resources/icon/attention.png", "官方客服", "pages/customerService/customerService") + new ServiceModel("/resources/rawfile/icon/attention.png", "待付款", ""), + new ServiceModel("/resources/rawfile/icon/attention.png", "待发货", ""), + new ServiceModel("/resources/rawfile/icon/attention.png", "待收货", ""), + new ServiceModel("/resources/rawfile/icon/attention.png", "官方客服", "pages/customerService/customerService") ) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/collect/collected.ets b/applications/Shopping/app/entry/src/main/ets/pages/collect/collected.ets index 2fd132794d..12031ea8db 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/collect/collected.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/collect/collected.ets @@ -59,7 +59,7 @@ struct CollectedPage { Column() { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { - Image('/resources/icon/arrow_left.png') + Image('/resources/rawfile/icon/arrow_left.png') .width(30 * this.ratio) .aspectRatio(1) .onClick((e?: ClickEvent) => { @@ -74,7 +74,7 @@ struct CollectedPage { }.fontSize(18 * this.ratio) Row() { - Image('/resources/icon/search.png') + Image('/resources/rawfile/icon/search.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -105,7 +105,7 @@ struct CollectedPage { } if (this.collected) { - Image('/resources/icon/layout.png') + Image('/resources/rawfile/icon/layout.png') .width(20 * (this.ratio + 0.2)) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage1.ets b/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage1.ets index 79f070068f..0af363ef18 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage1.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage1.ets @@ -18,7 +18,7 @@ import { Margin, Padding, TextOverflow, TextOverflowOptions, Image, Column, Flex @Component export struct SinglePage1 { @Prop ratio: number - @State collectData: GoodsType = new GoodsType('/resources/detailImg/swiper/swiper1.png', + @State collectData: GoodsType = new GoodsType('/resources/rawfile/detailImg/swiper/swiper1.png', '【首降600+12期免息】XX/XXMate 40 Pro 5G 全网通 (亮黑色) 超大内存 极快网速 全球n多人的选择,你值得拥有', '300+人收藏', '¥4500', true); @State collected: boolean = true; @@ -31,7 +31,7 @@ export struct SinglePage1 { Flex({ alignItems: ItemAlign.Center }) { Text('宝贝状态') .fontSize(13 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -40,7 +40,7 @@ export struct SinglePage1 { Flex({ alignItems: ItemAlign.Center }) { Text('收藏时间') .fontSize(13 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -49,7 +49,7 @@ export struct SinglePage1 { Flex({ alignItems: ItemAlign.Center }) { Text('运动出行') .fontSize(13 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage2.ets b/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage2.ets index a83b30b9e4..5ab16f0e70 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage2.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage2.ets @@ -19,7 +19,7 @@ import { Image, Column, Flex, Text, Row, FlexAlign, ItemAlign, ImageFit, Color, @Component export struct SinglePage2 { @Prop ratio: number - @State collectData: GoodsType = new GoodsType('/resources/detailImg/swiper/swiper1.png', + @State collectData: GoodsType = new GoodsType('/resources/rawfile/detailImg/swiper/swiper1.png', '【首降600+12期免息】XX/XXMate 40 Pro 5G 全网通 (亮黑色) 超大内存 极快网速 全球n多人的选择,你值得拥有', '300+人收藏', '¥4500', true);; @@ -30,7 +30,7 @@ export struct SinglePage2 { Flex({ alignItems: ItemAlign.Center }) { Text('宝贝状态') .fontSize(12 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -39,7 +39,7 @@ export struct SinglePage2 { Flex({ alignItems: ItemAlign.Center }) { Text('收藏时间') .fontSize(12 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage3.ets b/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage3.ets index 203a394d3b..51a205ca66 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage3.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/collect/singlePage3.ets @@ -18,7 +18,7 @@ import { GoodsType } from '../../data/singleData'; @Component export struct SinglePage3 { @Prop ratio: number - @State collectData: GoodsType = new GoodsType('/resources/detailImg/swiper/swiper1.png', + @State collectData: GoodsType = new GoodsType('/resources/rawfile/detailImg/swiper/swiper1.png', '【首降600+12期免息】XX/XXMate 40 Pro 5G 全网通 (亮黑色) 超大内存 极快网速 全球n多人的选择,你值得拥有', '300+人收藏', '¥4500', true); build() { @@ -28,7 +28,7 @@ export struct SinglePage3 { Flex({ alignItems: ItemAlign.Center }) { Text('宝贝状态') .fontSize(12 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -37,7 +37,7 @@ export struct SinglePage3 { Flex({ alignItems: ItemAlign.Center }) { Text('收藏时间') .fontSize(12 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -46,7 +46,7 @@ export struct SinglePage3 { Flex({ alignItems: ItemAlign.Center }) { Text('运动出行') .fontSize(12 * this.ratio) - Image('/resources/icon/sort-down.png') + Image('/resources/rawfile/icon/sort-down.png') .width(10) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/detailPage/detail.ets b/applications/Shopping/app/entry/src/main/ets/pages/detailPage/detail.ets index 275195a6d6..3086eb37dd 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/detailPage/detail.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/detailPage/detail.ets @@ -59,7 +59,7 @@ export struct Detail { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Row() { - Image('/resources/icon/back.png') + Image('/resources/rawfile/icon/back.png') .objectFit(ImageFit.Contain) .width(25 * this.ratio) .aspectRatio(1) @@ -69,15 +69,15 @@ export struct Detail { } Row() { - Image('/resources/icon/search.png') + Image('/resources/rawfile/icon/search.png') .objectFit(ImageFit.Contain) .width(50 * this.ratio) .height(30 * this.ratio) - Image('/resources/icon/attention.png') + Image('/resources/rawfile/icon/attention.png') .objectFit(ImageFit.Contain) .width(50 * this.ratio) .height(30 * this.ratio) - Image('/resources/icon/more.png') + Image('/resources/rawfile/icon/more.png') .objectFit(ImageFit.Contain) .width(50 * this.ratio) .height(30 * this.ratio) @@ -140,7 +140,7 @@ export struct Detail { .maxLines(2) .textOverflow({ overflow: TextOverflow.Ellipsis } as TextOverflowOptions) .width('83%') - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -178,7 +178,7 @@ export struct Detail { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Column() { - Image('/resources/icon/attention.png') + Image('/resources/rawfile/icon/attention.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -187,7 +187,7 @@ export struct Detail { } Column() { - Image(`${this.collected ? '/resources/icon/hearted.png' : '/resources/icon/heart.png'}`) + Image(`${this.collected ? '/resources/rawfile/icon/hearted.png' : '/resources/rawfile/icon/heart.png'}`) .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -198,7 +198,7 @@ export struct Detail { }) Column() { - Image('/resources/icon/comments.png') + Image('/resources/rawfile/icon/comments.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -207,7 +207,7 @@ export struct Detail { } Column() { - Image('/resources/icon/share.png') + Image('/resources/rawfile/icon/share.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -218,7 +218,7 @@ export struct Detail { Row() { Row() { - Image('/resources/icon/highlight.png') + Image('/resources/rawfile/icon/highlight.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -247,7 +247,7 @@ export struct Detail { .fontSize(15 * this.ratio) Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Row() { - Image('/resources/icon/local.png') + Image('/resources/rawfile/icon/local.png') .objectFit(ImageFit.Contain) .width(25 * this.ratio) .aspectRatio(1) @@ -285,7 +285,7 @@ export struct Detail { // So we use implementation type as a workaround. //Navigator({ target: 'pages/performmance/performance' }) { Row() { - Image('/resources/detailImg/deliver/deliver_logo3.png') + Image('/resources/rawfile/detailImg/deliver/deliver_logo3.png') .objectFit(ImageFit.Contain) .height('35%') .width('30%') @@ -295,7 +295,7 @@ export struct Detail { } //} - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -304,7 +304,7 @@ export struct Detail { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { //Navigator({ target: 'pages/performance' }) { Row() { - Image('/resources/detailImg/deliver/deliver_logo3.png') + Image('/resources/rawfile/detailImg/deliver/deliver_logo3.png') .objectFit(ImageFit.Contain) .height('35%') .width('30%') @@ -315,7 +315,7 @@ export struct Detail { } //} - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -334,7 +334,7 @@ export struct Detail { .textOverflow({ overflow: TextOverflow.Ellipsis } as TextOverflowOptions) .width('70%') .fontSize(15 * this.ratio) - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -353,7 +353,7 @@ export struct Detail { .textOverflow({ overflow: TextOverflow.Ellipsis } as TextOverflowOptions) .width('70%') .fontSize(15 * this.ratio) - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -388,7 +388,7 @@ export struct Detail { Text('查看全部') .fontSize(15 * this.ratio) .fontColor('#d2691e') - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -403,7 +403,7 @@ export struct Detail { Column() { Row() { - Image('/resources/common/user.png') + Image('/resources/rawfile/common/user.png') .objectFit(ImageFit.Contain) .width(30 * this.ratio) .aspectRatio(1) @@ -431,7 +431,7 @@ export struct Detail { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Text('网络类型 XX型号种类') .fontSize(15 * this.ratio) - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -448,7 +448,7 @@ export struct Detail { Text('查看全部') .fontSize(15 * this.ratio) .fontColor('#d2691e') - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -477,7 +477,7 @@ export struct Detail { Text('查看全部') .fontSize(15 * this.ratio) .fontColor('#d2691e') - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) @@ -487,7 +487,7 @@ export struct Detail { .margin({ top: 10, bottom: 10 } as Margin) Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { - Image('/resources/icon/phoneCall.png') + Image('/resources/rawfile/icon/phoneCall.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(20 * this.ratio) @@ -503,7 +503,7 @@ export struct Detail { .margin({ top: 5, bottom: 5 } as Margin) Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { - Image('/resources/icon/phoneCall.png') + Image('/resources/rawfile/icon/phoneCall.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .aspectRatio(1) @@ -522,7 +522,7 @@ export struct Detail { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Row() { - Image('/resources/detailImg/evaluation/evaluation_logo.jpg') + Image('/resources/rawfile/detailImg/evaluation/evaluation_logo.jpg') .objectFit(ImageFit.Contain) .width(40 * this.ratio) .aspectRatio(1) @@ -531,11 +531,11 @@ export struct Detail { Text('XX官方旗舰店') .fontSize(17 * this.ratio) Row() { - Image('/resources/detailImg/evaluation/evaluation_logo2.png') + Image('/resources/rawfile/detailImg/evaluation/evaluation_logo2.png') .objectFit(ImageFit.Contain) .width('20%') .height(15 * this.ratio) - Image('/resources/detailImg/evaluation/evaluation_logo3.png') + Image('/resources/rawfile/detailImg/evaluation/evaluation_logo3.png') .objectFit(ImageFit.Contain) .width('20%') .height(15 * this.ratio) @@ -546,12 +546,12 @@ export struct Detail { } Row() { - Image('/resources/detailImg/evaluation/evaluation_logo3.png') + Image('/resources/rawfile/detailImg/evaluation/evaluation_logo3.png') .objectFit(ImageFit.Contain) .width('45%') .margin({ right: 10 } as Margin) - Image('/resources/detailImg/evaluation/evaluation_logo3.png') + Image('/resources/rawfile/detailImg/evaluation/evaluation_logo3.png') .objectFit(ImageFit.Contain) .width('45%') } @@ -577,7 +577,7 @@ export struct Detail { Text('查看全部') .fontSize(15) .fontColor('#d2691e') - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .objectFit(ImageFit.Contain) .width(20 * this.ratio) .height(15 * this.ratio) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/User.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/User.ets index 1f74962acb..16998cf492 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/User.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/User.ets @@ -26,7 +26,7 @@ import { State } from '@ohos.arkui.stateManagement' export struct User { @State signName: string = '点这里可以添加个性签名' @State cardName: string = '用户' - @State url: string = '/resources/common/user.png' + @State url: string = '/resources/rawfile/common/user.png' @State record: Array = recordData @State orderData: Array = orderData @State discountData: Array = discountData @@ -51,12 +51,12 @@ export struct User { .fontWeight(FontWeight.Bold) .margin({ top: 10, bottom: 5 } as Margin) Row() { - Image('/resources/icon/code.png') + Image('/resources/rawfile/icon/code.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) .margin({ right: 10 } as Margin) - Image('/resources/icon/setting.png') + Image('/resources/rawfile/icon/setting.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -71,7 +71,7 @@ export struct User { .margin({ right: 5 } as Margin) .maxLines(1) .textOverflow({ overflow: TextOverflow.Ellipsis } as TextOverflowOptions) - Image('/resources/icon/setting.png') + Image('/resources/rawfile/icon/setting.png') .width(10 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -137,7 +137,7 @@ export struct User { Text('去看看') .fontSize(14 * this.ratio) .fontColor(Color.Grey) - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .width(20 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -157,7 +157,7 @@ export struct User { Text('全部') .fontSize(14 * this.ratio) .fontColor(Color.Grey) - Image('/resources/icon/arrow_right.png') + Image('/resources/rawfile/icon/arrow_right.png') .width(20 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -180,7 +180,7 @@ export struct User { .margin({ top: 10 } as Margin) Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { - Image('/resources/homeImg/imgLoads/product006.png') + Image('/resources/rawfile/homeImg/imgLoads/product006.png') .width(55 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Cover) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/cart.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/cart.ets index 49422882da..918c3db251 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/cart.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/cart.ets @@ -25,7 +25,7 @@ export struct Cart { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Row() { - Image('/resources/homeImg/imgLoads/product004.png') + Image('/resources/rawfile/homeImg/imgLoads/product004.png') .width(130 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/find.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/find.ets index 83cf0e08e4..56dffb63b0 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/find.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/find.ets @@ -34,7 +34,7 @@ export struct FindPage { List({}) { ListItem({}) { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { - Image('/resources/icon/search.png') + Image('/resources/rawfile/icon/search.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/goodsList.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/goodsList.ets index 61f452da58..b02c1e719d 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/goodsList.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/goodsList.ets @@ -49,7 +49,7 @@ class GoodListSource implements IDataSource { @Reusable @Component struct GGGItem { - @State data: ProductDataModel = new ProductDataModel('/resources/homeImg/imgLoads/product001.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0) + @State data: ProductDataModel = new ProductDataModel('/resources/rawfile/homeImg/imgLoads/product001.png', 'XX设备 优惠直购', '尊享', '¥4122.0', 0) @Link ratio: number build() { GridItem({}) { diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/imageItem.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/imageItem.ets index ba97c14140..07819e1344 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/imageItem.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/imageItem.ets @@ -60,7 +60,7 @@ export struct ImageItem { Row() { Row() { - Image(`${this.flag ? '/resources/icon/hearted.png' : '/resources/icon/heart.png'}`) + Image(`${this.flag ? '/resources/rawfile/icon/hearted.png' : '/resources/rawfile/icon/heart.png'}`) .width(20 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Cover) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/main.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/main.ets index 86aeb35f3b..fc96b36f29 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/main.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/main.ets @@ -85,14 +85,14 @@ export struct MainPage { Column() { Flex({ justifyContent: FlexAlign.SpaceAround, alignItems: ItemAlign.Center }) { Column() { - Image('/resources/icon/scan.png') + Image('/resources/rawfile/icon/scan.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) } .padding({ top: 5, bottom: 5 } as Padding) Flex({ justifyContent: FlexAlign.SpaceAround, alignItems: ItemAlign.Center }) { - Image('/resources/icon/search.png') + Image('/resources/rawfile/icon/search.png') .width(25 * (this.ratio + 0.2)) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -124,7 +124,7 @@ export struct MainPage { .indicator(false) .interval(2000) - Image('/resources/icon/camera.png') + Image('/resources/rawfile/icon/camera.png') .width(25 * (this.ratio + 0.2)) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -134,7 +134,7 @@ export struct MainPage { .padding(5) Column() { - Image('/resources/icon/barcode.png') + Image('/resources/rawfile/icon/barcode.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -164,7 +164,7 @@ export struct MainPage { .listDirection(Axis.Horizontal) Flex({ justifyContent: FlexAlign.SpaceAround, alignItems: ItemAlign.Center }) { - Image('/resources/icon/nav_classification.png') + Image('/resources/rawfile/icon/nav_classification.png') .width(20 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/other.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/other.ets index 95877f6afa..98b2c516ec 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/other.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/other.ets @@ -53,7 +53,7 @@ export struct Other { .margin({ left: 5 } as Margin) } - Image('/resources/icon/more.png') + Image('/resources/rawfile/icon/more.png') .width('10%') .aspectRatio(1) .margin({ left: 6 } as Margin) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/shopCart.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/shopCart.ets index 02ec75c580..597cecb6ea 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/shopCart.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/shopCart.ets @@ -54,7 +54,7 @@ export struct ShopCart { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Row() { - Image('/resources/icon/smile.png') + Image('/resources/rawfile/icon/smile.png') .width(30 * this.ratio) .aspectRatio(1) Text('XX官方旗舰店') @@ -78,7 +78,7 @@ export struct ShopCart { .fontColor('#80FF0000') .margin({ right: 10 } as Margin) Column() { - Image('/resources/icon/hearted.png') + Image('/resources/rawfile/icon/hearted.png') .width('70%') .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/homePage/visitPage.ets b/applications/Shopping/app/entry/src/main/ets/pages/homePage/visitPage.ets index 973c595fd0..7ceb0e4600 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/homePage/visitPage.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/homePage/visitPage.ets @@ -27,7 +27,7 @@ export struct VisitPage { build() { Column() { Flex({ justifyContent: FlexAlign.SpaceAround, alignItems: ItemAlign.Center }) { - Image('/resources/icon/camera.png') + Image('/resources/rawfile/icon/camera.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -35,7 +35,7 @@ export struct VisitPage { .fontSize(15 * this.ratio) Text('发现') .fontSize(15 * this.ratio) - Image('/resources/homeImg/tabIcon/user.png') + Image('/resources/rawfile/homeImg/tabIcon/user.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) diff --git a/applications/Shopping/app/entry/src/main/ets/pages/search/searchPage.ets b/applications/Shopping/app/entry/src/main/ets/pages/search/searchPage.ets index 3664b5c544..add3a8c8cf 100644 --- a/applications/Shopping/app/entry/src/main/ets/pages/search/searchPage.ets +++ b/applications/Shopping/app/entry/src/main/ets/pages/search/searchPage.ets @@ -73,7 +73,7 @@ export struct SearchPage { Column() { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { - Image('/resources/icon/back.png') + Image('/resources/rawfile/icon/back.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -92,7 +92,7 @@ export struct SearchPage { .enabled(false) } - Image('/resources/icon/camera.png') + Image('/resources/rawfile/icon/camera.png') .width(20 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -124,7 +124,7 @@ export struct SearchPage { Text('搜索发现') .fontSize(15 * this.ratio) .fontWeight(FontWeight.Bold) - Image(this.flag ? '/resources/icon/show.png' : 'resources/icon/hide.png') + Image(this.flag ? '/resources/rawfile/icon/show.png' : 'resources/icon/hide.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -161,7 +161,7 @@ export struct SearchPage { Column() { Column() { Row() { - Image(this.isShow ? '/resources/icon/show.png' : '/resources/icon/hide.png') + Image(this.isShow ? '/resources/rawfile/icon/show.png' : '/resources/rawfile/icon/hide.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -191,7 +191,7 @@ export struct SearchPage { Column() { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Flex({ justifyContent: FlexAlign.Start, alignItems: ItemAlign.Center }) { - Image('/resources/common/activity.png') + Image('/resources/rawfile/common/activity.png') .width(30 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -227,7 +227,7 @@ export struct SearchPage { .fontSize(12 * this.ratio) } - Image(`${Math.round(Math.random()) ? '/resources/icon/up.png' : '/resources/icon/down.png'}`) + Image(`${Math.round(Math.random()) ? '/resources/rawfile/icon/up.png' : '/resources/rawfile/icon/down.png'}`) .width(10 * this.ratio) .height(15 * this.ratio) .objectFit(ImageFit.Contain) @@ -264,7 +264,7 @@ export struct SearchPage { ForEach(this.searched, (item: string) => { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Row() { - Image('/resources/icon/search.png') + Image('/resources/rawfile/icon/search.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -273,7 +273,7 @@ export struct SearchPage { .margin({ left: 15 } as Margin) } - Image('/resources/icon/leftTop.png') + Image('/resources/rawfile/icon/leftTop.png') .width(25 * this.ratio) .aspectRatio(1) .objectFit(ImageFit.Contain) @@ -294,7 +294,7 @@ export struct SearchPage { } .width('100%') .backgroundColor('#F9F9F9') - .backgroundImage('/resources/common/bgImg.png', ImageRepeat.NoRepeat) + .backgroundImage('/resources/rawfile/common/bgImg.png', ImageRepeat.NoRepeat) .backgroundImageSize({ width: '100%', height: '100%' } as SizeOptions) }.hideTitleBar(true) } diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/achievement.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/achievement.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/achievement.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/achievement.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/activity.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/activity.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/activity.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/activity.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/bgImg.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/bgImg.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/bgImg.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/bgImg.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/gift.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/gift.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/gift.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/gift.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/our.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/our.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/our.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/our.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/person.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/person.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/person.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/person.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/sales.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/sales.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/sales.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/sales.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/common/user.png b/applications/Shopping/app/entry/src/main/resources/rawfile/common/user.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/common/user.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/common/user.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_logo1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_logo1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_logo1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_logo1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_logo3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_logo3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_logo3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_logo3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type5.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type5.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/deliver/deliver_type5.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/deliver/deliver_type5.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow4.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow4.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/buyersShow4.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/buyersShow4.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo.jpg b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo.jpg similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo.jpg rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo.jpg diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/evaluation/evaluation_logo3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/evaluation/evaluation_logo3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_4.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_4.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_4.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_4.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_5.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_5.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_5.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_5.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_6.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_6.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/attention/list_6.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/attention/list_6.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg10.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg10.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg10.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg10.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg4.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg4.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg4.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg5.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg5.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg5.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg6.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg6.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg6.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg7.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg7.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg7.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg7.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg8.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg8.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg8.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg8.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg9.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg9.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/recommendImg/recommendImg/recommendImg9.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/recommendImg/recommendImg/recommendImg9.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper4.png b/applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper4.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/detailImg/swiper/swiper4.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/detailImg/swiper/swiper4.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/banner/banner1.jpg b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/banner/banner1.jpg similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/banner/banner1.jpg rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/banner/banner1.jpg diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/banner/banner2.jpg b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/banner/banner2.jpg similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/banner/banner2.jpg rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/banner/banner2.jpg diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/10.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/10.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/10.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/10.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/11.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/11.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/11.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/11.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/12.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/12.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/12.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/12.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/4.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/4.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/4.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/4.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/5.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/5.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/5.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/5.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/6.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/6.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/6.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/6.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/7.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/7.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/7.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/7.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/8.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/8.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/8.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/8.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/9.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/9.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/boutique/9.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/boutique/9.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core1.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core1.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core1.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core1.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core10.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core10.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core10.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core10.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core11.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core11.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core11.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core11.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core12.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core12.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core12.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core12.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core13.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core13.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core13.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core13.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core14.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core14.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core14.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core14.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core15.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core15.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core15.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core15.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core16.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core16.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core16.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core16.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core17.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core17.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core17.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core17.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core18.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core18.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core18.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core18.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core19.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core19.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core19.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core19.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core2.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core2.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core2.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core2.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core3.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core3.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core3.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core3.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core4.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core4.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core4.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core4.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core5.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core5.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core5.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core5.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core6.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core6.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core6.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core6.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core7.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core7.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core7.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core7.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core8.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core8.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core8.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core8.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core9.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core9.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/core/core9.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/core/core9.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product001.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product001.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product001.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product001.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product002.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product002.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product002.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product002.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product003.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product003.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product003.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product003.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product004.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product004.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product004.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product004.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product005.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product005.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product005.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product005.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product006.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product006.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product006.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product006.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product007.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product007.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product007.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product007.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product008.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product008.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product008.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product008.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product009.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product009.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product009.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product009.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product010.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product010.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product010.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product010.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product011.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product011.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product011.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product011.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product012.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product012.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product012.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product012.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product013.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product013.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product013.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product013.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product014.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product014.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/imgLoads/product014.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/imgLoads/product014.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/cart.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/cart.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/cart.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/cart.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/cartSelected.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/cartSelected.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/cartSelected.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/cartSelected.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/classification.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/classification.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/classification.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/classification.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/classificationSelected.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/classificationSelected.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/classificationSelected.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/classificationSelected.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/find.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/find.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/find.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/find.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/findSelected.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/findSelected.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/findSelected.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/findSelected.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/home.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/home.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/home.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/home.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/homeSelected.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/homeSelected.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/homeSelected.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/homeSelected.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/user.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/user.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/user.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/user.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/userSelected.png b/applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/userSelected.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/homeImg/tabIcon/userSelected.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/homeImg/tabIcon/userSelected.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/arrow_left.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/arrow_left.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/arrow_left.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/arrow_left.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/arrow_right.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/arrow_right.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/arrow_right.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/arrow_right.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/attention.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/attention.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/attention.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/attention.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/back.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/back.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/back.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/back.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/barcode.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/barcode.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/barcode.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/barcode.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/camera.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/camera.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/camera.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/camera.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/code.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/code.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/code.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/code.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/collect.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/collect.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/collect.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/collect.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/collected.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/collected.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/collected.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/collected.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/comments.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/comments.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/comments.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/comments.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/down.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/down.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/down.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/down.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/edit.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/edit.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/edit.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/edit.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/game.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/game.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/game.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/game.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/heart.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/heart.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/heart.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/heart.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/hearted.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/hearted.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/hearted.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/hearted.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/hide.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/hide.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/hide.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/hide.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/highlight.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/highlight.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/highlight.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/highlight.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/install.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/install.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/install.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/install.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/layout.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/layout.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/layout.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/layout.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/like.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/like.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/like.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/like.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/local.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/local.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/local.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/local.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/many.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/many.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/many.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/many.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/more.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/more.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/more.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/more.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/nav_classification.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/nav_classification.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/nav_classification.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/nav_classification.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/phoneCall.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/phoneCall.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/phoneCall.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/phoneCall.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/promotions.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/promotions.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/promotions.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/promotions.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/ring.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/ring.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/ring.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/ring.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/save.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/save.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/save.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/save.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/scan.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/scan.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/scan.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/scan.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/search.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/search.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/search.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/search.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/setting.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/setting.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/setting.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/setting.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/share.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/share.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/share.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/share.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/show.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/show.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/show.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/show.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/smile.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/smile.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/smile.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/smile.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/sort-down.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/sort-down.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/sort-down.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/sort-down.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/up.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/up.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/up.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/up.png diff --git a/applications/Shopping/app/entry/src/main/ets/resources/icon/voice.png b/applications/Shopping/app/entry/src/main/resources/rawfile/icon/voice.png similarity index 100% rename from applications/Shopping/app/entry/src/main/ets/resources/icon/voice.png rename to applications/Shopping/app/entry/src/main/resources/rawfile/icon/voice.png -- Gitee