mirror of
https://gitee.com/openharmony/applications_photos
synced 2025-02-21 07:31:17 +00: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
Languages
TypeScript
99.3%
Batchfile
0.2%
CSS
0.2%
Shell
0.2%
JavaScript
0.1%