From 7ed1469c18407b8e0e013bb52ddfb032273ea850 Mon Sep 17 00:00:00 2001 From: liugang9704 <2745340733@qq.com> Date: Mon, 22 Sep 2025 15:41:54 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9README=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 7c3fc0c..414f701 100644 --- a/README.en.md +++ b/README.en.md @@ -13,7 +13,7 @@ This sample describes how to add custom dialog boxes and the following fixed-sty │ ├──entrybackupability │ │ └──EntryBackupAbility.ets │ ├──pages -│ │ ├──index.ets // Home page +│ │ ├──Index.ets // Home page │ │ └──PersonalInformation.ets // Personal information page │ ├──utils │ │ ├──CommonUtils.ets // Common utilities diff --git a/README.md b/README.md index 0e310ff..e5c2fa2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ │ ├──entrybackupability │ │ └──EntryBackupAbility.ets │ ├──pages -│ │ ├──index.ets // 首页 +│ │ ├──Index.ets // 首页 │ │ └──PersonalInformation.ets // 个人信息页 │ ├──utils │ │ └──CommonUtils.ets // 公共方法 -- Gitee