mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
feat: 不再需要负载均衡
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user