移除 A/B 相关代码。

通过 [ClientConfig shareConfig].canOpen 控制页面,现在已没有相关配置,删除/调整相关内容,[ClientConfig shareConfig].canOpen == YES 的部分将保留等价逻辑/代码
This commit is contained in:
QQQ
2024-05-22 18:58:09 +08:00
parent 7cafb54083
commit 9cb71643f1
38 changed files with 420 additions and 829 deletions

View File

@@ -104,7 +104,6 @@
[self.datasource addObject:self.addPicImage];
self.addTopicView.hidden = ![ClientConfig shareConfig].canOpen;
for (id view in self.textView.subviews) {
if ([view isKindOfClass:[UITextView class]]){
UITextView *textView = view;