feat: 完成 CP 相关动效

This commit is contained in:
eggmanQQQ
2024-09-23 18:01:54 +08:00
parent a09a1d20f0
commit 9fa668a0d8
36 changed files with 843 additions and 158 deletions

View File

@@ -693,7 +693,7 @@ typedef enum : NSUInteger {
[_tableView registerClass:[XPMineMultipleContentTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPMineMultipleContentTableViewCell class])];
UIView *footer = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, kSafeAreaBottomHeight)];
footer.backgroundColor = [UIColor purpleColor];
footer.backgroundColor = [UIColor clearColor];
_tableView.tableFooterView = footer;
if (isMSRTL()) {