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

!5555 将hap包改成单例模式

Merge pull request !5555 from 周柯/master
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"formsEnabled": false, "formsEnabled": false,
"label": "$string:entry_MainAbility", "label": "$string:entry_MainAbility",
"type": "page", "type": "page",
"launchType": "standard" "launchType": "singleton"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"launchType": "standard" "launchType": "singleton"
} }
], ],
"js": [ "js": [
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"formsEnabled": false, "formsEnabled": false,
"label": "$string:entry_MainAbility", "label": "$string:entry_MainAbility",
"type": "page", "type": "page",
"launchType": "standard" "launchType": "singleton"
} }
], ],
"js": [ "js": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册