提交 c3531018 编写于 作者: 张悦诶

3.1release修改module.json为module.json5

Signed-off-by: N张悦诶 <zhangyue230@h-partners.com>
上级 c26af8a0
...@@ -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
{ {
...@@ -543,7 +543,7 @@ form示例 : ...@@ -543,7 +543,7 @@ form示例 :
} }
``` ```
在module.json的extension组件下面定义metadata信息 在module.json5的extension组件下面定义metadata信息
```json ```json
{ {
...@@ -665,7 +665,7 @@ metadata中指定commonEvent信息,其中 : ...@@ -665,7 +665,7 @@ metadata中指定commonEvent信息,其中 :
} }
``` ```
在module.json的extension组件下面定义metadata信息,如下 : 在module.json5的extension组件下面定义metadata信息,如下 :
```json ```json
"extensionAbilities": [ "extensionAbilities": [
...@@ -757,7 +757,7 @@ distroFilter示例 : ...@@ -757,7 +757,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.
先完成此消息的编辑!
想要评论请 注册