添加个人主页

This commit is contained in:
2026-01-29 16:03:21 +08:00
parent 766c62f3c0
commit 26096abbcc
6 changed files with 155 additions and 27 deletions

View File

@@ -11,14 +11,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface AIPersonInfoVC : BaseViewController
/// 背景图 URL
@property (nonatomic, copy) NSString *backgroundImageURL;
/// 人设名称
@property (nonatomic, copy) NSString *personaName;
/// 人设介绍
@property (nonatomic, copy) NSString *personaIntroduction;
/// 人设 ID用于举报等
@property (nonatomic, assign) NSInteger personaId;
/// AI 角色 ID必传用于请求详情
@property (nonatomic, assign) NSInteger companionId;
@end