feat: 不再需要负载均衡

This commit is contained in:
AnnAngela
2023-07-03 09:36:28 +00:00
committed by GitHub
parent 49b84d5af8
commit 2cc28ceeeb

View File

@@ -518,8 +518,8 @@ namespace MaaWpfGui.ViewModels.UI
}
// 负载均衡
var rand = new Random();
urls = urls.OrderBy(_ => rand.Next()).ToList();
// var rand = new Random();
// urls = urls.OrderBy(_ => rand.Next()).ToList();
if (rawUrl != null)
{