openharmony / applications_photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:TypeScript 92.3%Language:JavaScript 7.7%