diff --git a/frontend/src/components/birth-time-candidate-result.tsx b/frontend/src/components/birth-time-candidate-result.tsx index f26de885..9195b548 100644 --- a/frontend/src/components/birth-time-candidate-result.tsx +++ b/frontend/src/components/birth-time-candidate-result.tsx @@ -106,7 +106,7 @@ function TerminalAction({ controller, error, path }: { return (
点击后将使用 {path.time} 作为当前排盘时间并进入对话;原始填报和本次候选结果仍会保留。
+点击后将使用 {path.time} 作为当前排盘时间并进入对话;原始填报和本次候选结果仍会保留。
diff --git a/frontend/tests/birth-time-guided-review-fixes.test.ts b/frontend/tests/birth-time-guided-review-fixes.test.ts index 8399164e..84b4f4e8 100644 --- a/frontend/tests/birth-time-guided-review-fixes.test.ts +++ b/frontend/tests/birth-time-guided-review-fixes.test.ts @@ -140,7 +140,7 @@ test("terminal and entrypoint CJK phrases stay intact at narrow widths", () => { const candidateResultSource = readFileSync(new URL("../src/components/birth-time-candidate-result.tsx", import.meta.url), "utf8"); const pageSource = readFileSync(new URL("../src/app/page.tsx", import.meta.url), "utf8"); - assert.match(candidateResultSource, /作为当前排盘时间<\/span>并进入对话;原始填报<\/span>和本次候选结果<\/span>仍会保留。/); + assert.match(candidateResultSource, /作为当前排盘时间<\/span>并进入对话;原始填报<\/span>和本次候选结果<\/span>仍会保留<\/span>。/); assert.match(pageSource, /当前使用候选时间排盘;原始填报范围<\/span>仍保留。/); });