mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 09:55:56 +08:00
68f4617bda
- expand useEffect 增加 .slice(0, 20) 批次限制,避免大量路径时并发过高 - validatedRef / expandedRef 替代 validationCache.has / expandedCache.has 过滤, 从 useEffect 依赖数组中移除缓存 state,消除双重触发 - ValidationState 类型提升到模块层级,新增 DEFAULT_VALIDATION_STATE 常量 替代硬编码类型断言 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>