chore: remove hardcoded fallback domains

This commit is contained in:
2026-08-05 14:53:40 +08:00
parent da64066a21
commit f25bd7abf9
171 changed files with 27 additions and 369 deletions

View File

@@ -66,7 +66,6 @@ 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;