移除 A/B 相关代码。

通过 [ClientConfig shareConfig].canOpen 控制页面,现在已没有相关配置,删除/调整相关内容,[ClientConfig shareConfig].canOpen == YES 的部分将保留等价逻辑/代码
This commit is contained in:
QQQ
2024-05-22 19:23:54 +08:00
parent 415b7e2bbb
commit adb07286a0
38 changed files with 407 additions and 830 deletions

View File

@@ -156,10 +156,6 @@
#pragma mark - Getters And Setters
- (void)setTitleArray:(NSArray *)titleArray {
if (![ClientConfig shareConfig].canOpen) {
self.hidden = YES;
return;
}
_titleArray = titleArray;
if (titleArray.count == 0){
[self onCloseButtonClick];