Skip to content

Commit

Permalink
feat 移除补丁
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Aug 1, 2023
1 parent 4cfe8d8 commit 93a75f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
14 changes: 0 additions & 14 deletions ASFEnhance/ASFEnhance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,6 @@ public Task OnASFInit(IReadOnlyDictionary<string, JToken>? additionalConfigPrope
}
}

//注册checkout域名, 解决警告
_ = Task.Run(async () =>
{
try
{
await Task.Delay(2000).ConfigureAwait(false);
await ReflectionHelper.AddService().ConfigureAwait(false);
}
catch (Exception ex)
{
ASFLogger.LogGenericException(ex, Langs.RegisterServiceFailed);
}
});

return Task.CompletedTask;
}

Expand Down
39 changes: 0 additions & 39 deletions ASFEnhance/ReflectionHelper.cs

This file was deleted.

0 comments on commit 93a75f9

Please sign in to comment.