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禁用主题切换的配置无效 #109

Closed FriedRiceNoodles closed 3 months ago

FriedRiceNoodles commented 3 months ago

🐛 bug 描述

根据dumi文档,应该可以通过配置项禁用主题切换,但是在该配置在 dumi-theme-antd-style 下是失效的。

📷 复现步骤

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