diff --git a/ETSUI/CategoryListAbility/AppScope/app.json5 b/ETSUI/CategoryListSample/AppScope/app.json5 similarity index 100% rename from ETSUI/CategoryListAbility/AppScope/app.json5 rename to ETSUI/CategoryListSample/AppScope/app.json5 diff --git a/ETSUI/CategoryListAbility/AppScope/resources/base/element/string.json b/ETSUI/CategoryListSample/AppScope/resources/base/element/string.json similarity index 100% rename from ETSUI/CategoryListAbility/AppScope/resources/base/element/string.json rename to ETSUI/CategoryListSample/AppScope/resources/base/element/string.json diff --git a/ETSUI/CategoryListAbility/AppScope/resources/base/media/app_icon.png b/ETSUI/CategoryListSample/AppScope/resources/base/media/app_icon.png similarity index 100% rename from ETSUI/CategoryListAbility/AppScope/resources/base/media/app_icon.png rename to ETSUI/CategoryListSample/AppScope/resources/base/media/app_icon.png diff --git a/ETSUI/CategoryListAbility/README.md b/ETSUI/CategoryListSample/README.md similarity index 97% rename from ETSUI/CategoryListAbility/README.md rename to ETSUI/CategoryListSample/README.md index e8277cf19def0809d0b3b03b915a43f7105a397c..16027d22d5c106f0738123aef567fe60e187b06f 100644 --- a/ETSUI/CategoryListAbility/README.md +++ b/ETSUI/CategoryListSample/README.md @@ -1,4 +1,4 @@ -# CategoryList +# CategoryListSample ### 简介 本示例展示一个分类列表页面,列表中每个类别从1增加到6,且点击列表数据可以跳转到详情页面,开发人员可修改或添加自己的文本和图像等,并快速开发项目功能。 效果图如下: diff --git a/ETSUI/CategoryListAbility/build-profile.json5 b/ETSUI/CategoryListSample/build-profile.json5 similarity index 100% rename from ETSUI/CategoryListAbility/build-profile.json5 rename to ETSUI/CategoryListSample/build-profile.json5 diff --git a/ETSUI/CategoryListAbility/entry/build-profile.json5 b/ETSUI/CategoryListSample/entry/build-profile.json5 similarity index 100% rename from ETSUI/CategoryListAbility/entry/build-profile.json5 rename to ETSUI/CategoryListSample/entry/build-profile.json5 diff --git a/ETSUI/CategoryListAbility/entry/hvigorfile.ts b/ETSUI/CategoryListSample/entry/hvigorfile.ts similarity index 100% rename from ETSUI/CategoryListAbility/entry/hvigorfile.ts rename to ETSUI/CategoryListSample/entry/hvigorfile.ts diff --git a/ETSUI/CategoryListAbility/entry/package.json b/ETSUI/CategoryListSample/entry/package.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/package.json rename to ETSUI/CategoryListSample/entry/package.json diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/common/bean/Category.ets b/ETSUI/CategoryListSample/entry/src/main/ets/common/bean/Category.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/common/bean/Category.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/common/bean/Category.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/common/bean/ListItemData.ets b/ETSUI/CategoryListSample/entry/src/main/ets/common/bean/ListItemData.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/common/bean/ListItemData.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/common/bean/ListItemData.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/common/constants/CommonConstants.ets b/ETSUI/CategoryListSample/entry/src/main/ets/common/constants/CommonConstants.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/common/constants/CommonConstants.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/common/constants/CommonConstants.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/entryability/EntryAbility.ts b/ETSUI/CategoryListSample/entry/src/main/ets/entryability/EntryAbility.ts similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/entryability/EntryAbility.ts rename to ETSUI/CategoryListSample/entry/src/main/ets/entryability/EntryAbility.ts diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/pages/CategoryListPage.ets b/ETSUI/CategoryListSample/entry/src/main/ets/pages/CategoryListPage.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/pages/CategoryListPage.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/pages/CategoryListPage.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/pages/DetailPage.ets b/ETSUI/CategoryListSample/entry/src/main/ets/pages/DetailPage.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/pages/DetailPage.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/pages/DetailPage.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/view/CategoryComponent.ets b/ETSUI/CategoryListSample/entry/src/main/ets/view/CategoryComponent.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/view/CategoryComponent.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/view/CategoryComponent.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/view/DetailListComponent.ets b/ETSUI/CategoryListSample/entry/src/main/ets/view/DetailListComponent.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/view/DetailListComponent.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/view/DetailListComponent.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/ets/viewmodel/PageViewModel.ets b/ETSUI/CategoryListSample/entry/src/main/ets/viewmodel/PageViewModel.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/ets/viewmodel/PageViewModel.ets rename to ETSUI/CategoryListSample/entry/src/main/ets/viewmodel/PageViewModel.ets diff --git a/ETSUI/CategoryListAbility/entry/src/main/module.json5 b/ETSUI/CategoryListSample/entry/src/main/module.json5 similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/module.json5 rename to ETSUI/CategoryListSample/entry/src/main/module.json5 diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/base/element/color.json b/ETSUI/CategoryListSample/entry/src/main/resources/base/element/color.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/base/element/color.json rename to ETSUI/CategoryListSample/entry/src/main/resources/base/element/color.json diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/base/element/float.json b/ETSUI/CategoryListSample/entry/src/main/resources/base/element/float.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/base/element/float.json rename to ETSUI/CategoryListSample/entry/src/main/resources/base/element/float.json diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/base/element/string.json b/ETSUI/CategoryListSample/entry/src/main/resources/base/element/string.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/base/element/string.json rename to ETSUI/CategoryListSample/entry/src/main/resources/base/element/string.json diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/base/media/ic_right_arrow.png b/ETSUI/CategoryListSample/entry/src/main/resources/base/media/ic_right_arrow.png similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/base/media/ic_right_arrow.png rename to ETSUI/CategoryListSample/entry/src/main/resources/base/media/ic_right_arrow.png diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/base/media/icon.png b/ETSUI/CategoryListSample/entry/src/main/resources/base/media/icon.png similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/base/media/icon.png rename to ETSUI/CategoryListSample/entry/src/main/resources/base/media/icon.png diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/base/profile/main_pages.json b/ETSUI/CategoryListSample/entry/src/main/resources/base/profile/main_pages.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/base/profile/main_pages.json rename to ETSUI/CategoryListSample/entry/src/main/resources/base/profile/main_pages.json diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/en_US/element/string.json b/ETSUI/CategoryListSample/entry/src/main/resources/en_US/element/string.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/en_US/element/string.json rename to ETSUI/CategoryListSample/entry/src/main/resources/en_US/element/string.json diff --git a/ETSUI/CategoryListAbility/entry/src/main/resources/zh_CN/element/string.json b/ETSUI/CategoryListSample/entry/src/main/resources/zh_CN/element/string.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/main/resources/zh_CN/element/string.json rename to ETSUI/CategoryListSample/entry/src/main/resources/zh_CN/element/string.json diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/ets/test/Ability.test.ets b/ETSUI/CategoryListSample/entry/src/ohosTest/ets/test/Ability.test.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/ets/test/Ability.test.ets rename to ETSUI/CategoryListSample/entry/src/ohosTest/ets/test/Ability.test.ets diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/ets/test/List.test.ets b/ETSUI/CategoryListSample/entry/src/ohosTest/ets/test/List.test.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/ets/test/List.test.ets rename to ETSUI/CategoryListSample/entry/src/ohosTest/ets/test/List.test.ets diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/ets/testability/TestAbility.ets b/ETSUI/CategoryListSample/entry/src/ohosTest/ets/testability/TestAbility.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/ets/testability/TestAbility.ets rename to ETSUI/CategoryListSample/entry/src/ohosTest/ets/testability/TestAbility.ets diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/ets/testability/pages/Index.ets b/ETSUI/CategoryListSample/entry/src/ohosTest/ets/testability/pages/Index.ets similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/ets/testability/pages/Index.ets rename to ETSUI/CategoryListSample/entry/src/ohosTest/ets/testability/pages/Index.ets diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ETSUI/CategoryListSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts rename to ETSUI/CategoryListSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/module.json5 b/ETSUI/CategoryListSample/entry/src/ohosTest/module.json5 similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/module.json5 rename to ETSUI/CategoryListSample/entry/src/ohosTest/module.json5 diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/element/color.json b/ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/element/color.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/element/color.json rename to ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/element/color.json diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/element/string.json b/ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/element/string.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/element/string.json rename to ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/element/string.json diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/media/icon.png b/ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/media/icon.png similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/media/icon.png rename to ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/media/icon.png diff --git a/ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/profile/test_pages.json b/ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/profile/test_pages.json similarity index 100% rename from ETSUI/CategoryListAbility/entry/src/ohosTest/resources/base/profile/test_pages.json rename to ETSUI/CategoryListSample/entry/src/ohosTest/resources/base/profile/test_pages.json diff --git a/ETSUI/CategoryListAbility/hvigorfile.ts b/ETSUI/CategoryListSample/hvigorfile.ts similarity index 100% rename from ETSUI/CategoryListAbility/hvigorfile.ts rename to ETSUI/CategoryListSample/hvigorfile.ts diff --git a/ETSUI/CategoryListAbility/package.json b/ETSUI/CategoryListSample/package.json similarity index 100% rename from ETSUI/CategoryListAbility/package.json rename to ETSUI/CategoryListSample/package.json diff --git a/ETSUI/CategoryListAbility/screenshots/CategoryList.gif b/ETSUI/CategoryListSample/screenshots/CategoryList.gif similarity index 100% rename from ETSUI/CategoryListAbility/screenshots/CategoryList.gif rename to ETSUI/CategoryListSample/screenshots/CategoryList.gif diff --git a/ETSUI/GridAbilitySample/.gitignore b/ETSUI/GridSample/.gitignore similarity index 100% rename from ETSUI/GridAbilitySample/.gitignore rename to ETSUI/GridSample/.gitignore diff --git a/ETSUI/GridAbilitySample/AppScope/app.json5 b/ETSUI/GridSample/AppScope/app.json5 similarity index 100% rename from ETSUI/GridAbilitySample/AppScope/app.json5 rename to ETSUI/GridSample/AppScope/app.json5 diff --git a/ETSUI/GridAbilitySample/AppScope/resources/base/element/string.json b/ETSUI/GridSample/AppScope/resources/base/element/string.json similarity index 100% rename from ETSUI/GridAbilitySample/AppScope/resources/base/element/string.json rename to ETSUI/GridSample/AppScope/resources/base/element/string.json diff --git a/ETSUI/GridAbilitySample/AppScope/resources/base/media/app_icon.png b/ETSUI/GridSample/AppScope/resources/base/media/app_icon.png similarity index 100% rename from ETSUI/GridAbilitySample/AppScope/resources/base/media/app_icon.png rename to ETSUI/GridSample/AppScope/resources/base/media/app_icon.png diff --git a/ETSUI/GridAbilitySample/README.md b/ETSUI/GridSample/README.md similarity index 98% rename from ETSUI/GridAbilitySample/README.md rename to ETSUI/GridSample/README.md index a82e7a84f43c4e521991e852634f995a7512e520..da38a2d65b3bfde7b0f912db840b923b0e5e11c7 100644 --- a/ETSUI/GridAbilitySample/README.md +++ b/ETSUI/GridSample/README.md @@ -1,4 +1,4 @@ -# Grid Ability +# GridSample ### 简介 本示例介绍了Grid组件的使用,Grid是比较常用的组件,Grid是实现宫格布局的首选! Grid的用法很多,主要凸显的是网格式布局,既有横向也有纵向的数据显示。效果图如下: diff --git a/ETSUI/GridAbilitySample/build-profile.json5 b/ETSUI/GridSample/build-profile.json5 similarity index 100% rename from ETSUI/GridAbilitySample/build-profile.json5 rename to ETSUI/GridSample/build-profile.json5 diff --git a/ETSUI/GridAbilitySample/entry/.gitignore b/ETSUI/GridSample/entry/.gitignore similarity index 100% rename from ETSUI/GridAbilitySample/entry/.gitignore rename to ETSUI/GridSample/entry/.gitignore diff --git a/ETSUI/GridAbilitySample/entry/build-profile.json5 b/ETSUI/GridSample/entry/build-profile.json5 similarity index 100% rename from ETSUI/GridAbilitySample/entry/build-profile.json5 rename to ETSUI/GridSample/entry/build-profile.json5 diff --git a/ETSUI/GridAbilitySample/entry/hvigorfile.ts b/ETSUI/GridSample/entry/hvigorfile.ts similarity index 100% rename from ETSUI/GridAbilitySample/entry/hvigorfile.ts rename to ETSUI/GridSample/entry/hvigorfile.ts diff --git a/ETSUI/GridAbilitySample/entry/package-lock.json b/ETSUI/GridSample/entry/package-lock.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/package-lock.json rename to ETSUI/GridSample/entry/package-lock.json diff --git a/ETSUI/GridAbilitySample/entry/package.json b/ETSUI/GridSample/entry/package.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/package.json rename to ETSUI/GridSample/entry/package.json diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/common/bean/GridAreaContent.ets b/ETSUI/GridSample/entry/src/main/ets/common/bean/GridAreaContent.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/common/bean/GridAreaContent.ets rename to ETSUI/GridSample/entry/src/main/ets/common/bean/GridAreaContent.ets diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/common/bean/GridItemData.ets b/ETSUI/GridSample/entry/src/main/ets/common/bean/GridItemData.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/common/bean/GridItemData.ets rename to ETSUI/GridSample/entry/src/main/ets/common/bean/GridItemData.ets diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/common/constants/CommonConstants.ets b/ETSUI/GridSample/entry/src/main/ets/common/constants/CommonConstants.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/common/constants/CommonConstants.ets rename to ETSUI/GridSample/entry/src/main/ets/common/constants/CommonConstants.ets diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/entryability/EntryAbility.ts b/ETSUI/GridSample/entry/src/main/ets/entryability/EntryAbility.ts similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/entryability/EntryAbility.ts rename to ETSUI/GridSample/entry/src/main/ets/entryability/EntryAbility.ts diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/pages/GridPage.ets b/ETSUI/GridSample/entry/src/main/ets/pages/GridPage.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/pages/GridPage.ets rename to ETSUI/GridSample/entry/src/main/ets/pages/GridPage.ets diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/view/GridAreaComponent.ets b/ETSUI/GridSample/entry/src/main/ets/view/GridAreaComponent.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/view/GridAreaComponent.ets rename to ETSUI/GridSample/entry/src/main/ets/view/GridAreaComponent.ets diff --git a/ETSUI/GridAbilitySample/entry/src/main/ets/viewmodel/GridViewModel.ets b/ETSUI/GridSample/entry/src/main/ets/viewmodel/GridViewModel.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/ets/viewmodel/GridViewModel.ets rename to ETSUI/GridSample/entry/src/main/ets/viewmodel/GridViewModel.ets diff --git a/ETSUI/GridAbilitySample/entry/src/main/module.json5 b/ETSUI/GridSample/entry/src/main/module.json5 similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/module.json5 rename to ETSUI/GridSample/entry/src/main/module.json5 diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/base/element/color.json b/ETSUI/GridSample/entry/src/main/resources/base/element/color.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/base/element/color.json rename to ETSUI/GridSample/entry/src/main/resources/base/element/color.json diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/base/element/float.json b/ETSUI/GridSample/entry/src/main/resources/base/element/float.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/base/element/float.json rename to ETSUI/GridSample/entry/src/main/resources/base/element/float.json diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/base/element/string.json b/ETSUI/GridSample/entry/src/main/resources/base/element/string.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/base/element/string.json rename to ETSUI/GridSample/entry/src/main/resources/base/element/string.json diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/base/media/ic_grid_item.png b/ETSUI/GridSample/entry/src/main/resources/base/media/ic_grid_item.png similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/base/media/ic_grid_item.png rename to ETSUI/GridSample/entry/src/main/resources/base/media/ic_grid_item.png diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/base/media/icon.png b/ETSUI/GridSample/entry/src/main/resources/base/media/icon.png similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/base/media/icon.png rename to ETSUI/GridSample/entry/src/main/resources/base/media/icon.png diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/base/profile/main_pages.json b/ETSUI/GridSample/entry/src/main/resources/base/profile/main_pages.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/base/profile/main_pages.json rename to ETSUI/GridSample/entry/src/main/resources/base/profile/main_pages.json diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/en_US/element/string.json b/ETSUI/GridSample/entry/src/main/resources/en_US/element/string.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/en_US/element/string.json rename to ETSUI/GridSample/entry/src/main/resources/en_US/element/string.json diff --git a/ETSUI/GridAbilitySample/entry/src/main/resources/zh_CN/element/string.json b/ETSUI/GridSample/entry/src/main/resources/zh_CN/element/string.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/main/resources/zh_CN/element/string.json rename to ETSUI/GridSample/entry/src/main/resources/zh_CN/element/string.json diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/ets/test/Ability.test.ets b/ETSUI/GridSample/entry/src/ohosTest/ets/test/Ability.test.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/ets/test/Ability.test.ets rename to ETSUI/GridSample/entry/src/ohosTest/ets/test/Ability.test.ets diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/ets/test/List.test.ets b/ETSUI/GridSample/entry/src/ohosTest/ets/test/List.test.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/ets/test/List.test.ets rename to ETSUI/GridSample/entry/src/ohosTest/ets/test/List.test.ets diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/ets/testability/TestAbility.ets b/ETSUI/GridSample/entry/src/ohosTest/ets/testability/TestAbility.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/ets/testability/TestAbility.ets rename to ETSUI/GridSample/entry/src/ohosTest/ets/testability/TestAbility.ets diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/ets/testability/pages/Index.ets b/ETSUI/GridSample/entry/src/ohosTest/ets/testability/pages/Index.ets similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/ets/testability/pages/Index.ets rename to ETSUI/GridSample/entry/src/ohosTest/ets/testability/pages/Index.ets diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ETSUI/GridSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts rename to ETSUI/GridSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/module.json5 b/ETSUI/GridSample/entry/src/ohosTest/module.json5 similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/module.json5 rename to ETSUI/GridSample/entry/src/ohosTest/module.json5 diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/element/color.json b/ETSUI/GridSample/entry/src/ohosTest/resources/base/element/color.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/element/color.json rename to ETSUI/GridSample/entry/src/ohosTest/resources/base/element/color.json diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/element/string.json b/ETSUI/GridSample/entry/src/ohosTest/resources/base/element/string.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/element/string.json rename to ETSUI/GridSample/entry/src/ohosTest/resources/base/element/string.json diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/media/icon.png b/ETSUI/GridSample/entry/src/ohosTest/resources/base/media/icon.png similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/media/icon.png rename to ETSUI/GridSample/entry/src/ohosTest/resources/base/media/icon.png diff --git a/ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/profile/test_pages.json b/ETSUI/GridSample/entry/src/ohosTest/resources/base/profile/test_pages.json similarity index 100% rename from ETSUI/GridAbilitySample/entry/src/ohosTest/resources/base/profile/test_pages.json rename to ETSUI/GridSample/entry/src/ohosTest/resources/base/profile/test_pages.json diff --git a/ETSUI/GridAbilitySample/hvigorfile.ts b/ETSUI/GridSample/hvigorfile.ts similarity index 100% rename from ETSUI/GridAbilitySample/hvigorfile.ts rename to ETSUI/GridSample/hvigorfile.ts diff --git a/ETSUI/GridAbilitySample/package.json b/ETSUI/GridSample/package.json similarity index 100% rename from ETSUI/GridAbilitySample/package.json rename to ETSUI/GridSample/package.json diff --git a/ETSUI/GridAbilitySample/screenshots/grid.gif b/ETSUI/GridSample/screenshots/grid.gif similarity index 100% rename from ETSUI/GridAbilitySample/screenshots/grid.gif rename to ETSUI/GridSample/screenshots/grid.gif diff --git a/ETSUI/LoaginSample/AppScope/app.json5 b/ETSUI/LoginSample/AppScope/app.json5 similarity index 100% rename from ETSUI/LoaginSample/AppScope/app.json5 rename to ETSUI/LoginSample/AppScope/app.json5 diff --git a/ETSUI/LoaginSample/AppScope/resources/base/element/string.json b/ETSUI/LoginSample/AppScope/resources/base/element/string.json similarity index 100% rename from ETSUI/LoaginSample/AppScope/resources/base/element/string.json rename to ETSUI/LoginSample/AppScope/resources/base/element/string.json diff --git a/ETSUI/LoaginSample/AppScope/resources/base/media/app_icon.png b/ETSUI/LoginSample/AppScope/resources/base/media/app_icon.png similarity index 100% rename from ETSUI/LoaginSample/AppScope/resources/base/media/app_icon.png rename to ETSUI/LoginSample/AppScope/resources/base/media/app_icon.png diff --git a/ETSUI/LoaginSample/README.md b/ETSUI/LoginSample/README.md similarity index 100% rename from ETSUI/LoaginSample/README.md rename to ETSUI/LoginSample/README.md diff --git a/ETSUI/LoaginSample/build-profile.json5 b/ETSUI/LoginSample/build-profile.json5 similarity index 100% rename from ETSUI/LoaginSample/build-profile.json5 rename to ETSUI/LoginSample/build-profile.json5 diff --git a/ETSUI/LoaginSample/entry/build-profile.json5 b/ETSUI/LoginSample/entry/build-profile.json5 similarity index 100% rename from ETSUI/LoaginSample/entry/build-profile.json5 rename to ETSUI/LoginSample/entry/build-profile.json5 diff --git a/ETSUI/LoaginSample/entry/hvigorfile.ts b/ETSUI/LoginSample/entry/hvigorfile.ts similarity index 100% rename from ETSUI/LoaginSample/entry/hvigorfile.ts rename to ETSUI/LoginSample/entry/hvigorfile.ts diff --git a/ETSUI/LoaginSample/entry/package.json b/ETSUI/LoginSample/entry/package.json similarity index 100% rename from ETSUI/LoaginSample/entry/package.json rename to ETSUI/LoginSample/entry/package.json diff --git a/ETSUI/LoaginSample/entry/src/main/ets/common/bean/ListItemData.ets b/ETSUI/LoginSample/entry/src/main/ets/common/bean/ListItemData.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/common/bean/ListItemData.ets rename to ETSUI/LoginSample/entry/src/main/ets/common/bean/ListItemData.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/common/constants/CommonConstants.ets b/ETSUI/LoginSample/entry/src/main/ets/common/constants/CommonConstants.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/common/constants/CommonConstants.ets rename to ETSUI/LoginSample/entry/src/main/ets/common/constants/CommonConstants.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/entryability/EntryAbility.ts b/ETSUI/LoginSample/entry/src/main/ets/entryability/EntryAbility.ts similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/entryability/EntryAbility.ts rename to ETSUI/LoginSample/entry/src/main/ets/entryability/EntryAbility.ts diff --git a/ETSUI/LoaginSample/entry/src/main/ets/pages/CustomerServicePage.ets b/ETSUI/LoginSample/entry/src/main/ets/pages/CustomerServicePage.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/pages/CustomerServicePage.ets rename to ETSUI/LoginSample/entry/src/main/ets/pages/CustomerServicePage.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/pages/LoginPage.ets b/ETSUI/LoginSample/entry/src/main/ets/pages/LoginPage.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/pages/LoginPage.ets rename to ETSUI/LoginSample/entry/src/main/ets/pages/LoginPage.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/pages/MinePage.ets b/ETSUI/LoginSample/entry/src/main/ets/pages/MinePage.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/pages/MinePage.ets rename to ETSUI/LoginSample/entry/src/main/ets/pages/MinePage.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/pages/PrivacyPage.ets b/ETSUI/LoginSample/entry/src/main/ets/pages/PrivacyPage.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/pages/PrivacyPage.ets rename to ETSUI/LoginSample/entry/src/main/ets/pages/PrivacyPage.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/pages/RegistrationSuccessPage.ets b/ETSUI/LoginSample/entry/src/main/ets/pages/RegistrationSuccessPage.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/pages/RegistrationSuccessPage.ets rename to ETSUI/LoginSample/entry/src/main/ets/pages/RegistrationSuccessPage.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/view/CustomerListComponent.ets b/ETSUI/LoginSample/entry/src/main/ets/view/CustomerListComponent.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/view/CustomerListComponent.ets rename to ETSUI/LoginSample/entry/src/main/ets/view/CustomerListComponent.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/view/LoginComponent.ets b/ETSUI/LoginSample/entry/src/main/ets/view/LoginComponent.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/view/LoginComponent.ets rename to ETSUI/LoginSample/entry/src/main/ets/view/LoginComponent.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/view/MinePageContentComponent.ets b/ETSUI/LoginSample/entry/src/main/ets/view/MinePageContentComponent.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/view/MinePageContentComponent.ets rename to ETSUI/LoginSample/entry/src/main/ets/view/MinePageContentComponent.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/view/PrivacyStatementComponent.ets b/ETSUI/LoginSample/entry/src/main/ets/view/PrivacyStatementComponent.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/view/PrivacyStatementComponent.ets rename to ETSUI/LoginSample/entry/src/main/ets/view/PrivacyStatementComponent.ets diff --git a/ETSUI/LoaginSample/entry/src/main/ets/viewmodel/LoginViewMode.ets b/ETSUI/LoginSample/entry/src/main/ets/viewmodel/LoginViewMode.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/ets/viewmodel/LoginViewMode.ets rename to ETSUI/LoginSample/entry/src/main/ets/viewmodel/LoginViewMode.ets diff --git a/ETSUI/LoaginSample/entry/src/main/module.json5 b/ETSUI/LoginSample/entry/src/main/module.json5 similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/module.json5 rename to ETSUI/LoginSample/entry/src/main/module.json5 diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/element/color.json b/ETSUI/LoginSample/entry/src/main/resources/base/element/color.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/element/color.json rename to ETSUI/LoginSample/entry/src/main/resources/base/element/color.json diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/element/float.json b/ETSUI/LoginSample/entry/src/main/resources/base/element/float.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/element/float.json rename to ETSUI/LoginSample/entry/src/main/resources/base/element/float.json diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/element/string.json b/ETSUI/LoginSample/entry/src/main/resources/base/element/string.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/element/string.json rename to ETSUI/LoginSample/entry/src/main/resources/base/element/string.json diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/media/ic_public_privacy.png b/ETSUI/LoginSample/entry/src/main/resources/base/media/ic_public_privacy.png similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/media/ic_public_privacy.png rename to ETSUI/LoginSample/entry/src/main/resources/base/media/ic_public_privacy.png diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/media/ic_registration_success.png b/ETSUI/LoginSample/entry/src/main/resources/base/media/ic_registration_success.png similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/media/ic_registration_success.png rename to ETSUI/LoginSample/entry/src/main/resources/base/media/ic_registration_success.png diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/media/ic_user_profile.png b/ETSUI/LoginSample/entry/src/main/resources/base/media/ic_user_profile.png similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/media/ic_user_profile.png rename to ETSUI/LoginSample/entry/src/main/resources/base/media/ic_user_profile.png diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/media/icon.png b/ETSUI/LoginSample/entry/src/main/resources/base/media/icon.png similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/media/icon.png rename to ETSUI/LoginSample/entry/src/main/resources/base/media/icon.png diff --git a/ETSUI/LoaginSample/entry/src/main/resources/base/profile/main_pages.json b/ETSUI/LoginSample/entry/src/main/resources/base/profile/main_pages.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/base/profile/main_pages.json rename to ETSUI/LoginSample/entry/src/main/resources/base/profile/main_pages.json diff --git a/ETSUI/LoaginSample/entry/src/main/resources/en_US/element/string.json b/ETSUI/LoginSample/entry/src/main/resources/en_US/element/string.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/en_US/element/string.json rename to ETSUI/LoginSample/entry/src/main/resources/en_US/element/string.json diff --git a/ETSUI/LoaginSample/entry/src/main/resources/rawfile/privacy.html b/ETSUI/LoginSample/entry/src/main/resources/rawfile/privacy.html similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/rawfile/privacy.html rename to ETSUI/LoginSample/entry/src/main/resources/rawfile/privacy.html diff --git a/ETSUI/LoaginSample/entry/src/main/resources/zh_CN/element/string.json b/ETSUI/LoginSample/entry/src/main/resources/zh_CN/element/string.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/main/resources/zh_CN/element/string.json rename to ETSUI/LoginSample/entry/src/main/resources/zh_CN/element/string.json diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/ets/test/Ability.test.ets b/ETSUI/LoginSample/entry/src/ohosTest/ets/test/Ability.test.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/ets/test/Ability.test.ets rename to ETSUI/LoginSample/entry/src/ohosTest/ets/test/Ability.test.ets diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/ets/test/List.test.ets b/ETSUI/LoginSample/entry/src/ohosTest/ets/test/List.test.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/ets/test/List.test.ets rename to ETSUI/LoginSample/entry/src/ohosTest/ets/test/List.test.ets diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/ets/testability/TestAbility.ets b/ETSUI/LoginSample/entry/src/ohosTest/ets/testability/TestAbility.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/ets/testability/TestAbility.ets rename to ETSUI/LoginSample/entry/src/ohosTest/ets/testability/TestAbility.ets diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/ets/testability/pages/Index.ets b/ETSUI/LoginSample/entry/src/ohosTest/ets/testability/pages/Index.ets similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/ets/testability/pages/Index.ets rename to ETSUI/LoginSample/entry/src/ohosTest/ets/testability/pages/Index.ets diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ETSUI/LoginSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts rename to ETSUI/LoginSample/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/module.json5 b/ETSUI/LoginSample/entry/src/ohosTest/module.json5 similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/module.json5 rename to ETSUI/LoginSample/entry/src/ohosTest/module.json5 diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/resources/base/element/color.json b/ETSUI/LoginSample/entry/src/ohosTest/resources/base/element/color.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/resources/base/element/color.json rename to ETSUI/LoginSample/entry/src/ohosTest/resources/base/element/color.json diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/resources/base/element/string.json b/ETSUI/LoginSample/entry/src/ohosTest/resources/base/element/string.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/resources/base/element/string.json rename to ETSUI/LoginSample/entry/src/ohosTest/resources/base/element/string.json diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/resources/base/media/icon.png b/ETSUI/LoginSample/entry/src/ohosTest/resources/base/media/icon.png similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/resources/base/media/icon.png rename to ETSUI/LoginSample/entry/src/ohosTest/resources/base/media/icon.png diff --git a/ETSUI/LoaginSample/entry/src/ohosTest/resources/base/profile/test_pages.json b/ETSUI/LoginSample/entry/src/ohosTest/resources/base/profile/test_pages.json similarity index 100% rename from ETSUI/LoaginSample/entry/src/ohosTest/resources/base/profile/test_pages.json rename to ETSUI/LoginSample/entry/src/ohosTest/resources/base/profile/test_pages.json diff --git a/ETSUI/LoaginSample/hvigorfile.ts b/ETSUI/LoginSample/hvigorfile.ts similarity index 100% rename from ETSUI/LoaginSample/hvigorfile.ts rename to ETSUI/LoginSample/hvigorfile.ts diff --git a/ETSUI/LoaginSample/package.json b/ETSUI/LoginSample/package.json similarity index 100% rename from ETSUI/LoaginSample/package.json rename to ETSUI/LoginSample/package.json diff --git a/ETSUI/LoaginSample/screenshots/device/login.gif b/ETSUI/LoginSample/screenshots/device/login.gif similarity index 100% rename from ETSUI/LoaginSample/screenshots/device/login.gif rename to ETSUI/LoginSample/screenshots/device/login.gif diff --git a/README.md b/README.md index f6b0512f7b5037642852486f951e4588741ed596..b8e5bc570d16f06c29037db8732bdd5a66a69c93 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,18 @@ We provide a series of app samples to help you quickly get familiar with the API - [`TicTacToeGame:`Tic-Tac-Toe (Java)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/CompleteApps/TicTacToeGame) - ETSUI - [`eTSBuildCommonView:`Building a Common View (eTS)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/ETSUI/eTSBuildCommonView) - - [`eTSDefiningPageLayoutAndConnection:`Defining Page Layout and Connection (eTS)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/ETSUI/eTSDefiningPageLayoutAndConnection) -<<<<<<< HEAD + - [`eTSDefiningPageLayoutAndConnection:`Defining Page Layout and Connection (eTS)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/ETSUI/eTSDefiningPageLayoutAndConnection) - [`eTSDrawingAndAnimation:`Drawing and Animation (eTS)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/ETSUI/eTSDrawingAndAnimation) - - [`ColorFilterSample:`Setting picture color (ArkTS)](https://gitee.com/hundred_miles_long_sky/samples/tree/master/ETSUI/ColorFilterSample) -======= - - [`eTSDrawingAndAnimation:`Drawing and Animation (eTS)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/ETSUI/eTSDrawingAndAnimation) - - [`BorderImageSample:`Component Image Dynamic Border (ArkTS)](https://gitee.com/harmonyos/samples/tree/master/ETSUI/BorderImageSample) ->>>>>>> 16f351c182d33f86a9fe3da359b4968be796bc96 + - [`ColorFilterSample:`Setting picture color (ArkTS)](https://gitee.com/hundred_miles_long_sky/samples/tree/master/ETSUI/ColorFilterSample) + - [`BorderImageSample:`Component Image Dynamic Border (ArkTS)](https://gitee.com/harmonyos/samples/tree/master/ETSUI/BorderImageSample) + - [`AboutSample:`Apply About Page (ArkTS) (API9)](ETSUI/AboutSample) + - [`BusinessSample:`Personal information page (ArkTS) (API9)](ETSUI/BusinessSample) + - [`CategoryListSample:`Category list page (ArkTS) (API9)](ETSUI/CategoryListSample) + - [`CategorySample:`Category layout (ArkTS) (API9)](ETSUI/CategorySample) + - [`GridSample:`Grid Layout (ArkTS) (API9)](ETSUI/GridSample) + - [`ListSample:`List content page (ArkTS) (API9)](ETSUI/ListSample) + - [`LoginSample:`Application login page (ArkTS) (API9)](ETSUI/LoginSample) + - [`SplashScreenSample:`Application start transition page (ArkTS) (API9)](ETSUI/SplashScreenSample) - JAVAUI - [`Animation:`Animation (Java)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/JAVAUI/Animation) - [`CommonLayout:`Common Layouts (Java)](https://gitee.com/harmonyos/harmonyos_app_samples/tree/master/JAVAUI/CommonLayout) diff --git a/README_zh.md b/README_zh.md index 836f01907e3f670049ff0c1bfca000ae440efedd..bebac65f2a71fdf08534093658e4a0246b4c2c37 100644 --- a/README_zh.md +++ b/README_zh.md @@ -25,6 +25,14 @@ - [`eTSDrawingAndAnimation:`绘图和动画(ArkTS)(API7)](ETSUI/eTSDrawingAndAnimation) - [`BorderImageSample:`组件图片动态边框 (ArkTS)(API9)](ETSUI/BorderImageSample) - [`ColorFilterSample:`设置图片颜色(ArkTS)(API9)](ETSUI/ColorFilterSample) + - [`AboutSample:`应用关于页面(ArkTS)(API9)](ETSUI/AboutSample) + - [`BusinessSample:`个人信息页面(ArkTS)(API9)](ETSUI/BusinessSample) + - [`CategoryListSample:`分类列表页面(ArkTS)(API9)](ETSUI/CategoryListSample) + - [`CategorySample:`分页布局(ArkTS)(API9)](ETSUI/CategorySample) + - [`GridSample:`宫格布局(ArkTS)(API9)](ETSUI/GridSample) + - [`ListSample:`列表内容页面(ArkTS)(API9)](ETSUI/ListSample) + - [`LoginSample:`应用登录页面(ArkTS)(API9)](ETSUI/LoginSample) + - [`SplashScreenSample:`应用启动过渡页面(ArkTS)(API9)](ETSUI/SplashScreenSample) - JAVAUI - [`Animation:`动画(Java)(API)(API5)](JAVAUI/Animation) - [`CommonLayout:`常用布局(Java)(API5)](JAVAUI/CommonLayout)