Keep birth time phrases intact

This commit is contained in:
Jesse_Chen
2026-07-19 19:52:51 +08:00
parent d212dc66e9
commit d19a96556a
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -2483,7 +2483,7 @@ export default function Home() {
</dl>
<div className="product-entrypoint-footer">
<small>{birthTimeDisplay?.kind === "candidate"
? "当前使用候选时间排盘;原始填报范围仍保留。"
? <>使<span className="phrase-nowrap"></span></>
: birthTimeDisplay?.kind === "confirmed"
? "当前排盘时间已经确认。"
: "不能直接改写默认星盘;需事件证据验证。"}</small>
@@ -106,7 +106,7 @@ function TerminalAction({ controller, error, path }: {
return (
<div className="birth-time-next-step">
<b></b>
<p>使 {path.time} </p>
<p>使 {path.time} <span className="phrase-nowrap"></span><span className="phrase-nowrap"></span><span className="phrase-nowrap"></span></p>
<button className="button-primary birth-time-guided-action" disabled={controller.pending} onClick={() => controller.completeCandidate(path.time)} type="button">
{controller.pending ? `正在采用 ${path.time}` : `采用 ${path.time} 并进入对话`}
</button>