feat(incident): redesign IncidentCard with FlowPipeline, migrate auth logic from DualState

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-01 20:00:16 +08:00
parent 8b99dde05e
commit 823e2b95a3
4 changed files with 360 additions and 247 deletions

View File

@@ -277,7 +277,9 @@
"brainAnalyzing": ">_ Brain analyzing...",
"decisionReady": ">_ Decision ready (Tier {tier})",
"waitingCommander": ">_ Awaiting commander approval (Tier {tier})",
"suggestedAction": "> Suggested action:"
"suggestedAction": "> Suggested action:",
"authorize": "Authorize",
"reject": "Reject"
}
},
"status": {
@@ -554,4 +556,4 @@
}
}
}
}
}

View File

@@ -278,7 +278,9 @@
"brainAnalyzing": ">_ 大腦分析中...",
"decisionReady": ">_ 決策就緒 (Tier {tier})",
"waitingCommander": ">_ 等待統帥親核 (Tier {tier})",
"suggestedAction": "> 建議行動:"
"suggestedAction": "> 建議行動:",
"authorize": "授權",
"reject": "拒絕"
}
},
"status": {
@@ -555,4 +557,4 @@
}
}
}
}
}