openharmony_ci a436a43f1c !7 update wallpaper index layout
Merge pull request !7 from yangpeng85/master
2022-07-20 07:17:44 +00:00
2022-07-14 19:44:59 +08:00
2022-07-20 14:11:36 +08:00
2022-07-14 19:44:59 +08:00
2022-04-11 11:36:22 +08:00
2022-04-11 11:36:22 +08:00
2022-03-09 12:34:04 +08:00
2022-04-11 15:07:01 +08:00
2022-07-14 19:44:59 +08:00
2022-03-11 15:07:24 +08:00
2022-03-11 15:07:24 +08:00

Theme

Introduction

Overall introduction

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.

Directory Structure

/applications/standard/theme
├── entry                         # main entry module
│   └── src
│       └── 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

System apps

applications_theme

S
Description
Theme system app | 系统主题应用
Readme 527 KiB
Languages
TypeScript 95.6%
JavaScript 4.4%