fix: epThemeColor error

Closes #183
This commit is contained in:
rich1e 2022-02-10 12:54:16 +08:00 committed by GitHub
parent 43193fd2b6
commit 7544cf058e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ export const injectResponsiveStorage = (app: App, config: ServerConfigs) => {
theme: config.Theme ?? "default", theme: config.Theme ?? "default",
darkMode: config.DarkMode ?? false, darkMode: config.DarkMode ?? false,
sidebarStatus: config.SidebarStatus ?? true, sidebarStatus: config.SidebarStatus ?? true,
epThemeColor: config.EpThemeColor ?? "409EFF" epThemeColor: config.EpThemeColor ?? "#409EFF"
} }
}, },
configure: { configure: {