openharmony_ci 4396439790
!47 0330更新图库的readme文档信息
Merge pull request !47 from xiexinghuan123/master
2022-03-30 14:20:41 +00:00
2021-07-21 22:29:50 +08:00
2021-07-20 23:52:10 +08:00
2021-09-26 21:27:28 +08:00
2021-07-21 21:56:43 +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

Description
No description provided
Readme Apache-2.0 84 MiB
Languages
TypeScript 99.3%
Batchfile 0.2%
CSS 0.2%
Shell 0.2%
JavaScript 0.1%