From 668d35dfb16a6e6946940efa6c6242906dcf41bc Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Sun, 21 Sep 2025 11:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=9E=E7=8E=B0=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=B2=99=E7=AE=B1=E6=96=87=E4=BB=B6=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E3=80=91=E7=9B=AE=E5=BD=95=E4=BC=98=E5=8C=96?= 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 b299299..3e7c445 100644 --- a/README.en.md +++ b/README.en.md @@ -34,7 +34,7 @@ The RDB store file function facilitates file transfer between the device and the │ │ └──EntryBackupAbility.ets // Data backup and restoration │ ├──pages │ │ └──Index.ets // Home page -│ └──entrybackupability +│ └──view │ └──File.ets // File list page └──entry/src/main/resources // App resource directory ``` diff --git a/README.md b/README.md index c38c5d5..734e135 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ │ │ └──EntryBackupAbility.ets // 数据备份恢复类 │ ├──pages │ │ └──Index.ets // 主页页面 -│ └──entrybackupability +│ └──view │ └──File.ets // 文件列表页面 └──entry/src/main/resources // 应用资源目录 ``` -- Gitee