# applications_settings
**Repository Path**: th_208suo/applications_settings
## Basic Information
- **Project Name**: applications_settings
- **Description**: 暂无描述
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://gitee.com/openharmony/applications_settings
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 358
- **Created**: 2025-02-18
- **Last Updated**: 2025-07-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Settings
-   [简介](#section11660541593)
    -   [架构图](#section48896451454)
-   [目录](#section161941989596)
-   [相关仓](#section1371113476307)
## 简介
设置应用是 OpenHarmony 系统中预置的系统应用,为用户提供设置系统属性的交互界面,例如设置系统时间,屏幕亮度等系统属性。
### 架构图

## 目录
```
/applications/standard/settings
├── entry             # 主entry模块目录
│   └── src
│       ├── main
│           ├── ets               # ets模块目录
│               ├── default
│                   ├── common    # 公共工具存放目录
│                   ├── model     # 数据管理和决策逻辑存放目录
│                   ├── pages     # 组件页面存放目录
│                   ├── res       # 部分图片资源
│                   ├── resources # 其它共用资源
│                   ├── app.ets   # 全局ets逻辑和应用生命周期管理文件
│           ├── resources         # 资源配置文件存放目录
│               ├── base          # 默认语言场景,图片资源,字体大小,颜色资源内容存放目录
│               ├── en_AS.element # 英文语言场景资源内容存放目录
│               ├── rawfile       # 本地配置文件存放目录
│               ├── zh_CN.element # 中文语言场景资源内容存放目录
│           └── config.json       # 全局配置文件
├── signature              # 证书文件目录
├── LICENSE                # 许可文件
```
## 相关仓
系统应用
**applications\_settings**