From c54b1199fc76589e7778a230adf9c001685e1385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=AC=C2=BF=C2=A1=C3=B6=C3=8E?= Date: Mon, 17 Mar 2025 10:24:48 +0800 Subject: [PATCH 1/2] amend configuration file Signed-off-by: lujunxin --- OAT.xml | 8 ++++++++ common/BuildProfile.ets | 15 +++++++++++++++ feature/alarmclock/BuildProfile.ets | 15 +++++++++++++++ feature/stopwatch/BuildProfile.ets | 15 +++++++++++++++ feature/timer/BuildProfile.ets | 15 +++++++++++++++ feature/worldclock/BuildProfile.ets | 15 +++++++++++++++ 6 files changed, 83 insertions(+) diff --git a/OAT.xml b/OAT.xml index 348837c..31cf996 100644 --- a/OAT.xml +++ b/OAT.xml @@ -9,6 +9,10 @@ desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="hvigorfile.js" type="filename"/> + + Date: Mon, 17 Mar 2025 15:33:05 +0800 Subject: [PATCH 2/2] amend README Signed-off-by: lujunxin --- README_en.md | 6 +++--- README_zh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README_en.md b/README_en.md index 20aa4de..8b738df 100644 --- a/README_en.md +++ b/README_en.md @@ -5,13 +5,13 @@ The clock application can implement hte stopwatch timing function and countdown The clock application is developed using the extended TS language (ArkTS), and its main structure is as follows: ![](./figures/clock.png) - **Product** - Business form layer:Business form layer: Distinguish different products, different screens of various forms of application, including personalized services, component configuration, and personalized resource packages. + Business form layer:Business form layer: Distinguish different products, different screens of various forms of application, including personalized services, component configuration, and personalized resource packages.(To distinguish between tablet and default device forms, different products have different page layouts, mobile phone configurations, and accessible voice resources.) - **Feature** - Common Feature layer:An abstract collection of common feature components that can be referenced by various application forms, contains UI encapsulation components and logic controllers corresponding to the features. + Common Feature layer:An abstract collection of common feature components that can be referenced by various application forms, contains UI encapsulation components and logic controllers corresponding to the features.(Such as page files, TimerPick components for timers, etc.) - **Common** - Common Capability Layer:Basic capability set, a module that every application form must rely on, including universal UI encapsulation components, utility classes, and universal resource packages. + Common Capability Layer:Basic capability set, a module that every application form must rely on, including universal UI encapsulation components, utility classes, and universal resource packages.(Such as adding an alarm button and adding a world clock button, alarm clock dial, and world clock dial.) ## Directory ### Directory structure diff --git a/README_zh.md b/README_zh.md index 14d0015..429d6fc 100644 --- a/README_zh.md +++ b/README_zh.md @@ -5,13 +5,13 @@ 时钟应用采用扩展的TS语言(ArkTS)开发,主要的结构如下: ![](./figures/clock.png) - **product** - 业务形态层:区分不同产品、不同屏幕的各形态应用,含有个性化业务,组件的配置,以及个性化资源包。 + 业务形态层:区分不同产品、不同屏幕的各形态应用,含有个性化业务,组件的配置,以及个性化资源包。(如区分tablet和default等设备形态,不同产品有不同的页面布局、手机配置无障碍语音资源等。) - **feature** - 公共特性层:抽象的公共特性组件集合,可以被各应用形态引用,包含特性对应的UI封装组件和逻辑控制器。 + 公共特性层:抽象的公共特性组件集合,可以被各应用形态引用,包含特性对应的UI封装组件和逻辑控制器。(如page页面文件、计时器的TimerPicker组件等。) - **common** - 公共能力层:基础能力集,每个应用形态都必须依赖的模块,包含通用的UI封装组件,工具类和通用的资源包。 + 公共能力层:基础能力集,每个应用形态都必须依赖的模块,包含通用的UI封装组件,工具类和通用的资源包。(如添加闹钟按钮和添加世界时钟按钮、闹钟表盘和世界时钟表盘等。) ## 目录 ### 目录结构 -- Gitee