删除测试精灵3d相关代码

修改上报数据
This commit is contained in:
2026-01-13 16:55:24 +08:00
parent 21fcbe3665
commit 85dcd72a5d
105 changed files with 926 additions and 1579 deletions

View File

@@ -134,7 +134,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
if ([self.themeId isKindOfClass:NSString.class] && self.themeId.length > 0) {
extra[@"from_theme_id"] = self.themeId;
}
extra[@"to_theme_id"] = nextThemeId;
extra[@"theme_id"] = nextThemeId;
extra[@"index"] = @(indexPath.item);
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_skin_recommend_card"
pageId:@"skin_detail"