fix: 修复全量数学科目双向语义分解与比较呈现 - #83
Merged
sectumpempra merged 3 commits intoAug 24, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复范围:40 个数学资格、8,417 条官方陈述、1,560 个有向资格比较。\n\n根因与修复:\n- 对比状态属于原子陈述,旧 UI 却先按状态再重复官方主题,造成主题本身被误读为独有或部分重合;现改为先按官方主题分组,并显示该主题内逐条状态分布。\n- 广义四则运算节点未闭包到分数加减与分数乘除两个原子节点,导致相反方向出现不一致;现按官方来源补全 4MB1 与 CAIE 0607 的精确分解。\n- 修正 CAIE 0607 把最简分数误映射为全部分数四则运算的问题。\n\n验证:\n- 40 个资格、8,417 条陈述、1,560 个方向全量审计:0 失败。\n- TypeScript、ESLint、264 个测试文件共 2,816 项测试、静态生产构建全部通过。\n- 生产授权 SHA:40a3cf935e8fa9dbd006bb0eb4b0cdc673bf9319ce98c9621b21185722e7b0ad。\n- 未修改官方考纲原文,未调用外部模型。