This commit is contained in:
启星
2025-09-24 09:15:25 +08:00
parent 33522540a9
commit dad4a5164d
117 changed files with 126 additions and 110 deletions

View File

@@ -75,7 +75,7 @@
if ([QXConfig.backgroundImage hasPrefix:@"http"] || [QXConfig.backgroundImage hasPrefix:@"https"]) {
[self updateBgImage:QXConfig.backgroundImage];
}else{
[self updateBgImage:@"app_home_bg"];
[self updateBgImage:@"app_bg"];
}
UIImageView *logoImageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"mi_di"]];
[self.view addSubview:logoImageView];
@@ -91,8 +91,8 @@
[self.view addSubview:self.roomBtn];
[self.roomBtn mas_makeConstraints:^(MASConstraintMaker *make) {
make.width.mas_equalTo(54);
make.height.mas_equalTo(26);
make.width.mas_equalTo(30);
make.height.mas_equalTo(30);
make.centerY.equalTo(logoImageView);
make.right.equalTo(self.view).offset(-10);
}];