处理AI回复问题

This commit is contained in:
2025-12-05 21:54:10 +08:00
parent ca3ea0630e
commit 0a1c30f669
3 changed files with 102 additions and 24 deletions

View File

@@ -51,7 +51,7 @@
del.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.35];
del.layer.cornerRadius = 14; del.layer.masksToBounds = YES;
del.titleLabel.font = [UIFont systemFontOfSize:13 weight:UIFontWeightSemibold];
[del setTitle:KBLocalized(@"Delete") forState:UIControlStateNormal];
[del setTitle:KBLocalized(@"common_back") forState:UIControlStateNormal];
[del setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
[del addTarget:self action:@selector(onTapClose) forControlEvents:UIControlEventTouchUpInside];
_closeButton = del;