提交项目
This commit is contained in:
16
app/src/main/java/com/gh/common/constant/Config.java
Normal file
16
app/src/main/java/com/gh/common/constant/Config.java
Normal file
@ -0,0 +1,16 @@
|
||||
package com.gh.common.constant;
|
||||
|
||||
import com.gh.gamecenter.SplashScreenActivity;
|
||||
|
||||
|
||||
public final class Config {
|
||||
|
||||
// test host dev.ghzhushou.com/api
|
||||
public static final String HOST = "http://api.ghzhushou.com/";
|
||||
// public static final String HOST = "http://115.28.145.16:9001/";
|
||||
|
||||
public static final String PREFERENCE = "ghzhushou";
|
||||
|
||||
// public static final boolean isShow = true;
|
||||
public static final boolean isShow = SplashScreenActivity.isShow;
|
||||
}
|
||||
Reference in New Issue
Block a user