From 36f4f9487e0fe628f0aa153e6ff747cc2f54f51a Mon Sep 17 00:00:00 2001 From: rex <1491721419@qq.com> Date: Tue, 14 Oct 2025 20:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=9B=AE=E5=BD=95=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BackgroundBlur/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BackgroundBlur/README.md b/BackgroundBlur/README.md index b5dd8e1f..0fe82c25 100644 --- a/BackgroundBlur/README.md +++ b/BackgroundBlur/README.md @@ -30,7 +30,7 @@ │ ├──entryability │ │ └──EntryAbility.ets // Ability的生命周期回调内容 │ ├──entrybackupability -│ │ └──EntryBackupAbility.ets +│ │ └──EntryBackupAbility.ets // 应用数据备份和恢复 │ └──pages │ ├──AdaptiveColorMode.ets // 视图层-使用AdaptiveColor取色效果页面 │ ├──ColorPickerMode.ets // 视图层-使用ColorPicker取色效果页面 -- Gitee