This commit is contained in:
2025-12-04 19:12:34 +08:00
parent 8f63741d8c
commit 64887054e0
18 changed files with 331 additions and 50 deletions

View File

@@ -19,6 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
/// "rank" : 899
/// }
@interface KBCharacter : NSObject
/// 首页用的ID也是人设ID
@property (nonatomic, copy, nullable) NSString *ID;
/// 唯一标识,对应后端的 id
@property (nonatomic, copy, nullable) NSString *characterId;