Files
maestro/web
wangjia 33513757a3 fix(web): renderNode 内 t 被 task 参数遮蔽导致 t is not a function
renderNode=(t)=> 里 t 是任务对象,line 1418 的 t('depsWait') 调用
全局 i18n 函数时 t 已被遮蔽。在 renderNode 前保存 const i18n=t,
内部改用 i18n(),消除 "t is not a function" 错误。

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