revert: restore local fallback domains

This commit is contained in:
2026-08-05 15:25:52 +08:00
parent f25bd7abf9
commit 5e6520c258
171 changed files with 369 additions and 27 deletions

View File

@@ -62,6 +62,8 @@
resValue('color', 'style_color', '#040102')
//app 名字
resValue('string', 'app_name', 'REDSPIN8')
//预埋订阅网址
buildConfigField "String", "BASE_URL", "\"https://redspinplay.com/\""
//后台唯一ID
buildConfigField "int", "USERID", "256"
//状态栏文字颜色是否为白色
@@ -86,6 +88,7 @@
需要修改的配置项都在这里面 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 不要