This commit is contained in:
2025-11-17 16:16:38 +08:00
parent d849b201ca
commit f366a4aa6c
20 changed files with 585 additions and 1 deletions

View File

@@ -59,6 +59,9 @@
#define KB_UL_LOGIN KB_UL_BASE @"/login"
#define KB_UL_SETTINGS KB_UL_BASE @"/settings"
/// 第一次安装
#define KBSexSelectShownKey @"kKBSexSelectShownKey"
/// UI 尺寸/设备宏
// 屏幕尺寸
#define KB_SCREEN_WIDTH ([UIScreen mainScreen].bounds.size.width)