Files
maestro/web
wangjia 36e8f736e6 fix(web): renderPreview 中 task 变量遮蔽全局 t() 翻译函数导致预览点击无效
将 renderPreview 内 const t = tasks.find() 改名为 task,
避免局部变量 t(任务对象)遮蔽全局翻译函数 t(),
使预览面板渲染时抛 't is not a function' 导致面板无法打开。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 14:23:56 +08:00
..