mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
8674e5f973
Merge pull request !30 from sunjunxiong/master |
||
---|---|---|
entry | ||
figures | ||
signature | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
OAT.xml | ||
README_zh.md | ||
README.md | ||
settings.gradle |
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