fix(onboarding): restore uncertain birth-time intake
Independent Staging Quality Gate / validate (push) Successful in 20m10s
Independent Staging Quality Gate / publish (push) Successful in 8m46s

This commit is contained in:
Jesse_Chen
2026-08-15 19:29:33 +08:00
parent 2984b6d1d0
commit 995da2d4b4
5 changed files with 110 additions and 18 deletions
@@ -84,6 +84,7 @@ export function formatBirthDate(value: Date): string {
export const birthTimeSourceOptions = [
{ value: "family_exact", label: "我知道准确出生时间", hint: "保存为初始化填报时间,不会自动标记为引擎确认" },
{ value: "period_only", label: "我不确定准确时间", hint: "告诉我们大致时段;完全不清楚也可以直接跳过" },
] as const;
export const birthTimeSourceDefaults = {