update readme

Signed-off-by: lijinfengde123 <1037761763@qq.com>
This commit is contained in:
lijinfengde123 2022-03-12 11:34:04 +08:00
parent 81d0cdcff6
commit 546f06f0f2
2 changed files with 26 additions and 1 deletions

View File

@ -8,6 +8,11 @@ The ScreenShot application is a preset system application in OpenHarmony, which
![](figures/en_diagram.png)
#### feature
Screen capture management layer, providing screen capture window display control and picture save control.
#### common
A general tool class that provides log printing and external interface management functions.
## content
```
@ -24,6 +29,13 @@ The ScreenShot application is a preset system application in OpenHarmony, which
├── product # ScreenShot general function catalog
```
### Function description
#### features
sub-component directory, provides screen capture window display control, and image save control.
#### product
ScreenShot general function catalog, screenshot service entrance.
## sign
1. For each module under product/phone, configure signingConfigs in build.gradle

View File

@ -2,12 +2,18 @@
## 简介
ScreenShot应用是OpenHarmony中预置的系统应用为用户提供截取当前屏幕并保存当前图片的功能。
### 内容介绍
ScreenShot应用是OpenHarmony中预置的系统应用为用户提供截取当前屏幕并保存图片的功能。
### 架构图
![](figures/cn_diagram.png)
#### feature
截屏管理层,提供截屏窗口显示控制,图片保存控制。
#### common
通用工具类,提供日志打印,外部接口管理功能。
## 目录
```
@ -24,6 +30,13 @@ ScreenShot应用是OpenHarmony中预置的系统应用为用户提供截取
├── product # ScreenShot总体功能目录
```
###功能描述
#### features
子组件目录,提供截屏窗口显示控制,图片保存控制。
#### product
ScreenShot总体功能目录截屏服务入口。
## 签名
1.针对product/phone下的每一个模块配置build.gradle中的signingConfigs