Go to file
openharmony_ci 1cc4efc7e6 !16 按照编码规范优化代码,清理冗余代码和资源
Merge pull request !16 from sunjunxiong/master
2021-08-12 14:28:21 +00:00
demos 更新预置图片 2021-07-28 10:23:13 +08:00
entry 按照编码规范优化代码,清理冗余代码和资源 2021-08-12 22:14:20 +08:00
figures 更新开源图库Readme 2021-07-21 21:56:43 +08:00
signature 提交开源图库初始化代码 2021-07-20 23:52:10 +08:00
.gitignore 补全编译脚本 2021-07-21 22:29:50 +08:00
build.gradle 补全编译脚本 2021-07-21 22:29:50 +08:00
gradle.properties 提交开源图库初始化代码 2021-07-20 23:52:10 +08:00
gradlew 提交开源图库初始化代码 2021-07-20 23:52:10 +08:00
gradlew.bat 提交开源图库初始化代码 2021-07-20 23:52:10 +08:00
LICENSE 提交开源图库初始化代码 2021-07-20 23:52:10 +08:00
OAT.xml 按照编码规范优化代码,清理冗余代码和资源 2021-08-12 22:14:20 +08:00
README_zh.md 更新开源图库Readme 2021-07-21 21:56:43 +08:00
README.md 更新开源图库Readme 2021-07-21 21:56:43 +08:00
settings.gradle 提交开源图库初始化代码 2021-07-20 23:52:10 +08:00

Photos

Introduction

The Photos app is a pre-installed system app in the OpenHarmony system. It provides users with basic image browsing and album management functions, including viewing, moving, copying, deleting, and renaming images and videos.

Architecture

Directory Structure

/applications/standard/photos/
├── figures                               # Architecture figures
├── entry                 
│   └── src
│       └── main
│           ├── config.json               # Global configuration file
│           ├── resources                 # Resource configuration files
│           └── js                        # JavaScript code
│               └── common                # Public resources
│               └── i18n                  # Internationalization
│               └── pages                 # Page code
├── signature                             # Certificate files
├── LICENSE                               # License files

Repositories Involved

System apps

applications_standard_photos