From fbdc421e570868f6478db1fede05f84a7eaec3de Mon Sep 17 00:00:00 2001 From: zhangxCode Date: Mon, 26 May 2025 09:46:29 +0800 Subject: [PATCH] =?UTF-8?q?FAQ=E6=8A=A5=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/ets/pages/LittleEndianPage.ets | 2 +- AccountKit/build-profile.json5 | 16 +--------------- ArkUI/entry/src/main/ets/pages/GetTextWidth.ets | 2 +- .../main/resources/base/profile/main_pages.json | 6 +----- AudioKit/build-profile.json5 | 16 +--------------- GraphicsAccelerate/build-profile.json5 | 16 +--------------- LocalDatabaseManagement/build-profile.json5 | 16 +--------------- 7 files changed, 7 insertions(+), 67 deletions(-) diff --git a/AbilityKit/entry/src/main/ets/pages/LittleEndianPage.ets b/AbilityKit/entry/src/main/ets/pages/LittleEndianPage.ets index c513b412..7170ff94 100644 --- a/AbilityKit/entry/src/main/ets/pages/LittleEndianPage.ets +++ b/AbilityKit/entry/src/main/ets/pages/LittleEndianPage.ets @@ -20,7 +20,7 @@ // [Start little_endian] @Entry @Component -struct Index { +struct IndexTest { @State message: string = 'Hello World'; isLittleEndian(): boolean { diff --git a/AccountKit/build-profile.json5 b/AccountKit/build-profile.json5 index 7600bb7e..03ac3a3a 100644 --- a/AccountKit/build-profile.json5 +++ b/AccountKit/build-profile.json5 @@ -1,20 +1,6 @@ { "app": { - "signingConfigs": [ - { - "name": "default", - "type": "HarmonyOS", - "material": { - "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_AccountKit_s5w29Lv4UnmLLlIj0EXq7mWCghmY77uWxiiZoCjfApU=.cer", - "keyAlias": "debugKey", - "keyPassword": "0000001BFF68E5D1C209ACB668E1914CE5C2042CC0EB8C2F829682D3E1221F235E42CE155CF75CA7D53F78", - "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_AccountKit_s5w29Lv4UnmLLlIj0EXq7mWCghmY77uWxiiZoCjfApU=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_AccountKit_s5w29Lv4UnmLLlIj0EXq7mWCghmY77uWxiiZoCjfApU=.p12", - "storePassword": "0000001B0EEEF99946CD87A5E9725581B2082F437E30DD7C4FF90773DDA36B0F3DD0F273CF850DA7DECF49" - } - } - ], + "signingConfigs": [], "products": [ { "name": "default", diff --git a/ArkUI/entry/src/main/ets/pages/GetTextWidth.ets b/ArkUI/entry/src/main/ets/pages/GetTextWidth.ets index 57356938..588f79c1 100644 --- a/ArkUI/entry/src/main/ets/pages/GetTextWidth.ets +++ b/ArkUI/entry/src/main/ets/pages/GetTextWidth.ets @@ -20,7 +20,7 @@ // [Start get_text_width] @Entry @Component -struct Index { +struct IndexTest { @State textWidth: number = this.getUIContext().getMeasureUtils().measureText({ textContent: "Hello word", fontSize: '50px' diff --git a/ArkUI/entry/src/main/resources/base/profile/main_pages.json b/ArkUI/entry/src/main/resources/base/profile/main_pages.json index d92299cf..37b7ceb1 100644 --- a/ArkUI/entry/src/main/resources/base/profile/main_pages.json +++ b/ArkUI/entry/src/main/resources/base/profile/main_pages.json @@ -1,14 +1,10 @@ { "src": [ "pages/Index", - "pages/TabBarAddComponent", "pages/CustomDialogVariableToPage", "pages/GetHorizontalAndVerticalScreenStatus", - "pages/AdaptWebForFullScreenOfPlayer", - "pages/ListenForScreenRotation", "pages/TextExpansionAndCollapseFunctions", "pages/GetTextWidth", - "pages/TextSetMaxlinesIsHideText", - "pages/HandleDraw9PatchReplacementRegimen" + "pages/TextSetMaxlinesIsHideText" ] } \ No newline at end of file diff --git a/AudioKit/build-profile.json5 b/AudioKit/build-profile.json5 index e07dd8e3..03ac3a3a 100644 --- a/AudioKit/build-profile.json5 +++ b/AudioKit/build-profile.json5 @@ -1,20 +1,6 @@ { "app": { - "signingConfigs": [ - { - "name": "default", - "type": "HarmonyOS", - "material": { - "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_AudioKit_YfZdFkMDwVHEm_7p-xPzofQqw7zU6vCm8RUfGiXHrks=.cer", - "keyAlias": "debugKey", - "keyPassword": "0000001B023EFFE0CF3461A8333C583B31FD9E84C2487293DD9186BF8C2C162DFCDC583E0C8A609A8EBA2B", - "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_AudioKit_YfZdFkMDwVHEm_7p-xPzofQqw7zU6vCm8RUfGiXHrks=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_AudioKit_YfZdFkMDwVHEm_7p-xPzofQqw7zU6vCm8RUfGiXHrks=.p12", - "storePassword": "0000001B2626C99852E7C1CEFCBA7D6A0C94F99085E592C577C1B0F42F207EF8907AA4B64574F86F1DFC3E" - } - } - ], + "signingConfigs": [], "products": [ { "name": "default", diff --git a/GraphicsAccelerate/build-profile.json5 b/GraphicsAccelerate/build-profile.json5 index 36f07415..03ac3a3a 100644 --- a/GraphicsAccelerate/build-profile.json5 +++ b/GraphicsAccelerate/build-profile.json5 @@ -1,20 +1,6 @@ { "app": { - "signingConfigs": [ - { - "name": "default", - "type": "HarmonyOS", - "material": { - "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_GraphicsAccelerate_K7_ADvrge8C5VExbkU7pQhDM_qxu0e3bytR0FY9kaoE=.cer", - "keyAlias": "debugKey", - "keyPassword": "0000001B2B339F312E3162576FB737D74D1FB737D5FF8870E8DA0E1B71AE9C6B36BA6DAC4AD3C0D4FC82D7", - "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_GraphicsAccelerate_K7_ADvrge8C5VExbkU7pQhDM_qxu0e3bytR0FY9kaoE=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_GraphicsAccelerate_K7_ADvrge8C5VExbkU7pQhDM_qxu0e3bytR0FY9kaoE=.p12", - "storePassword": "0000001BB27436455DB0B50DB2CCBABE958DB1FDD0D30B9C570A732556F79732B28F39B721F105D45CE59D" - } - } - ], + "signingConfigs": [], "products": [ { "name": "default", diff --git a/LocalDatabaseManagement/build-profile.json5 b/LocalDatabaseManagement/build-profile.json5 index 57c5c972..03ac3a3a 100644 --- a/LocalDatabaseManagement/build-profile.json5 +++ b/LocalDatabaseManagement/build-profile.json5 @@ -1,20 +1,6 @@ { "app": { - "signingConfigs": [ - { - "name": "default", - "type": "HarmonyOS", - "material": { - "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_LocalDatabaseManagement__E8ddcjm8-OYnQ__ve9kdPCo0Ma301vEQoDmU58bai4=.cer", - "keyAlias": "debugKey", - "keyPassword": "0000001BB3CEBBB0F2EBBD9DBC611261D44D402AFEF500B0B976E4C010F5E953277AB83AE3F5F1639E5380", - "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_LocalDatabaseManagement__E8ddcjm8-OYnQ__ve9kdPCo0Ma301vEQoDmU58bai4=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_LocalDatabaseManagement__E8ddcjm8-OYnQ__ve9kdPCo0Ma301vEQoDmU58bai4=.p12", - "storePassword": "0000001B73A1A19A174BDCD85CE94C9858C16DF113AE35264DBAB7F211E138733D2E7A6F026118D6668704" - } - } - ], + "signingConfigs": [], "products": [ { "name": "default", -- Gitee