This commit is contained in:
2025-11-06 21:38:58 +08:00
parent 0d13192723
commit 0fa3d10284
15 changed files with 300 additions and 20 deletions

View File

@@ -35,7 +35,7 @@
self.view.backgroundColor = [UIColor redColor];
HWBackgroundConfig *config = [HWBackgroundConfig configWithBehavior:HWBackgroundBehaviorDefault];
config = [HWBackgroundConfig configWithBehavior:HWBackgroundBehaviorDefault];
config.backgroundAlpha = 0.01;
config.backgroundAlpha = 0.001;
[self.hw_dimmedView reloadConfig:config];
// +