feat: align Dream Skin runtime and theme colors - #1712
Open
chenzhaoxuan0 wants to merge 4 commits into
Open
Conversation
Author
|
追加修复:Codex 26.727 将主内容节点的 main-surface class 改为 CSS Modules 类名,导致 DreamSkin 图片资源虽已生成 Blob URL 但没有匹配到背景 CSS。新增 renderer 兼容层,在不改动 Codex 原生 class 的前提下恢复 main-surface 选择器契约,并在 cleanup 时回收兼容标记。已用实际 Codex CDP 验证 ::before background-image 包含 Blob 图片 URL;npm test 36/36、cdp_bridge 94/94 通过。Commit: 7f5b57d |
Author
|
追加修复:Codex 26.727 将原生顶部渐隐层改为 CSS Modules 类名 _MainContentTopFade_zbk1f_251,旧版 .app-shell-main-content-top-fade 规则无法匹配,导致主内容上方出现黑色渐变条。DreamSkin CSS 现同时隐藏旧 class 和 [class*="MainContentTopFade"]。已通过实际 CDP 验证该元素 display:none;commit 9d5f916。 |
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.
Summary
Verification