mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
* perf: 优化 RecognizerViewModel 删除多余变量,避免大量内存重复申请 * perf: 优化 peep 逻辑 * chore: 优化异步截图 * perf: 移除不必要的任务调用 * perf: 优化截图 * chore: stream 使用 using * chore: TestLinkAndGetImage 改用 AsstGetFreshImageAsync * refactor: 提取 peep 页面,允许自定义触发器间隔 * chore: 添加 PeepInterval 最小值 * chore: 避免重复订阅事件 * chore: _peepImageTimer 改用 System.Timers.Timer * refactor: PeepInterval 改为 PeepTargetFps * fix: 截图时间过长时导致队列阻塞无法停止观测 * perf: 增加截图任务并发限制 * chore: 调整变量名 说起来真有人能截图截到 Int.Max 吗 * chore: 调整初始分配线程数 --------- Co-authored-by: status102 <102887808+status102@users.noreply.github.com>