arvinxx / dumi-theme-antd-style

dumi-theme for antd-style site
https://dumi-theme-antd-style.arvinx.com
MIT License
75 stars 37 forks source link

🐛[BUG] 通过themeConfig禁用主题切换的配置后demo预览打开默认为暗色模式且无法更改 #120

Open h7ml opened 2 months ago

h7ml commented 2 months ago

🐛 bug 描述

根据dumi文档 配置组件库文档站点

对于组件库文档站点来说,建议根据组件库对暗色模式的适配情况来选择是否配置 switch 为 false,避免用户切换主题色后组件 demo 的样式出现异常。

📷 复现步骤

 export default defineConfig({
     // ...
     prefersColor: { default: 'light', switch: false },
     // ...
 })

🏞 期望结果

💻 复现代码

可复现 demo

线上地址

© 版本信息

🚑 其他信息