From f74c04d3150042a4fbb17394d532887a81760deb Mon Sep 17 00:00:00 2001 From: liwenzhen Date: Mon, 8 Nov 2021 20:53:21 +0800 Subject: [PATCH] add ETSUI and JSUI folders and move the ets projects to ETSUI folder Signed-off-by: liwenzhen --- {UI => ETSUI}/eTSBuildCommonView/README_zh.md | 0 {UI => ETSUI}/eTSBuildCommonView/build.gradle | 0 {UI => ETSUI}/eTSBuildCommonView/entry/build.gradle | 0 .../eTSBuildCommonView/entry/src/main/config.json | 0 .../entry/src/main/ets/MainAbility/app.ets | 0 .../src/main/ets/MainAbility/pages/FoodDetail.ets | 0 .../src/main/resources/base/element/string.json | 0 .../entry/src/main/resources/base/media/Logo.png | Bin .../entry/src/main/resources/phone/media/Tomato.png | Bin .../entry/src/main/resources/rawfile/Tomato.png | Bin .../screenshots/device/FoodDetail.png | Bin {UI => ETSUI}/eTSBuildCommonView/settings.gradle | 0 .../eTSDefiningPageLayoutAndConnection/README_zh.md | 0 .../eTSDefiningPageLayoutAndConnection/build.gradle | 0 .../entry/build.gradle | 0 .../entry/src/main/config.json | 0 .../entry/src/main/ets/MainAbility/app.ets | 0 .../src/main/ets/MainAbility/model/FoodData.ets | 0 .../main/ets/MainAbility/model/FoodDataModels.ets | 0 .../main/ets/MainAbility/pages/FoodCategoryList.ets | 0 .../src/main/ets/MainAbility/pages/FoodDetail.ets | 0 .../src/main/resources/base/element/string.json | 0 .../entry/src/main/resources/base/media/Logo.png | Bin .../src/main/resources/phone/media/Avocado.png | Bin .../entry/src/main/resources/phone/media/Back.png | Bin .../src/main/resources/phone/media/Blueberry.png | Bin .../entry/src/main/resources/phone/media/Crab.png | Bin .../src/main/resources/phone/media/Cucumber.png | Bin .../src/main/resources/phone/media/IceCream.png | Bin .../entry/src/main/resources/phone/media/Kiwi.png | Bin .../src/main/resources/phone/media/Mushroom.png | Bin .../entry/src/main/resources/phone/media/Onion.png | Bin .../entry/src/main/resources/phone/media/Pitaya.png | Bin .../src/main/resources/phone/media/Strawberry.png | Bin .../entry/src/main/resources/phone/media/Switch.png | Bin .../entry/src/main/resources/phone/media/Tomato.png | Bin .../entry/src/main/resources/phone/media/Walnut.png | Bin .../screenshots/device/FoodCategory.png | Bin .../screenshots/device/FoodDetail.png | Bin .../screenshots/device/FoodList.png | Bin .../settings.gradle | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename {UI => ETSUI}/eTSBuildCommonView/README_zh.md (100%) rename {UI => ETSUI}/eTSBuildCommonView/build.gradle (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/build.gradle (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/config.json (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/resources/base/element/string.json (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png (100%) rename {UI => ETSUI}/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png (100%) rename {UI => ETSUI}/eTSBuildCommonView/screenshots/device/FoodDetail.png (100%) rename {UI => ETSUI}/eTSBuildCommonView/settings.gradle (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/README_zh.md (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/build.gradle (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/build.gradle (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png (100%) rename {UI => ETSUI}/eTSDefiningPageLayoutAndConnection/settings.gradle (100%) diff --git a/UI/eTSBuildCommonView/README_zh.md b/ETSUI/eTSBuildCommonView/README_zh.md similarity index 100% rename from UI/eTSBuildCommonView/README_zh.md rename to ETSUI/eTSBuildCommonView/README_zh.md diff --git a/UI/eTSBuildCommonView/build.gradle b/ETSUI/eTSBuildCommonView/build.gradle similarity index 100% rename from UI/eTSBuildCommonView/build.gradle rename to ETSUI/eTSBuildCommonView/build.gradle diff --git a/UI/eTSBuildCommonView/entry/build.gradle b/ETSUI/eTSBuildCommonView/entry/build.gradle similarity index 100% rename from UI/eTSBuildCommonView/entry/build.gradle rename to ETSUI/eTSBuildCommonView/entry/build.gradle diff --git a/UI/eTSBuildCommonView/entry/src/main/config.json b/ETSUI/eTSBuildCommonView/entry/src/main/config.json similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/config.json rename to ETSUI/eTSBuildCommonView/entry/src/main/config.json diff --git a/UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets b/ETSUI/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets rename to ETSUI/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets diff --git a/UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets b/ETSUI/eTSBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets rename to ETSUI/eTSBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets diff --git a/UI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json b/ETSUI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json rename to ETSUI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json diff --git a/UI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png b/ETSUI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png rename to ETSUI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png b/ETSUI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png rename to ETSUI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png b/ETSUI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png similarity index 100% rename from UI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png rename to ETSUI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png diff --git a/UI/eTSBuildCommonView/screenshots/device/FoodDetail.png b/ETSUI/eTSBuildCommonView/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTSBuildCommonView/screenshots/device/FoodDetail.png rename to ETSUI/eTSBuildCommonView/screenshots/device/FoodDetail.png diff --git a/UI/eTSBuildCommonView/settings.gradle b/ETSUI/eTSBuildCommonView/settings.gradle similarity index 100% rename from UI/eTSBuildCommonView/settings.gradle rename to ETSUI/eTSBuildCommonView/settings.gradle diff --git a/UI/eTSDefiningPageLayoutAndConnection/README_zh.md b/ETSUI/eTSDefiningPageLayoutAndConnection/README_zh.md similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/README_zh.md rename to ETSUI/eTSDefiningPageLayoutAndConnection/README_zh.md diff --git a/UI/eTSDefiningPageLayoutAndConnection/build.gradle b/ETSUI/eTSDefiningPageLayoutAndConnection/build.gradle similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/build.gradle rename to ETSUI/eTSDefiningPageLayoutAndConnection/build.gradle diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/build.gradle b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/build.gradle similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/build.gradle rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/build.gradle diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png b/ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png b/ETSUI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png b/ETSUI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png b/ETSUI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png rename to ETSUI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png diff --git a/UI/eTSDefiningPageLayoutAndConnection/settings.gradle b/ETSUI/eTSDefiningPageLayoutAndConnection/settings.gradle similarity index 100% rename from UI/eTSDefiningPageLayoutAndConnection/settings.gradle rename to ETSUI/eTSDefiningPageLayoutAndConnection/settings.gradle -- Gitee