添加pay

This commit is contained in:
2025-11-13 21:22:10 +08:00
parent ae79d1b1ba
commit d164514fcf
12 changed files with 709 additions and 56 deletions

View File

@@ -124,6 +124,12 @@ static inline CGFloat KB_StatusBarHeight(void) {
#define KB_TABBAR_HEIGHT (KB_TABBAR_BASE_HEIGHT + KB_SafeAreaBottom())
#define KB_IS_IPHONEX_SERIES (KB_SafeAreaBottom() > 0.0)
// 屏幕底部安全区高度Home 指示条区域高度)。
// 说明:带刘海/异形屏通常为 34非异形屏为 0随横竖屏、安全区变动而变。
#ifndef KB_SAFE_BOTTOM
#define KB_SAFE_BOTTOM (KB_SafeAreaBottom())
#endif