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