36e8f736e6
将 renderPreview 内 const t = tasks.find() 改名为 task, 避免局部变量 t(任务对象)遮蔽全局翻译函数 t(), 使预览面板渲染时抛 't is not a function' 导致面板无法打开。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>