未验证 提交 8c50c674 编写于 作者: O openharmony_ci 提交者: Gitee

!8648 3.2Beta2修改module.json为module.json5

Merge pull request !8648 from 张悦诶/cherry-pick-1661412926
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# 应用包结构配置文件的说明 # 应用包结构配置文件的说明
在开发FA模型下的应用程序时,需要在config.json文件中对应用的包结构进行申明;同样的,在开发stage模型下的应用程序时,需要在module.json和app.json配置文件中对应用的包结构进行声明。 在开发FA模型下的应用程序时,需要在config.json文件中对应用的包结构进行申明;同样的,在开发stage模型下的应用程序时,需要在module.json5和app.json配置文件中对应用的包结构进行声明。
## 配置文件内部结构 ## 配置文件内部结构
...@@ -66,7 +66,7 @@ app.json示例: ...@@ -66,7 +66,7 @@ app.json示例:
### module对象内部结构 ### module对象内部结构
module.json示例: module.json5示例:
```json ```json
{ {
...@@ -581,7 +581,7 @@ form示例 : ...@@ -581,7 +581,7 @@ form示例 :
} }
``` ```
在module.json的extension组件下面定义metadata信息 在module.json5的extension组件下面定义metadata信息
```json ```json
{ {
...@@ -689,7 +689,7 @@ metadata中指定commonEvent信息,其中 : ...@@ -689,7 +689,7 @@ metadata中指定commonEvent信息,其中 :
} }
``` ```
在module.json的extension组件下面定义metadata信息,如下 : 在module.json5的extension组件下面定义metadata信息,如下 :
```json ```json
"extensionAbilities": [ "extensionAbilities": [
...@@ -779,7 +779,7 @@ distroFilter示例 : ...@@ -779,7 +779,7 @@ distroFilter示例 :
] ]
``` ```
在module.json的extensionAbilities组件下面定义metadata信息,如下 : 在module.json5的extensionAbilities组件下面定义metadata信息,如下 :
```json ```json
"extensionAbilities": [ "extensionAbilities": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册