From f204704ac7d9a191c3f57a58861ebcd53024a916 Mon Sep 17 00:00:00 2001 From: nobbo Date: Tue, 30 May 2023 11:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ohpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- build-profile.json5 | 17 +++++++++++++---- .../src/main/resources/rawfile/editor_style.css | 1 + features/build-profile.json5 | 7 ------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index e0e91d4..3781c1b 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -16,15 +16,24 @@ { "app": { - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, + "signingConfigs": [ + ], "products": [ { "name": "default", - "signingConfig": "default" + "signingConfig": "default", + "compileSdkVersion": 10, + "compatibleSdkVersion": 10, + "runtimeOS": "OpenHarmony", } ], - "signingConfigs": [ + "buildModeSet": [ + { + "name": "debug", + }, + { + "name": "release" + } ] }, "modules": [ diff --git a/common/resources/src/main/resources/rawfile/editor_style.css b/common/resources/src/main/resources/rawfile/editor_style.css index d1b0ec6..4211173 100644 --- a/common/resources/src/main/resources/rawfile/editor_style.css +++ b/common/resources/src/main/resources/rawfile/editor_style.css @@ -99,6 +99,7 @@ body { display: none; justify-content: space-around; padding-bottom: 6px; + margin-bottom: 50px; } .button-box div { diff --git a/features/build-profile.json5 b/features/build-profile.json5 index d862153..bb92acf 100644 --- a/features/build-profile.json5 +++ b/features/build-profile.json5 @@ -18,16 +18,9 @@ "apiType": 'stageMode', "buildOption": { }, - "entryModules": [ - "phone", - "tablet" - ], "targets": [ { "name": "default" }, - { - "name": "ohosTest", - } ] } \ No newline at end of file -- Gitee