Merge codex/main-latest-20260615-030000: 一键视频工具 + 快捷操作配色修复

This commit is contained in:
2026-06-17 21:33:50 +08:00
4 changed files with 796 additions and 4 deletions
+11
View File
@@ -371,3 +371,14 @@
border-color: rgba(var(--accent-rgb), 0.42);
background: var(--bg-panel);
}
/* ── Product set count stepper: align with local light theme ── */
html body #root .ecommerce-standalone .product-clone-page[data-tool="clone"] .clone-ai-count-stepper {
border-color: var(--border-subtle) !important;
background: var(--bg-inset) !important;
color: var(--fg-body) !important;
}
html body #root .ecommerce-standalone .product-clone-page[data-tool="clone"] .clone-ai-count-stepper b {
color: var(--fg-body) !important;
}