diff --git a/frontend/dashboard.html b/frontend/dashboard.html index c500330..80b903a 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -433,6 +433,9 @@ function renderTaskDetail(projects, tasks, agents, terminals) { 创建于 ${new Date(activeTask.created_at).toLocaleString('zh-CN')} ${activeTask.completed_at ? ` · 完成于 ${new Date(activeTask.completed_at).toLocaleString('zh-CN')}` : ''} + ${activeTask.description ? `