From a4570f75264cf423fcf8b221cd97647e108c1ffe Mon Sep 17 00:00:00 2001 From: cfdaily Date: Thu, 21 May 2026 20:49:36 +0800 Subject: [PATCH] auto-sync: 2026-05-21 20:49:36 --- src/frontend/src/components/TaskModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/TaskModal.tsx b/src/frontend/src/components/TaskModal.tsx index ecd1d64..b1bd0d2 100644 --- a/src/frontend/src/components/TaskModal.tsx +++ b/src/frontend/src/components/TaskModal.tsx @@ -117,7 +117,7 @@ function StatusButtons({ status, taskId, resumedFrom, onAction }: { status: stri { target: 'cancelled', label: 'ε–ζΆˆ', icon: '🚫', bg: '#6b728022', color: '#6b7280', border: '#6b728044' }, ], paused: [ - { target: 'working', label: '恒倍', icon: 'β–Ά', bg: '#2ecc8a22', color: '#2ecc8a', border: '#2ecc8a44' }, + { target: resumedFrom || 'working', label: '恒倍', icon: 'β–Ά', bg: '#2ecc8a22', color: '#2ecc8a', border: '#2ecc8a44' }, { target: 'cancelled', label: 'ε–ζΆˆ', icon: '🚫', bg: '#6b728022', color: '#6b7280', border: '#6b728044' }, ], review: [ @@ -426,7 +426,7 @@ export default function TaskModal() { {/* ηŠΆζ€ζ“δ½œ */}
- +
{/* v2.7: 子 Task θΏ›εΊ¦ + εˆ—θ‘¨ */}