From d919b3a75a7fbea2fabb3ea8ef7a5b2c21b1b509 Mon Sep 17 00:00:00 2001 From: xiagengwen Date: Sat, 4 May 2024 16:53:33 +0800 Subject: [PATCH] =?UTF-8?q?RoundedImageView=E7=BB=84=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=85=8D=E7=BD=AE=E5=AD=97=E6=AE=B5srcEntrance?= =?UTF-8?q?=E6=9B=BF=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 42c5c72..2c391dc 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -20,7 +20,7 @@ "abilities": [ { "name": "EntryAbility", - "srcEntrance": "./ets/entryability/EntryAbility.ets", + "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:EntryAbility_desc", "icon": "$media:icon", "label": "$string:EntryAbility_label", -- Gitee