fixed. 123跨区下载错误

This commit is contained in:
q
2025-11-28 19:48:19 +08:00
parent 74b9cc438c
commit f87a66bc79
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);
}
}
}