更新ohpm

Signed-off-by: nobbo <gaoshang22@huawei.com>
This commit is contained in:
nobbo
2023-05-30 11:11:22 +08:00
parent cd2f185a82
commit b756e4a168
3 changed files with 14 additions and 11 deletions
+13 -4
View File
@@ -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": [
@@ -99,6 +99,7 @@ body {
display: none;
justify-content: space-around;
padding-bottom: 6px;
margin-bottom: 50px;
}
.button-box div {
-7
View File
@@ -18,16 +18,9 @@
"apiType": 'stageMode',
"buildOption": {
},
"entryModules": [
"phone",
"tablet"
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}