diff --git a/BackgroundBlur/README.md b/BackgroundBlur/README.md index b5dd8e1f88850500269b800c8efc06fcdd5c243f..0fe82c2533152f3b1f97f37abfc5c15661ffd50d 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取色效果页面