This commit is contained in:
2025-11-06 19:19:12 +08:00
parent a75afbe4c1
commit 6ba1339c0b
195 changed files with 13443 additions and 2729 deletions

View File

@@ -26,12 +26,12 @@
// sheetVC
HomeSheetVC *vc = [[HomeSheetVC alloc] init];
// 使 true
if (KB_DEVICE_HAS_NOTCH) {
vc.minHeight = KB_SCREEN_HEIGHT - topV - 34;
}else{
// if (KB_DEVICE_HAS_NOTCH) {
// vc.minHeight = KB_SCREEN_HEIGHT - topV - 34;
// }else{
vc.minHeight = KB_SCREEN_HEIGHT - topV;
//
}
// }
vc.topInset = 100;
[self presentPanModal:vc];
}