fix(web): avoid stale iwooos deploy evidence
Some checks failed
CD Pipeline / tests (push) Failing after 48s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
Code Review / ai-code-review (push) Successful in 13s

This commit is contained in:
Your Name
2026-05-31 12:26:07 +08:00
parent da519423e1
commit a192e5f56b
6 changed files with 75 additions and 4 deletions

View File

@@ -628,7 +628,7 @@ const operatorNextTasks: IwoooSOperatorNextTask[] = [
const stageCompletionReportItems: IwoooSStageCompletionReportItem[] = [
{ key: 'stageClosed', value: '完成', icon: CheckCircle2, tone: 'steady' },
{ key: 'productionEvidence', value: 'CD 3261', icon: Radar, tone: 'steady' },
{ key: 'productionEvidence', value: 'deploy marker', icon: Radar, tone: 'steady' },
{ key: 'progressBoundary', value: '61%', icon: Activity, tone: 'warn' },
{ key: 'runtimeBoundary', value: 'Gate 0', icon: Lock, tone: 'locked' },
]