# applications_settings **Repository Path**: blancwu/applications_settings ## Basic Information - **Project Name**: applications_settings - **Description**: Settings system app | 系统设置应用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 361 - **Created**: 2021-06-03 - **Last Updated**: 2021-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Settings - [简介](#section11660541593) - [架构图](#section48896451454) - [目录](#section161941989596) - [相关仓](#section1371113476307) ## 简介 设置应用是OpenHarmony系统中预置的系统应用,为用户提供设置系统属性的交互界面,例如设置系统时间,屏幕亮度等系统属性。 ### 架构图 ![](figures/zh-cn_image_0000001153225717.png) ## 目录 ``` /applications/standard/settings ├── figures # 架构图目录 ├── entry # 主entry模块目录 │ ├── src │ ├── main │ └── js # js代码目录 │ └── resources # 资源存放目录 │ └── config.json # 全局配置文件 ├── signature # 证书文件目录 ├── LICENSE # 许可文件 ``` ## 相关仓 系统应用 **applications\_settings**