This commit is contained in:
启星
2025-12-30 19:08:34 +08:00
parent 1a9d6650f5
commit b724fe2a67
111 changed files with 1078 additions and 162 deletions

View File

@@ -42,6 +42,9 @@
[self getHomeMessage];
}
-(void)initSubViews{
if (QXConfig.shared.model) {
[self updateBgImage:QXConfig.shared.model.bg_light];
}
UILabel *tLabel = [[UILabel alloc] init];
tLabel.text = QXText(@"消息");
tLabel.font = [UIFont boldSystemFontOfSize:20];