improve:自动更新
This commit is contained in:
@@ -1117,7 +1117,8 @@ namespace Ink_Canvas.Helpers
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var groups = ChannelLineGroups[channel];
|
// 先检测并排序所有可用线路组
|
||||||
|
var groups = await GetAvailableLineGroupsOrdered(channel);
|
||||||
bool downloadSuccess = await DownloadSetupFileWithFallback(version, groups, progressCallback);
|
bool downloadSuccess = await DownloadSetupFileWithFallback(version, groups, progressCallback);
|
||||||
if (!downloadSuccess)
|
if (!downloadSuccess)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user