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

!1243 Update test code

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