修复构建问题
parent
0c986ee68c
commit
3c28c4861b
|
@ -249,6 +249,7 @@ const defaultThemes = [
|
||||||
id: 'black',
|
id: 'black',
|
||||||
name: '黑灯瞎火',
|
name: '黑灯瞎火',
|
||||||
isDark: true,
|
isDark: true,
|
||||||
|
isDarkFont: false,
|
||||||
config: {
|
config: {
|
||||||
primary: 'rgb(150, 150, 150)',
|
primary: 'rgb(150, 150, 150)',
|
||||||
font: 'rgb(229, 229, 229)',
|
font: 'rgb(229, 229, 229)',
|
||||||
|
|
|
@ -2573,6 +2573,7 @@
|
||||||
"id": "black",
|
"id": "black",
|
||||||
"name": "黑灯瞎火",
|
"name": "黑灯瞎火",
|
||||||
"isDark": true,
|
"isDark": true,
|
||||||
|
"isDarkFont": false,
|
||||||
"isCustom": false,
|
"isCustom": false,
|
||||||
"config": {
|
"config": {
|
||||||
"themeColors": {
|
"themeColors": {
|
||||||
|
|
Loading…
Reference in New Issue