添加举报

This commit is contained in:
2026-01-29 16:42:43 +08:00
parent 26096abbcc
commit b556e6841d
11 changed files with 535 additions and 62 deletions

View File

@@ -717,7 +717,7 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
[self.popView dismiss];
}
CGFloat customViewHeight = KB_SCREEN_HEIGHT * 0.8;
CGFloat customViewHeight = KB_SCREEN_HEIGHT * 0.7;
KBAICommentView *customView = [[KBAICommentView alloc]
initWithFrame:CGRectMake(0, 0, KB_SCREEN_WIDTH, customViewHeight)];
@@ -745,7 +745,9 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
popView.sweepStyle = LSTSweepStyleY_Positive;
popView.swipeVelocity = 1600;
popView.sweepDismissStyle = LSTSweepDismissStyleSmooth;
popView.bgClickBlock = ^{
[KB_CURRENT_NAV.view endEditing:true];
};
[popView pop];
}