diff --git a/build-profile.json5 b/build-profile.json5 index e0e91d41f78cc6c7c175cc72721553a9a52d803e..3781c1bc2598842558f390a7cd374fa2564e2a0e 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 d1b0ec660b7e8ca942bea9702b559e03684403cd..42111731e764fea23d3723ab19a10da0bd5ca3ec 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 d862153d9f0820c491075352ade6333daaad2553..bb92acf0ff46f9f73b62482675615ac92f166381 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