!3 update readme

Merge pull request !3 from yangpeng85/master
This commit is contained in:
openharmony_sig_ci
2022-03-11 07:11:45 +00:00
committed by Gitee
4 changed files with 36 additions and 51 deletions
+19 -26
View File
@@ -1,39 +1,32 @@
# Settings<a name="EN-US_TOPIC_0000001103554544"></a>
# Theme
- [Introduction](#section11660541593)
- [Architecture](#section48896451454)
## Introduction
- [Directory Structure](#section161941989596)
- [Repositories Involved](#section1371113476307)
**Overall introduction**
## Introduction<a name="section11660541593"></a>
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<a name="section48896451454"></a>
![](figures/en-us_image_0000001153225717.png)
## Directory Structure<a name="section161941989596"></a>
## 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<a name="section1371113476307"></a>
## Repositories Involved
System apps
**applications\_settings**
**applications\_theme**
+17 -25
View File
@@ -1,40 +1,32 @@
# Settings<a name="ZH-CN_TOPIC_0000001103421572"></a>
# Theme
- [简介](#section11660541593)
- [架构图](#section48896451454)
## 简介
- [目录](#section161941989596)
- [相关仓](#section1371113476307)
**内容介绍:**
## 简介<a name="section11660541593"></a>
主题应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统主题、桌面壁纸的基础能力,并支持通过其他第三方应用设置用户自定义的主题与壁纸。
壁纸应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统壁纸的基础能力,支持通过其他第三方应用设置用户自定义壁纸。
### 架构图<a name="section48896451454"></a>
![](figures/zh-cn_image_0000001153225717.png)
## 目录<a name="section161941989596"></a>
## 目录
```
/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 # 许可文件
```
## 相关仓<a name="section1371113476307"></a>
## 相关仓
系统应用
**applications\_themes**
**applications\_theme**
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB