!5 翻译已完成

Merge pull request !5 from shawn_he/master
This commit is contained in:
openharmony_ci 2022-02-17 03:53:46 +00:00 committed by Gitee
commit 11e2a83b72
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 55 additions and 27 deletions

View File

@ -1,39 +1,67 @@
# applications_mms
# MMS<a name="EN-US_TOPIC_0000001103421572"></a>
#### 介绍
{**以下是 Gitee 平台说明,您可以替换此简介**
Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
- [Introduction](#section11660541593)
- [Architecture](#section48896451454)
#### 软件架构
软件架构说明
- [Directory Structure](#section161941989596)
- [Usage](#section123459000)
- [Repositories Involved](#section1371113476307)
## Introduction<a name="section11660541593"></a>
The MMS application is pre-installed in OpenHarmony and provides functions such as sending, receiving, forwarding, favoriting, locking, and resending of SMS and MMS messages.
#### 安装教程
### Architecture<a name="section48896451454"></a>
1. xxxx
2. xxxx
3. xxxx
![](./doc/image/mms-architecture.png)
#### 使用说明
## Directory Structure<a name="section161941989596"></a>
1. xxxx
2. xxxx
3. xxxx
```
/applications/standard/mms
├── figures # Architecture diagram
├── entry # Main entry module
│ ├── src
│ ├── main
│ └── js # JS code
│ └── default
│ └── common.icon # Icon
│ └── i18n # Internationalization
│ └── model # Data management layer
│ └── pages # Pages
│ └── advanced_settings # Advanced settings page
│ └── component # Components
│ └── conversation # Conversation page
│ └── conversation_list # Conversation list page
│ └── full_screen_input # Full-screen input page
│ └── full_srceen_show_picture # Full-screen image display page
│ └── group_detail # Group details page
│ └── info_msg # Notification message list page
│ └── index # Homepage
│ └── manage_sim # SIM card management page
│ └── my_star # Favorites page
│ └── query_report # Query report page
│ └── settings # Settings page
│ └── sms_center # SMSC page
│ └── text_select # Text selection page
│ └── transmit_select # Message forwarding page
│ └── transmit_search # Forwarded message search page
│ └── service # Service logic
│ └── utils # Utilities
│ └── resources # Resources
│ └── config.json # Global configuration file
├── gradle # gradle
│ ├──wrapper
├── KeyStore # License file
```
#### 参与贡献
## Usage<a name="section123459000"></a>
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
For details, see [MMS Usage Instructions](./doc/Instructions.md).
## Repositories Involved<a name="section1371113476307"></a>
#### 特技
System applications
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
**applications\_standard_mms**

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 37 KiB