feat(rectification): 出卡加精度门槛,补经历改成系统点名
宽度超过 10 分钟或头名并列时不再出交付卡,改为按大运边界逐条问、 用类型芯片和年/月选择器录入。跳过的线换问法再问一次;答「这类事 都没有过」的不再问。用户说「没有了」仍立刻给目前范围。Skill 10.0.27。 BUG-740~743
This commit is contained in:
@@ -52,6 +52,7 @@ export type RectificationChatPanel = Readonly<{
|
||||
export type ConversationalBirthTimeRectificationProps = Readonly<{
|
||||
/** The declared birth minute from the profile, shown on the board before any candidate exists. */
|
||||
declaredTime: string | null;
|
||||
birthDate: string | null;
|
||||
models: readonly PublicLanguageModel[];
|
||||
selectedModelId: string;
|
||||
onSelectModel: (modelId: string) => void;
|
||||
@@ -62,6 +63,7 @@ export type ConversationalBirthTimeRectificationProps = Readonly<{
|
||||
|
||||
export function ConversationalBirthTimeRectification({
|
||||
declaredTime,
|
||||
birthDate,
|
||||
models,
|
||||
selectedModelId,
|
||||
onSelectModel,
|
||||
@@ -71,6 +73,7 @@ export function ConversationalBirthTimeRectification({
|
||||
}: ConversationalBirthTimeRectificationProps) {
|
||||
const props = {
|
||||
declaredTime,
|
||||
birthDate,
|
||||
models,
|
||||
selectedModelId,
|
||||
onSelectModel,
|
||||
|
||||
Reference in New Issue
Block a user