diff --git a/UI/eTsBuildCommonView/README_zh.md b/UI/eTSBuildCommonView/README_zh.md similarity index 84% rename from UI/eTsBuildCommonView/README_zh.md rename to UI/eTSBuildCommonView/README_zh.md index 0b11137f258e49b52dd08ed92dee11a70f092ec0..2ec439634c477d0b5a9c68a29cd6ee2e81c577f6 100644 --- a/UI/eTsBuildCommonView/README_zh.md +++ b/UI/eTSBuildCommonView/README_zh.md @@ -1,8 +1,8 @@ -# 构建简单页面 +# 创建简单视图 ## 简介 本示例为构建了简单页面展示食物番茄的图片和营养信息,主要为了展示简单页面的Stack布局和Flex布局。详情参考《ArkUI-声明式范式开发指南》第三章。 ## 使用说明 -无 +此页面为静态页面,无用户交互。 ## 约束与限制 本示例仅支持在标准系统上运行,需使用API7 OpenHarmony SDK和版本为3.0 Beta1 Dev Eco Studio。 \ No newline at end of file diff --git a/UI/eTsBuildCommonView/build.gradle b/UI/eTSBuildCommonView/build.gradle similarity index 100% rename from UI/eTsBuildCommonView/build.gradle rename to UI/eTSBuildCommonView/build.gradle diff --git a/UI/eTsBuildCommonView/entry/build.gradle b/UI/eTSBuildCommonView/entry/build.gradle similarity index 100% rename from UI/eTsBuildCommonView/entry/build.gradle rename to UI/eTSBuildCommonView/entry/build.gradle diff --git a/UI/eTsBuildCommonView/entry/src/main/config.json b/UI/eTSBuildCommonView/entry/src/main/config.json similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/config.json rename to UI/eTSBuildCommonView/entry/src/main/config.json diff --git a/UI/eTsBuildCommonView/entry/src/main/ets/MainAbility/app.ets b/UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/ets/MainAbility/app.ets rename to UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/app.ets diff --git a/UI/eTsBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets b/UI/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 UI/eTSBuildCommonView/entry/src/main/ets/MainAbility/pages/FoodDetail.ets diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/base/element/string.json b/UI/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 UI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/base/media/Logo.png b/UI/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 UI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/phone/media/Tomato.png b/UI/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 UI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/rawfile/Tomato.png b/UI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/resources/rawfile/Tomato.png rename to UI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png diff --git a/UI/eTsBuildCommonView/screenshots/device/FoodDetail.png b/UI/eTSBuildCommonView/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTsBuildCommonView/screenshots/device/FoodDetail.png rename to UI/eTSBuildCommonView/screenshots/device/FoodDetail.png diff --git a/UI/eTsBuildCommonView/settings.gradle b/UI/eTSBuildCommonView/settings.gradle similarity index 100% rename from UI/eTsBuildCommonView/settings.gradle rename to UI/eTSBuildCommonView/settings.gradle diff --git a/UI/eTsDefiningPageLayoutAndConnection/README_zh.md b/UI/eTSDefiningPageLayoutAndConnection/README_zh.md similarity index 90% rename from UI/eTsDefiningPageLayoutAndConnection/README_zh.md rename to UI/eTSDefiningPageLayoutAndConnection/README_zh.md index ac8f203ce8f1c076f786c64e3f06f212ed64433d..4e1229ecafd2eaf6b3face7212df81acff1a9d4f 100644 --- a/UI/eTsDefiningPageLayoutAndConnection/README_zh.md +++ b/UI/eTSDefiningPageLayoutAndConnection/README_zh.md @@ -1,10 +1,10 @@ -# 构建页面布局和连接 +# 页面布局和连接 ## 简介 本示例构建食物分类列表页面和食物详情页,包含: 1. List布局:创建食物数据模型,ForEach循环渲染ListItem; -2. Grid布局:展示食物分类信息,创建Tabs页签展示不同分类的食物网格; +2. Grid布局:展示食物分类信息,创建Tabs页签展示不同分类的食物; 3. 路由机制:router接口、Navigator和页面间数据传递。 diff --git a/UI/eTsDefiningPageLayoutAndConnection/build.gradle b/UI/eTSDefiningPageLayoutAndConnection/build.gradle similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/build.gradle rename to UI/eTSDefiningPageLayoutAndConnection/build.gradle diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/build.gradle b/UI/eTSDefiningPageLayoutAndConnection/entry/build.gradle similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/build.gradle rename to UI/eTSDefiningPageLayoutAndConnection/entry/build.gradle diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/config.json b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/config.json rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/app.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodData.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/model/FoodDataModels.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodCategoryList.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/MainAbility/pages/FoodDetail.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png b/UI/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 UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png b/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png rename to UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png b/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png rename to UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodList.png b/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodList.png rename to UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/settings.gradle b/UI/eTSDefiningPageLayoutAndConnection/settings.gradle similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/settings.gradle rename to UI/eTSDefiningPageLayoutAndConnection/settings.gradle