让警告没那么多

应该不会出问题的吧
This commit is contained in:
PrefacedCorg
2025-08-31 01:47:00 +08:00
parent 16283f4643
commit 2fe482b802
4 changed files with 32 additions and 36 deletions
+3 -3
View File
@@ -335,7 +335,7 @@ namespace Ink_Canvas.Helpers
return path;
}
catch (Exception ex)
catch (Exception)
{
return null;
}
@@ -497,7 +497,7 @@ namespace Ink_Canvas.Helpers
// 开始分段渐隐动画
StartSegmentedFadeAnimation(segments, stroke, originalVisual, duration);
}
catch (Exception ex)
catch (Exception)
{
StartSimpleFadeAnimation(originalVisual, stroke, opacity, duration);
}
@@ -551,7 +551,7 @@ namespace Ink_Canvas.Helpers
return path;
}
catch (Exception ex)
catch (Exception)
{
return null;
}