From ba3058fbf40a907570bbda8f749b769e2ed3560e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BC=BA?= <17366354960@163.com> Date: Tue, 7 Jan 2025 16:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E3=80=81=E7=AE=80=E4=BB=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a326fa6..ee6feae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# 自定义弹窗合集 +# 实现多种自定义弹窗的效果 ### 介绍 -本示例使用自定义弹窗(CustomDialog)、全屏模态转场(bindContentCover)、半模态转场(bindSheet)等实现多种自定义弹窗。 +本示例通过CustomDialog、bindContentCover、bindSheet等接口,实现多种样式的弹窗。帮助开发者掌握自定义弹窗开发的步骤,灵活的实现自己业务需要用到的弹窗场景。 ### 效果预览 -- Gitee