添加弹窗

This commit is contained in:
2025-11-11 14:38:38 +08:00
parent e4ba237a00
commit 57bd4ba109
8 changed files with 338 additions and 8 deletions

View File

@@ -57,8 +57,10 @@
#define KB_TABBAR_BASE_HEIGHT 49.0
#define COLOR_WITH_RGB(R,G,B,A) [UIColor colorWithRed:R green:G blue:B alpha:A]
/// 主题色 绿色
#define KBColorValue 0x02BEAC
/// 通用黑色
#define KBBlackValue 0x1B1F1A
// 当前 KeyWindowiOS 13 场景化兼容)
static inline UIWindow *KB_KeyWindow(void) {