技能卡列表

编辑技能卡

新增技能卡接口调试

技能卡列表cell

技能卡列表UI优化,删除技能卡

新增技能卡时保存按钮不可点击

个人资料卡增加技能卡

声音秀技能卡

技能卡声音录制、上传,重新录制

技能卡声音秀展示

技能卡多选

技能卡编辑、多选优化

技能卡声音秀删除、重新录制
This commit is contained in:
chenguilong
2022-01-19 18:58:30 +08:00
parent bc5936fdd8
commit debb3d3105
93 changed files with 4860 additions and 4 deletions

View File

@@ -89,6 +89,9 @@ NS_ASSUME_NONNULL_BEGIN
///麦位昵称颜色
@property (nonatomic, copy) NSString *micNickColor;
///技能卡图标列表
@property (nonatomic, strong) NSArray *absCardPics;
@end
NS_ASSUME_NONNULL_END