From 6757a54e2179e420dd9155a2aebe1ce5334ab52e Mon Sep 17 00:00:00 2001 From: "DESKTOP-9FJNTIC\\gyb" <121287102@qq.com> Date: Mon, 21 Jul 2025 18:30:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- componentstacksample/oh-package.json5 | 2 +- componentstacksample/src/main/ets/entryability/EntryAbility.ets | 2 +- componentstacksample/src/main/ets/pages/Index.ets | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/componentstacksample/oh-package.json5 b/componentstacksample/oh-package.json5 index a8b6100..1d4c3b7 100644 --- a/componentstacksample/oh-package.json5 +++ b/componentstacksample/oh-package.json5 @@ -6,6 +6,6 @@ "author": "", "license": "", "dependencies": { - "componentstacklibrary": "file:../componentstacklibrary" + "@ohos_sample/componentstacklibrary": "file:../componentstacklibrary" } } \ No newline at end of file diff --git a/componentstacksample/src/main/ets/entryability/EntryAbility.ets b/componentstacksample/src/main/ets/entryability/EntryAbility.ets index 3b0c2e1..097d761 100644 --- a/componentstacksample/src/main/ets/entryability/EntryAbility.ets +++ b/componentstacksample/src/main/ets/entryability/EntryAbility.ets @@ -16,7 +16,7 @@ import { ConfigurationConstant, UIAbility } from '@kit.AbilityKit'; import { hilog } from '@kit.PerformanceAnalysisKit'; import { window } from '@kit.ArkUI'; -import { ComponentStackController } from 'componentstacklibrary'; +import { ComponentStackController } from '@ohos_sample/componentstacklibrary'; const TAG = '[EntryAbility]'; diff --git a/componentstacksample/src/main/ets/pages/Index.ets b/componentstacksample/src/main/ets/pages/Index.ets index 5e02c97..0d58690 100644 --- a/componentstacksample/src/main/ets/pages/Index.ets +++ b/componentstacksample/src/main/ets/pages/Index.ets @@ -13,7 +13,7 @@ * limitations under the License. */ -import { ComponentStackComponent } from 'componentstacklibrary' +import { ComponentStackComponent } from '@ohos_sample/componentstacklibrary' @Entry @Component -- Gitee