Эх сурвалжийг харах

移除了2in1与table的适配

wangcy 4 сар өмнө
parent
commit
49561e36a1

+ 1 - 3
commons/basic/src/main/module.json5

@@ -4,9 +4,7 @@
     "type": "shared",
     "description": "$string:shared_desc",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "pages": "$profile:main_pages"

+ 1 - 3
commons/basic/src/ohosTest/module.json5

@@ -3,9 +3,7 @@
     "name": "basic_test",
     "type": "feature",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "installationFree": false

+ 1 - 3
features/sketch/src/main/module.json5

@@ -5,9 +5,7 @@
     "description": "$string:shared_desc",
     "routerMap": "$profile:router_map",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "pages": "$profile:main_pages"

+ 1 - 3
features/sketch/src/ohosTest/module.json5

@@ -3,9 +3,7 @@
     "name": "sketch_test",
     "type": "feature",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "installationFree": false

+ 1 - 3
features/user/src/main/module.json5

@@ -5,9 +5,7 @@
     "description": "$string:shared_desc",
     "routerMap": "$profile:router_map",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "pages": "$profile:main_pages"

+ 1 - 3
features/user/src/ohosTest/module.json5

@@ -3,9 +3,7 @@
     "name": "user_test",
     "type": "feature",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "installationFree": false

+ 1 - 3
products/entry/src/main/module.json5

@@ -5,9 +5,7 @@
     "description": "$string:module_desc",
     "mainElement": "EntryAbility",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "installationFree": false,

+ 1 - 3
products/entry/src/ohosTest/module.json5

@@ -3,9 +3,7 @@
     "name": "entry_test",
     "type": "feature",
     "deviceTypes": [
-      "phone",
-      "tablet",
-      "2in1"
+      "phone"
     ],
     "deliveryWithInstall": true,
     "installationFree": false