From ecc7d49c7050a0d2b67577f3a321dd1f38aa9fd7 Mon Sep 17 00:00:00 2001 From: xiagengwen Date: Sat, 4 May 2024 15:44:11 +0800 Subject: [PATCH] =?UTF-8?q?LargeImage=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AD=97=E6=AE=B5srcEntrance=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BAsrcEntry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiagengwen --- entry/src/main/module.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 0e288c0..50ef964 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -14,7 +14,7 @@ "abilities": [ { "name": "EntryAbility", - "srcEntrance": "./ets/entryability/EntryAbility.ts", + "srcEntry": "./ets/entryability/EntryAbility.ts", "description": "$string:EntryAbility_desc", "icon": "$media:icon", "label": "$string:EntryAbility_label", -- Gitee