修正部分体验问题; 房间表情新增 api; 房间表情新增 svga 支持以及持久化缓存

This commit is contained in:
AI Health Developer
2025-05-07 19:30:50 +08:00
parent 69863a91ff
commit 07ebee2fc1
20 changed files with 448 additions and 64 deletions

View File

@@ -460,6 +460,10 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
[networkManager startMonitoring];
}
- (void)requestFaceList {
}
- (void)cacheRoomResource {
[Api requestRoomResource:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
if (code == 200) {