improve:直线拉直

改进直线拉直算法
This commit is contained in:
2025-11-29 22:20:13 +08:00
parent aa0c4fb841
commit 6f9161439f
3 changed files with 144 additions and 300 deletions
+3 -3
View File
@@ -331,15 +331,15 @@ namespace Ink_Canvas.Helpers
return false;
}
}
catch (HttpRequestException httpEx)
catch (HttpRequestException)
{
return false;
}
catch (TaskCanceledException timeoutEx)
catch (TaskCanceledException)
{
return false;
}
catch (Exception ex)
catch (Exception)
{
return false;
}