fixed. 123跨区下载错误

This commit is contained in:
q
2025-11-28 19:48:19 +08:00
parent aa0cd68f7f
commit 80ccbe5b62
9 changed files with 327 additions and 6 deletions

View File

@@ -82,5 +82,11 @@ public class AppMain {
localMap.put("proxy", jsonObject1);
}
}
// 认证
if (jsonObject.containsKey(ConfigConstant.AUTHS)) {
JsonObject auths = jsonObject.getJsonObject(ConfigConstant.AUTHS);
localMap.put(ConfigConstant.AUTHS, auths);
}
}
}