chore: remove hardcoded fallback domains
This commit is contained in:
@@ -62,8 +62,6 @@
|
||||
resValue('color', 'style_color', '#040102')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'REDSPIN8')
|
||||
//预埋订阅网址
|
||||
buildConfigField "String", "BASE_URL", "\"https://redspinplay.com/\""
|
||||
//后台唯一ID
|
||||
buildConfigField "int", "USERID", "256"
|
||||
//状态栏文字颜色是否为白色
|
||||
@@ -88,7 +86,6 @@
|
||||
需要修改的配置项都在这里面 app_config.xml
|
||||
<string name="app_name">APP名字</string>
|
||||
<string name="userId">唯一ID</string>
|
||||
<string name="base_url">初始域名</string>
|
||||
<string name="is_white">任务栏的文字颜色 0 黑 1白 默认黑</string>
|
||||
<string name="is_round">启动页logo 0 原图显示 1 强制修改为原型图片logo 给过来的logo不圆润就用1</string>
|
||||
<string name="has_contact">0</string> 是否需要通讯录权限 1 要 0 不要
|
||||
|
||||
Reference in New Issue
Block a user