删除测试精灵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

@@ -384,7 +384,7 @@ typedef NS_ENUM(NSInteger, KBSearchSection) {
[self.collectionView reloadData];
} else {
NSDictionary *extra = @{@"index": @(indexPath.item),
@"keyword_len": @(kw.length)};
@"keyword": kw};
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_search_history_item"
pageId:@"search"
elementId:@"history_item"