| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| entry/ | 12-May-2024 | - | 253 | 196 | ||
| screenshots/device/ | 12-May-2024 | - | ||||
| .gitignore | D | 12-May-2024 | 121 | 8 | 8 | |
| README.md | D | 12-May-2024 | 258 | 14 | 7 | |
| README_zh.md | D | 12-May-2024 | 533 | 27 | 13 | |
| build-profile.json5 | D | 12-May-2024 | 1 KiB | 43 | 41 | |
| hvigorfile.js | D | 12-May-2024 | 174 | 2 | 1 | |
| package.json | D | 12-May-2024 | 376 | 19 | 18 |
README.md
1# Setting the Screen Brightness 2 3### Introduction 4 5In this sample, you can swipe the slider to adjust the screen brightness. 6 7### Usage 8 9Swipe the slider to set the screen brightness. 10 11### Constraints 12 13This sample can only be run on standard-system devices. 14
README_zh.md
1# 设置屏幕亮度 2 3### 简介 4 5本示例通过滑动条来调整屏幕亮度。实现效果如下: 6 7 8 9### 相关概念 10 11滑动条组件:用来快速调节设置值,如音量、亮度等。 12 13### 相关权限 14 15不涉及。 16 17### 使用说明 18 19滑动页面上的滑动条来设置不同的屏幕亮度。 20 21### 约束与限制 22 231.本示例仅支持在标准系统上运行。 24 252.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。 26 27