From 8f3e60afce61be987d8d6a2026e0b1bd02108043 Mon Sep 17 00:00:00 2001 From: zhangboren Date: Mon, 1 Sep 2025 11:08:59 +0800 Subject: [PATCH] ArkTS1.2 change EntryPoint import path change. Signed-off-by: zhangboren --- arkui-plugins/common/predefines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui-plugins/common/predefines.ts b/arkui-plugins/common/predefines.ts index b180fdddc..89e923d50 100644 --- a/arkui-plugins/common/predefines.ts +++ b/arkui-plugins/common/predefines.ts @@ -32,7 +32,7 @@ export const ARKUI_IMPORT_PREFIX_NAMES: (string | RegExp)[] = [/arkui\..*/, /@oh export const MEMO_IMPORT_SOURCE_NAME: string = 'arkui.stateManagement.runtime'; export const CUSTOM_COMPONENT_IMPORT_SOURCE_NAME: string = 'arkui.component.customComponent'; export const CUSTOM_DIALOG_CONTROLLER_SOURCE_NAME: string = 'arkui.component.customDialogController'; -export const ENTRY_POINT_IMPORT_SOURCE_NAME: string = 'arkui.UserView'; +export const ENTRY_POINT_IMPORT_SOURCE_NAME: string = 'arkui.component.customComponent'; export const ARKUI_COMPONENT_COMMON_SOURCE_NAME: string = 'arkui.component.common'; export const ARKUI_FOREACH_SOURCE_NAME: string = 'arkui.component.forEach'; export const ARKUI_BUILDER_SOURCE_NAME: string = 'arkui.component.builder'; -- Gitee