提交 9090376f 编写于 作者: O openharmony_ci 提交者: Gitee

!1243 Update test code

Merge pull request !1243 from blackleon/update_master_1130
...@@ -40,10 +40,12 @@ ...@@ -40,10 +40,12 @@
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
"type": "page", "type": "data",
"isVisible": "true", "isVisible": "true",
"launchType": "standard", "launchType": "standard",
"language": "C++" "language": "C++",
"orientation": "followrecent",
"uri":"dataability://"
} }
], ],
"js": [ "js": [
......
...@@ -42,8 +42,9 @@ ...@@ -42,8 +42,9 @@
"label": "$string:app_name", "label": "$string:app_name",
"type": "page", "type": "page",
"isVisible": "true", "isVisible": "true",
"language": "C++",
"launchType": "standard", "launchType": "standard",
"language": "C++" "orientation": "portrait"
} }
], ],
"js": [ "js": [
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
"type": "page", "type": "page",
"isVisible": "true", "isVisible": "true",
"launchType": "standard", "launchType": "standard",
"orientation": "unspecified",
"language": "C++", "language": "C++",
"metaData": { "metaData": {
"customizeData": [ "customizeData": [
......
...@@ -36,11 +36,12 @@ ...@@ -36,11 +36,12 @@
"icon": "$media:icon", "icon": "$media:icon",
"name": ".MainAbility", "name": ".MainAbility",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"language": "C++",
"isVisible": "true",
"label": "$string:app_name", "label": "$string:app_name",
"type": "page", "type": "service",
"launchType": "standard" "isVisible": "true",
"launchType": "singleton",
"language": "C++",
"orientation": "landscape"
} }
], ],
"deviceType": [ "deviceType": [
......
...@@ -40,10 +40,11 @@ ...@@ -40,10 +40,11 @@
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
"type": "page", "type": "service",
"isVisible": "true", "isVisible": "true",
"launchType": "standard", "launchType": "singleton",
"language": "C++" "language": "C++",
"orientation": "landscape"
} }
], ],
"js": [ "js": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册