From 38524db4489c2d3f58390849359271dc16e86cae Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Sun, 29 Sep 2024 07:18:49 +0000 Subject: [PATCH] update README.md. Signed-off-by: Lince Liu <353627866@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded0256..c868ef6 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ │ ├──entryability │ │ └──EntryAbility.ets // 程序入口 │ └──pages -│ ├──EntryPageOne.ets // 页面2 -│ ├──EntryPageTwo.ets // 页面1 +│ ├──EntryPageOne.ets // 页面1 +│ ├──EntryPageTwo.ets // 页面2 │ └──Index.ets // 界面实现 ├──entry/src/main/resources // 应用资源目录 ├──harA -- Gitee