更换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

@@ -208,6 +208,9 @@
UIColor *bg = mgr.current.keyboardBackground;
self.backgroundColor = hasImg ? [UIColor clearColor] : bg;
self.keyboardView.backgroundColor = hasImg ? [UIColor clearColor] : bg;
if ([self.topBar respondsToSelector:@selector(kb_applyTheme)]) {
[self.topBar kb_applyTheme];
}
[self.keyboardView reloadKeys];
if (self.emojiView) {
[self.emojiView applyTheme:mgr.current];