fix(memory): 增强记忆调谐清晰度与扭曲表现

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-01 21:12:51 +08:00
co-authored by Cursor
parent df70089ecc
commit d6e7afe4b3
2 changed files with 6 additions and 6 deletions
@@ -18,7 +18,7 @@ namespace AibisDream.FixSystem
private const float DefaultFadeDuration = 1f;
private const float SearchStartDelay = 1f;
private const float ProjectorMoveDuration = 2f;
private const float MaxClarityDistortion = 0.58f;
private const float MaxClarityDistortion = 1f;
private const float MaxFrequencyBlur = 0.6f;
private const float MinPixelDensity = 18f;
private const float MaxPixelDensity = 96f;