9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

[ci skip] Remove ghproxy (#436)

This commit is contained in:
violetc
2025-03-22 15:48:12 +08:00
parent 90eccf9f03
commit 86214d4549

View File

@@ -867,7 +867,7 @@ public final class LeavesConfig {
public String source = "application"; public String source = "application";
public static class DownloadSourceValidator extends StringConfigValidator { public static class DownloadSourceValidator extends StringConfigValidator {
private static final List<String> suggestSourceList = List.of("application", "ghproxy", "cloud"); private static final List<String> suggestSourceList = List.of("application", "cloud");
@Override @Override
public List<String> valueSuggest() { public List<String> valueSuggest() {