未验证 提交 4bcd18af 编写于 作者: O openharmony_ci 提交者: Gitee

!8645 3.1release修改module.json为module.json5

Merge pull request !8645 from 张悦诶/OpenHarmony-3.1-Release
......@@ -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示例:
### module对象内部结构
module.json示例:
module.json5示例:
```json
{
......@@ -543,7 +543,7 @@ form示例 :
}
```
在module.json的extension组件下面定义metadata信息
在module.json5的extension组件下面定义metadata信息
```json
{
......@@ -665,7 +665,7 @@ metadata中指定commonEvent信息,其中 :
}
```
在module.json的extension组件下面定义metadata信息,如下 :
在module.json5的extension组件下面定义metadata信息,如下 :
```json
"extensionAbilities": [
......@@ -757,7 +757,7 @@ distroFilter示例 :
]
```
在module.json的extensionAbilities组件下面定义metadata信息,如下 :
在module.json5的extensionAbilities组件下面定义metadata信息,如下 :
```json
"extensionAbilities": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册