优化代码

This commit is contained in:
2026-03-03 16:04:20 +08:00
parent 62e79ff5b3
commit a948c0d7fb
73 changed files with 944 additions and 997 deletions
@@ -180,8 +180,8 @@ namespace Ink_Canvas
private const double PROBABILITY_RECOVERY_RATE = 0.2;
private const double FREQUENCY_BOOST_FACTOR = 2.0;
private const int MaxGapThreshold = 3;
private const int MinCandidatePoolSize = 2;
private const int MaxGapThreshold = 3;
private const int MinCandidatePoolSize = 2;
// 单次抽相关
private bool isSingleDrawMode = false;