From bd1d14ab3d52d8686e4368cbea7d9e98a960e854 Mon Sep 17 00:00:00 2001 From: xiagengwen Date: Sun, 5 May 2024 11:15:37 +0800 Subject: [PATCH] =?UTF-8?q?taskpool=E5=88=86=E6=94=AF=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 +- entry/src/ohosTest/module.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index e33f091..d5bfffb 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -22,7 +22,7 @@ "abilities": [ { "name": "MainAbility", - "srcEntrance": "./ets/entryability/EntryAbility.ets", + "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:MainAbility_desc", "icon": "$media:icon", "label": "$string:MainAbility_label", diff --git a/entry/src/ohosTest/module.json5 b/entry/src/ohosTest/module.json5 index cf29076..3054622 100644 --- a/entry/src/ohosTest/module.json5 +++ b/entry/src/ohosTest/module.json5 @@ -2,7 +2,7 @@ "module": { "name": "entry_test", "type": "feature", - "srcEntrance": "./ets/testability/TestAbility.ets", + "srcEntry": "./ets/testability/TestAbility.ets", "description": "$string:module_test_desc", "mainElement": "TestAbility", "deviceTypes": ["default"],