From 71b42ce2b1fad03183e48618e4d95942c425f968 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Fri, 18 Oct 2024 11:08:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 10 +++++----- entry/src/main/module.json5 | 1 + hvigor/hvigor-config.json5 | 4 ++-- subject-two.iml | 6 ++++++ 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 99cb3b7d..698e1abe 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -4,13 +4,13 @@ { "name": "default", "material": { - "certpath": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.cer", - "storePassword": "0000001BAD00152A1312FDFF36506E6213A7CA54645862036F27B3CEE18B0F94261FD956C0AFB6FCC8DC9C", + "certpath": "/Users/wangzhongjie/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.cer", + "storePassword": "0000001B5F977A65189A32C58608A7B9F69286D72F0E2C5AE59FF7CB50F5903C02D27C4D538208C263527A", "keyAlias": "debugKey", - "keyPassword": "0000001B57A42F3DE66C0CBBDBF2C70CE68748BD6148A5658BDCF87F2C3D9666E07A43A748780268553C40", - "profile": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.p7b", + "keyPassword": "0000001B196F3C120AE8833CE51FC45D10CA930827C9EBDD9ACE2375D816856EAE241B462B89CA07BB49DC", + "profile": "/Users/wangzhongjie/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.p7b", "signAlg": "SHA256withECDSA", - "storeFile": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.p12" + "storeFile": "/Users/wangzhongjie/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.p12" } } ], diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 72245448..9a3ed250 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -39,6 +39,7 @@ "requestPermissions":[ {"name": "ohos.permission.CONNECTIVITY_INTERNAL"}, {"name": "ohos.permission.SET_TIME"}, + {"name": "ohos.permission.ACCESS_SERVICE_DM"}, { "name": "ohos.permission.INTERNET" }, diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 122677b1..64655e69 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,6 +1,6 @@ { - "hvigorVersion": "3.0.9", + "hvigorVersion": "3.2.4", "dependencies": { - "@ohos/hvigor-ohos-plugin": "3.0.9" + "@ohos/hvigor-ohos-plugin": "3.2.4" } } \ No newline at end of file diff --git a/subject-two.iml b/subject-two.iml index 2192ceb6..dba402d9 100644 --- a/subject-two.iml +++ b/subject-two.iml @@ -4,6 +4,12 @@ + + + + + +