Go to file
openharmony_ci 8674e5f973 !30 优化新建相册体验
Merge pull request !30 from sunjunxiong/master
2021-12-03 09:29:27 +00:00
entry 优化新建相册体验 2021-12-03 11:36:15 +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-09-26 21:27:28 +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