fix(rectification): let a tied plateau be adopted as the session result
Independent Staging Quality Gate / validate (push) Successful in 8m46s
Independent Staging Quality Gate / publish (push) Successful in 9m8s

Adjacent minutes still cannot confirm a unique birth minute. A scored
representative time can now be accepted, and the copy must say the minute
is not unique.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-19 10:41:47 +08:00
co-authored by Cursor
parent d35828e76d
commit 7c7a25773c
35 changed files with 1149 additions and 65 deletions
@@ -634,7 +634,7 @@ export function RectificationAgenticChat(props: RectificationAgenticChatProps) {
<section className="rectification-candidates" aria-label="生时校正候选时间">
<div className="rectification-candidates-heading">
<strong></strong>
<span></span>
<span></span>
<span></span>
</div>
<div className="rectification-candidate-list">
@@ -666,7 +666,7 @@ export function RectificationAgenticChat(props: RectificationAgenticChatProps) {
)}
{savedTime && (
<p className="rectification-saved" role="status">
{savedStatus === "confirmed" ? "已确认校正时间" : "已采用校正时间(未确认"}{savedTime}使
{savedStatus === "confirmed" ? "已确认校正时间" : "当前排盘时间(代表性候选,还不能确认唯一分钟"}{savedTime}使
</p>
)}
{error && <p className="error-message" role="alert">{error}</p>}