feat:【V5.17.0】发现页相关功能优化(第一期)—客户端 https://jira.shanqu.cc/browse/GHZS-420

This commit is contained in:
liuyirong
2022-12-09 11:09:18 +08:00
parent 30f4bcc422
commit faac45e719
47 changed files with 2084 additions and 36 deletions

View File

@ -248,6 +248,14 @@ public class Config {
}
}
public static boolean getUserInterestedGame() {
if (mNewApiSettingsEntity != null) {
return mNewApiSettingsEntity.getUserInterestedGame();
} else {
return false;
}
}
@Nullable
public static NewSettingsEntity getNewSettingsEntity() {
if (mNewSettingsEntity == null) {