抽取配色css #79
Reference in New Issue
Block a user
Delete Branch "extract-color-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[P1] 测试与文档引用了不存在的文件。

theme.test.ts:8 和

index.test.ts:12 读取 platform-theme.css,实际文件和运行时导入是 theme.css。定向测试结果为 2 failed / 13 passed,均为 ENOENT。两份文档也写错了同一路径,需要统一命名。
• [P2] 抽取改变了字体层叠顺序。

index.css:3 将

theme.css:1 的全局 !important 字体规则提前,导致绑定手机号页“陶泥儿”标题从 Inter 变成 Noto Serif SC。Chromium computed-style 已确认。若这里只想抽取配色,应保留字体规则原有层叠位置;若接受视觉变化,需要明确记录并补视觉契约。
[P1] 测试与文档引用了不存在的文件。 theme.test.ts:8 和 index.test.ts:12 读取 platform-theme.css,实际文件和运行时导入是 theme.css。定向测试结果为 2 failed / 13 passed,均为 ENOENT。两份文档也写错了同一路径,需要统一命名。
[P2] 抽取改变了字体层叠顺序。 index.css:3 将 theme.css:1 的全局 !important 字体规则提前,导致绑定手机号页“陶泥儿”标题从 Inter 变成 Noto Serif SC。Chromium computed-style 已确认。若这里只想抽取配色,应保留字体规则原有层叠位置;若接受视觉变化,需要明确记录并补视觉契约。
fixed 1 2
New commits pushed, approval review dismissed automatically according to repository settings