fix(rectification): keep a live analyzing step and drop the range-stop exits
Independent Staging Quality Gate / validate (push) Successful in 9m26s
Independent Staging Quality Gate / publish (push) Successful in 1m57s

A completed tool left only checkmarks under 正在分析, so the run looked stuck. The composer and scoring-card 先这样 buttons were unused early exits.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-09-04 12:46:04 +08:00
parent fc5eca8c00
commit cfa824994e
13 changed files with 172 additions and 90 deletions
-25
View File
@@ -2980,17 +2980,6 @@ input:not([type="radio"]):not([type="checkbox"]):not([class^="ant-"]):not([class
font-size: var(--type-body-sm);
line-height: 1.5;
}
.rectification-choice-card__selected {
display: inline-flex;
align-items: center;
gap: 4px;
margin-inline-start: var(--space-2);
color: var(--color-action);
font-size: var(--type-caption);
font-weight: 600;
vertical-align: middle;
}
.rectification-choice-card__selected svg { width: 14px; height: 14px; }
.rectification-board__clock.is-declared { color: var(--color-ink-tertiary); }
.rectification-board__empty { display: grid; gap: var(--space-1); }
.rectification-board__empty p { margin: 0; }
@@ -3200,20 +3189,6 @@ input:not([type="radio"]):not([type="checkbox"]):not([class^="ant-"]):not([class
color: var(--color-ink-secondary);
font-size: var(--type-caption);
}
.rectification-collect-stop {
margin: var(--space-2) 0 0;
padding: 0;
border: 0;
background: transparent;
color: var(--color-ink-secondary);
font: inherit;
font-size: var(--type-caption);
cursor: pointer;
}
.rectification-collect-stop:disabled {
cursor: default;
opacity: .48;
}
.rectification-house-table {
display: grid;
gap: var(--space-3);