This commit is contained in:
启星
2025-12-26 19:04:08 +08:00
parent 7b7d18e665
commit 890c5f59ed
29 changed files with 359 additions and 151 deletions

View File

@@ -82,6 +82,7 @@
NSLog(@"需要更新:新版本 %@ 比当前版本 %@ 新", latestVersion, currentVersion);
weakSelf.appUpdateView.model = model;
[weakSelf.appUpdateView showInView:KEYWINDOW];
QXGlobal.shareGlobal.isNeedUpdate = YES;
break;
case 0:
NSLog(@"版本相同:当前版本 %@ 已是最新", currentVersion);
@@ -96,6 +97,9 @@
}
#pragma mark -
-(void)popChirldView{
if (QXGlobal.shareGlobal.isNeedUpdate) {
return;
}
self.isAlreadyShowChirld = YES;
MJWeakSelf
QXChirldPopView *view = [[QXChirldPopView alloc] init];

View File

@@ -51,7 +51,7 @@
self.contentLabel.numberOfLines = 0;
self.contentLabel.font = [UIFont boldSystemFontOfSize:14];
self.contentLabel.textColor = RGB16(0x666666);
self.contentLabel.text = QXText(@"为了呵护未成年人健康成长,蜜耳语音特别推出青少年模式,该模式下部分功能无法正常使用,请监护人主动选择并设置监护密码");
self.contentLabel.text = QXText(@"为了呵护未成年人健康成长,羽声语音特别推出青少年模式,该模式下部分功能无法正常使用,请监护人主动选择并设置监护密码");
[self addSubview:self.contentLabel];
// self.goBtn = [[UIButton alloc] init];