From 90f8b9931b67fbb794eebcd3ded0e7d4d4d0b06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 2 Sep 2025 17:43:09 +0800 Subject: [PATCH] =?UTF-8?q?docs(basic):=20=E6=9B=B4=E6=96=B0=20README=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Alert 组件的使用说明中添加了额外的注意事项- 优化了文档的格式和结构,提高了可读性 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a66c4e7..f0f7405 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,9 @@ ToolsHelper.showAlertDialog({ > ``` > > `注意,传入参数(options: AlertBean)是固定的` +> +> + ### 1.4.[ValidatorHelper](./src/main/ets/utils/ValidatorHelper.ets)