修复构建问题

pull/1072/merge
lyswhut 2024-03-01 15:18:25 +08:00
parent 0c986ee68c
commit 3c28c4861b
2 changed files with 3 additions and 1 deletions

View File

@ -249,6 +249,7 @@ const defaultThemes = [
id: 'black',
name: '黑灯瞎火',
isDark: true,
isDarkFont: false,
config: {
primary: 'rgb(150, 150, 150)',
font: 'rgb(229, 229, 229)',

View File

@ -2573,6 +2573,7 @@
"id": "black",
"name": "黑灯瞎火",
"isDark": true,
"isDarkFont": false,
"isCustom": false,
"config": {
"themeColors": {
@ -3853,4 +3854,4 @@
}
}
}
]
]