chore: 添加 未能加载文件或程序集 System.Net.Http 的报错解决方案

This commit is contained in:
uye
2023-12-30 12:13:01 +08:00
parent 886bdfe486
commit 694640d8a1

View File

@@ -83,7 +83,8 @@ namespace MaaWpfGui.Views.UI
if (details.Contains("AsstGetVersion()") ||
details.Contains("DllNotFoundException") ||
details.Contains("lambda_method") ||
details.Contains("HandyControl"))
details.Contains("HandyControl") ||
(details.Contains("System.Net.Http") && details.Contains("Version")))
{
return LocalizationHelper.GetString("ErrorSolutionCrash");
}