From 2d0dc06a46eeb64ddd66d003506f07a12fcb5d22 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Fri, 26 Jul 2024 15:51:33 +0800 Subject: [PATCH] =?UTF-8?q?3D=E5=BC=95=E6=93=8E=E6=8E=A5=E5=8F=A3=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=20=E5=B7=A5=E7=A8=8B=E7=9B=AE=E5=BD=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bfa3a13..6b8d42f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ │ │ └──Constants.ets // 常量类 │ ├──entryability │ │ └──EntryAbility.ets // 入口类 +│ ├──entrybackupability +│ │ └──EntryBackupAbility.ets │ ├──graphics3d │ │ ├──ContainerPage.ets // 子节点操作demo │ │ ├──NodeBase.ets // 节点基础demo @@ -45,6 +47,7 @@ │ ├──pages │ │ └──Index.ets // 主界面 │ └──utils +│ ├──CalcUtils.ets // 计算工具类 │ └──Logger.ets // 日志类 └──entry/src/main/resources ``` -- Gitee