diff --git a/README.en.md b/README.en.md index fe9c508..e499123 100644 --- a/README.en.md +++ b/README.en.md @@ -1,39 +1,32 @@ -# Settings +# Theme -- [Introduction](#section11660541593) - - [Architecture](#section48896451454) +## Introduction -- [Directory Structure](#section161941989596) -- [Repositories Involved](#section1371113476307) +**Overall introduction** -## Introduction -The Wallpaper is a system application prebuilt in OpenHarmony. It provides a basic ability for users to set system wallpaper, and support change wallpaer by other applications. +The Theme is a system application prebuilt in OpenHarmony. It provides a basic ability for users to set system themes and desktop wallpaper, and it support change system themes and desktop wallpaer by other applications. -### Architecture - -![](figures/en-us_image_0000001153225717.png) - -## Directory Structure +## Directory Structure ``` -/applications/standard/settings -├── entry # main entry module +/applications/standard/theme +├── entry # main entry module │ └── src -│ ├── main -│ ├── ets # ets module -│ └────── ├── pages # pages folder -│ ├── resources # other common resources -│ ├── resources # default resources -│ | └── base # basic language picutre and etc resources -| | ├── element -| | ├── media -| | └── profile -│ └── module.json5 # global config +│ └── main +│ ├── ets # ets module folder +│ ├────── ├── pages # pages folder +│ | ├── resources # other common resources +│ ├── resources # resources folder +│ | └── base # default resources +| | ├── element # default language resources +| | ├── media # default piture resources +| | └── profile # default configs +│ └── module.json5 # global configs └── LICENSE # copyright license file ``` -## Repositories Involved +## Repositories Involved System apps -**applications\_settings** +**applications\_theme** diff --git a/README.md b/README.md index 060b0a5..f0dc33c 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,32 @@ -# Settings +# Theme -- [简介](#section11660541593) - - [架构图](#section48896451454) +## 简介 -- [目录](#section161941989596) -- [相关仓](#section1371113476307) +**内容介绍:** -## 简介 +主题应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统主题、桌面壁纸的基础能力,并支持通过其他第三方应用设置用户自定义的主题与壁纸。 -壁纸应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统壁纸的基础能力,支持通过其他第三方应用设置用户自定义壁纸。 - -### 架构图 - -![](figures/zh-cn_image_0000001153225717.png) - -## 目录 +## 目录 ``` -/applications/standard/settings -├── entry # 主entry模块目录 +/applications/standard/theme +├── entry # 主entry模块目录 │ └── src -│ ├── main +│ └── main │ ├── ets # ets模块目录 -│ └────── ├── pages # 组件页面存放目录 -│ ├── resources # 其它共用资源 +│ ├────── ├── pages # 组件页面存放目录 +│ | ├── resources # 其它共用资源 │ ├── resources # 资源配置文件存放目录 -│ | └── base # 默认语言场景,图片资源,字体大小,颜色资源内 -| | ├── element -| | ├── media -| | └── profile +│ | └── base # 默认资源 +| | ├── element # 默认文字内容 +| | ├── media # 默认图片资源 +| | └── profile # 默认配置 │ └── module.json5 # 全局配置文件 -└── LICENSE # 许可文件 +└── LICENSE # 许可文件 ``` -## 相关仓 +## 相关仓 系统应用 -**applications\_themes** +**applications\_theme** diff --git a/figures/en-us_image_0000001153225717.png b/figures/en-us_image_0000001153225717.png deleted file mode 100644 index 845afa6..0000000 Binary files a/figures/en-us_image_0000001153225717.png and /dev/null differ diff --git a/figures/zh-cn_image_0000001153225717.png b/figures/zh-cn_image_0000001153225717.png deleted file mode 100644 index 845afa6..0000000 Binary files a/figures/zh-cn_image_0000001153225717.png and /dev/null differ