From 6aea390768daef43000d7d6114e1c796f7e6d642 Mon Sep 17 00:00:00 2001 From: lixiao <932184220@qq.com> Date: Tue, 11 Mar 2025 16:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=BD=A6=E7=A7=91=E7=9B=AE=E4=B8=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- build-profile.json5 | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a6da3e53..edacec5c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ /.clang-tidy /entry/src/main/cpp /entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts -/build-profile.json5 \ No newline at end of file +/build-profile.json5 +build-profile.json5 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index 5d0750fa..d9604514 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": "0000001BE4BBADDF656A884E7A7BB5FD51F64FBB61DD24A944FEA969482DD693210ED5FF3D29F13642E3A3", + "certpath": "C:\\Users\\93218\\.ohos\\config\\openharmony\\auto_ohos_default_subject-two_com.oh.dts.cer", + "storePassword": "0000001B97BEB2EE7195C23EF422C88D2667F5DA9FBEF061A0B4F4408449BB70E434D55EDC654CEF091D55", "keyAlias": "debugKey", - "keyPassword": "0000001BDEFFDC280B45617E7FC447CB21F2D133540301F543454643D3F5E9F6E5ED2A583A7FA92B260433", - "profile": "/Users/surenjun/.ohos/config/openharmony/auto_ohos_default_subject-two_com.oh.dts.p7b", + "keyPassword": "0000001BB3DA252CEA81031DF8420F8DD5970B43B58EF60C83BF57122B704A6B6F82CEE4008827EA85CFD0", + "profile": "C:\\Users\\93218\\.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": "C:\\Users\\93218\\.ohos\\config\\openharmony\\auto_ohos_default_subject-two_com.oh.dts.p12" } } ],