revert: restore local fallback domains
This commit is contained in:
@@ -24,6 +24,7 @@ android {
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'REDSPIN8')
|
||||
//预埋订阅网址
|
||||
buildConfigField "String", "BASE_URL", "\"https://redspinplay.com/\""
|
||||
//后台唯一ID
|
||||
buildConfigField "int", "USERID", "256"
|
||||
//状态栏文字颜色是否为白色
|
||||
|
||||
@@ -67,6 +67,7 @@ public class IndexActivity extends MainActivity {
|
||||
userId = BuildConfig.USERID;
|
||||
saveInt(IndexActivity.this,"user_code",userId);
|
||||
|
||||
saveString(this, "base_url",BuildConfig.BASE_URL);
|
||||
styleColor = getColor(R.color.style_color);
|
||||
windowsColor = getColor(R.color.windows_color);
|
||||
isWhite = BuildConfig.IS_WHITE;
|
||||
|
||||
Reference in New Issue
Block a user