sunjunxiong a83755ddd9 优化相册重命名体验
Signed-off-by: sunjunxiong <sunjunxiong@huawei.com>
2021-12-03 18:10:15 +08:00
2021-12-03 18:10:15 +08:00
2021-07-21 21:56:43 +08:00
2021-07-21 22:29:50 +08:00
2021-07-21 22:29:50 +08:00
2021-07-20 23:52:10 +08:00
2021-07-20 23:52:10 +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
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%