This commit is contained in:
2026-01-15 19:14:34 +08:00
parent 8f4deaac4e
commit b5da9f35a5
4 changed files with 31 additions and 3 deletions

View File

@@ -144,7 +144,9 @@
if (!_titleLabel) {
_titleLabel = [[UILabel alloc] init];
_titleLabel.font = [UIFont systemFontOfSize:13 weight:UIFontWeightMedium];
_titleLabel.textColor = [UIColor colorWithHex:0x1B1F1A];
_titleLabel.textColor =
[UIColor kb_dynamicColorWithLightColor:[UIColor colorWithHex:0x1B1F1A]
darkColor:[UIColor whiteColor]];
_titleLabel.text = KBLocalized(@"AI对话");
}
return _titleLabel;