Go to file
侯志雄 ca2d0f7269 [自提单][settings]送检前加固保障-告警清零
Signed-off-by: 杨云鹏 <yangyunpeng7@huawei.com>
2024-08-27 16:34:28 +08:00
AppScope 解决应用列表设置名称和桌面的设置字体不一致 2023-03-29 09:39:06 +08:00
common fixed ddabc83 from https://gitee.com/zhangxcode/applications_settings/pulls/686 2024-05-23 02:10:53 +00:00
figures remove Sync postfix for adapting settingsdata api 2022-02-07 15:42:19 +08:00
hvigor update hvigor/hvigor-config.json5. 2023-11-03 01:17:52 +00:00
napi [自提单][settings]送检前加固保障-告警清零 2024-08-27 16:34:28 +08:00
product fix review problem 2024-08-07 11:36:59 +08:00
signature 更新p7b 2023-10-17 16:34:51 +08:00
.gitignore ohpm 整改 2023-09-21 20:57:57 +08:00
build-profile.json5 add system vpn 2024-07-09 14:25:18 +08:00
bundle.json "codex 整改" 2024-07-25 10:31:07 +08:00
hvigorfile.js 蓝牙、NFC优化,fullSDK适配 2022-08-16 15:07:44 +08:00
hvigorw 适配ohpm 2023-09-27 11:20:29 +08:00
hvigorw.bat 适配ohpm 2023-09-27 11:20:29 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
OAT.xml update OAT.xml. 2024-06-04 07:42:58 +00:00
oh-package.json5 适配ohpm 2023-09-27 11:20:29 +08:00
README_zh.md 1.README,以及对应的图片 2021-11-10 15:33:36 +08:00
README.md remove Sync postfix for adapting settingsdata api 2022-02-07 15:42:19 +08:00

Settings

Introduction

The Settings is a system application prebuilt in OpenHarmony. It provides a human-machine interactions entry for users to set system configs like settings system time, lightness of screen and etc.

Architecture

Directory Structure

/applications/standard/settings
├── entry             # main entry module
│   └── src
│       ├── main
│           ├── ets               # ets module
│               ├── default
│                   ├── common    # common code and utils
│                   ├── model     # data management and logic control
│                   ├── pages     # code of view components
│                   ├── res       # some image resources
│                   ├── resources # other resources
│                   ├── app.ets   # main process
│           ├── resources         # resources configs
│               ├── base          # default language, image resources, font size and colors
│               ├── en_AS.element # English resources
│               ├── rawfile       # local configs
│               ├── zh_CN.element # Chinese resources
│           └── config.json       # global configs
├── signature              # Certificate files
├── LICENSE                # Copyright license file

Repositories Involved

System apps

applications_settings