From b4b59b19a97eea0d8bfa8199dcbe15901e16c35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5F=E5=BC=A0=E5=BE=B7=E7=9B=9B?= Date: Mon, 1 Sep 2025 14:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 9a6a45e..01a6801 100644 --- a/README.en.md +++ b/README.en.md @@ -54,14 +54,14 @@ The figure shows the effect on the wearable. │ │ ├──pages │ │ ├──phonebackupextability │ │ └──viewmodel -│ ├──phone/src/main/ets // Resource file directory -│ ├──watch/src/main/resources // Support for smart wearables +│ ├──phone/src/main/resources // Resource file directory +│ ├──watch/src/main/ets // Support for smart wearables │ │ ├──constants │ │ ├──pages │ │ ├──view │ │ ├──watchability │ │ └──watchbackupability -│ └──watch/src/main/ets // Resource file directory +│ └──watch/src/main/resources // Resource file directory ``` ## How to Use diff --git a/README.md b/README.md index cfda908..121bc3e 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ │ │ ├──pages │ │ ├──phonebackupextability │ │ └──viewmodel -│ ├──phone/src/main/ets // 资源文件目录 -│ ├──watch/src/main/resources // 支持智能穿戴 +│ ├──phone/src/main/resources // 资源文件目录 +│ ├──watch/src/main/ets // 支持智能穿戴 │ │ ├──constants │ │ ├──pages │ │ ├──view │ │ ├──watchability │ │ └──watchbackupability -│ └──watch/src/main/ets // 资源文件目录 +│ └──watch/src/main/resources // 资源文件目录 ``` ## 使用说明 -- Gitee