auto-sync: 2026-05-21 20:08:02

This commit is contained in:
cfdaily
2026-05-21 20:08:02 +08:00
parent b50dcedde1
commit a297f51f5c
@@ -99,7 +99,6 @@ function StatusButtons({ status, taskId, onAction }: { status: string; taskId: s
const projects = useStore((s) => s.projects);
const loadV2Tasks = useStore((s) => s.loadV2Tasks);
const [loading, setLoading] = useState<string | null>(null);
const [showAdvanced, setShowAdvanced] = useState(false);
// AI Native:只显示人需要做的动作
// v3.1: 取消 ADVANCED 折叠区,所有操作直接展示