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

@@ -24,6 +24,7 @@ android {
//app 名字
resValue('string', 'app_name', '1XHUAT')
// 预埋订阅网址
buildConfigField "String", "BASE_URL", "\"https://1xhuat.com/\""
buildConfigField "int", "USERID", "248"
buildConfigField "boolean", "IS_WHITE", "true"
buildConfigField "boolean", "IS_ROUND", "false"