添加埋点

This commit is contained in:
2026-01-06 19:25:34 +08:00
parent 1096f24c57
commit c3909d63da
30 changed files with 784 additions and 39 deletions

View File

@@ -181,11 +181,21 @@
///
- (void)kb_onTapQ1 {
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_guide_copy_example_1"
pageId:@"guide"
elementId:@"copy_example_1"
extra:nil
completion:nil];
[self kb_copyTextToPasteboard:[self.q1Button titleForState:UIControlStateNormal]];
}
///
- (void)kb_onTapQ2 {
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_guide_copy_example_2"
pageId:@"guide"
elementId:@"copy_example_2"
extra:nil
completion:nil];
[self kb_copyTextToPasteboard:[self.q2Button titleForState:UIControlStateNormal]];
}