Skip to content

Commit

Permalink
修复构建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Mar 1, 2024
1 parent 0c986ee commit 3c28c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/theme/createThemes.js
Expand Up @@ -249,6 +249,7 @@ const defaultThemes = [
id: 'black',
name: '黑灯瞎火',
isDark: true,
isDarkFont: false,
config: {
primary: 'rgb(150, 150, 150)',
font: 'rgb(229, 229, 229)',
Expand Down
3 changes: 2 additions & 1 deletion src/common/theme/index.json
Expand Up @@ -2573,6 +2573,7 @@
"id": "black",
"name": "黑灯瞎火",
"isDark": true,
"isDarkFont": false,
"isCustom": false,
"config": {
"themeColors": {
Expand Down Expand Up @@ -3853,4 +3854,4 @@
}
}
}
]
]

0 comments on commit 3c28c48

Please sign in to comment.