From 7ea332b7ba3e353f4fdc5178ef659e29f13397a5 Mon Sep 17 00:00:00 2001 From: birdswu Date: Tue, 3 Jun 2025 15:18:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B9=B3=E6=9D=BF=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=AE=9E=E8=B7=B5=20=E6=A0=87=E7=AD=BE=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/base/src/main/ets/utils/table.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 commons/base/src/main/ets/utils/table.json5 diff --git a/commons/base/src/main/ets/utils/table.json5 b/commons/base/src/main/ets/utils/table.json5 new file mode 100644 index 0000000..a0df4c8 --- /dev/null +++ b/commons/base/src/main/ets/utils/table.json5 @@ -0,0 +1,15 @@ +/* +* 最佳实践: 平板开发实践 +*/ +{ + "module": { + "name": "base", + "type": "har", + // [Start tablet_Types] + "deviceTypes": [ + "phone", + "tablet" // (不能有) + ], + // [End tablet_Types] + } +} \ No newline at end of file -- Gitee From 78cfd871d9af565ee254afb2e4d2c380daa83dfc Mon Sep 17 00:00:00 2001 From: birdswu Date: Tue, 3 Jun 2025 15:19:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B9=B3=E6=9D=BF=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=AE=9E=E8=B7=B5=20=E6=A0=87=E7=AD=BE=E6=B7=BB=E5=8A=A02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/base/src/main/ets/utils/table.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/base/src/main/ets/utils/table.json5 b/commons/base/src/main/ets/utils/table.json5 index a0df4c8..5414dc1 100644 --- a/commons/base/src/main/ets/utils/table.json5 +++ b/commons/base/src/main/ets/utils/table.json5 @@ -8,7 +8,7 @@ // [Start tablet_Types] "deviceTypes": [ "phone", - "tablet" // (不能有) + "tablet" // (There can't be any) ], // [End tablet_Types] } -- Gitee