mirror of
https://github.com/kuaifan/dootask.git
synced 2026-06-28 18:22:22 +00:00
深色主题通过 html 整体 invert+hue-rotate 反色,导致配置的背景色被反成错误颜色。 改为在 iframe 铺底伪元素上承载真实背景色,并在深色下对该伪元素施加同款反向 filter 抵消整体反转,使背景与内容区反色行为一致,不再用 JS 近似反相。 - modal.vue:bodyStyle 通过 CSS 变量 --micro-body-background-color 传递真实色 - iframe.vue:.micro-app-iframe::before 铺底背景层 + 深色反向 filter,并加 isolation 隔离 z-index - 移除不再需要的 utils/color.js 颜色反相工具 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>