update: 修改主题色
This commit is contained in:
parent
b69a1721bf
commit
a8b9108462
|
@ -1,6 +1,6 @@
|
||||||
export default {
|
export default {
|
||||||
theme: {
|
theme: {
|
||||||
'primary-color': '#00A4FF',
|
'primary-color': '#1d39c4',
|
||||||
},
|
},
|
||||||
logo: '/favicon.ico',
|
logo: '/favicon.ico',
|
||||||
title: 'Jetlinks'
|
title: 'Jetlinks'
|
||||||
|
|
|
@ -89,8 +89,8 @@ export default defineConfig(({ mode}) => {
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
less: {
|
less: {
|
||||||
modifyVars: {
|
modifyVars: {
|
||||||
|
hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";`,
|
||||||
...Config.theme,
|
...Config.theme,
|
||||||
hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";`
|
|
||||||
},
|
},
|
||||||
javascriptEnabled: true,
|
javascriptEnabled: true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue