fix(onboarding): restore uncertain birth-time intake
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user