更换AI皮肤逻辑图片 + 更换placeholdimage

This commit is contained in:
2025-12-19 21:29:11 +08:00
parent 200b1ab9f8
commit 2cacaab974
15 changed files with 96 additions and 8 deletions

View File

@@ -115,7 +115,7 @@
self.titleLabel.text = character.characterName;
self.descLabel.text = character.characterBackground;
self.peopleLabel.text = character.download;
[self.averImageView kb_setAvatarURL:character.avatarUrl placeholder:KBPlaceholderImage];
[self.averImageView kb_setAvatarURL:character.avatarUrl placeholder:KBAvatarPlaceholderImage];
if (added) {
//
self.actionBtn.backgroundColor = [UIColor colorWithWhite:0.93 alpha:1.0];