This commit is contained in:
2025-12-04 14:17:47 +08:00
parent 279255a14c
commit b8f8d2e6b0
4 changed files with 47 additions and 1 deletions

View File

@@ -66,8 +66,10 @@
#define KB_UL_LOGIN KB_UL_BASE @"/login"
#define KB_UL_SETTINGS KB_UL_BASE @"/settings"
/// 第一次安装
/// 是否已经展示过性别选择页
#define KBSexSelectShownKey @"kKBSexSelectShownKey"
/// 本地存储的性别枚举值UserSex / KBSexOption0:Male 1:Female 2:The Third Gender
#define KBSexSelectedGenderKey @"kKBSexSelectedGenderKey"
#define KBPlaceholderImage [UIImage imageNamed:@"placeholder_icon"]