This commit is contained in:
2026-05-02 16:22:27 +08:00
parent aea4c2ce3c
commit f825211987
6 changed files with 27 additions and 2 deletions
+2
View File
@@ -110,6 +110,8 @@ namespace Ink_Canvas
public bool HighPrecisionLineStraighten { get; set; } = true; // 是否启用高精度直线拉直
[JsonProperty("pauseStraightenLine")]
public bool PauseStraightenLine { get; set; } = false; // 是否启用停顿拉直(书写中停顿时自动拉直笔画)
[JsonProperty("pauseStraightenDelay")]
public int PauseStraightenDelay { get; set; } = 300; // 停顿拉直触发延迟(毫秒)
[JsonProperty("lineEndpointSnapping")]
public bool LineEndpointSnapping { get; set; } = true; // 是否启用直线端点吸附
[JsonProperty("lineEndpointSnappingThreshold")]