zmtlwzy/zmtlwzy-admin

请问如何根据主题自定义CSS全局变量

SuperManito opened this issue · 0 comments

例如

export const themeConfig = {
    light: {
        primary-color: '#000'
    },
    dark: {
        primary-color: '#fff'
    }
}