feat: update

This commit is contained in:
xiaoxian521
2021-10-28 09:52:21 +08:00
parent b40cd2db74
commit b520e234a1
8 changed files with 76 additions and 14 deletions

View File

@@ -30,7 +30,8 @@ export const injectResponsiveStorage = (app: App, config: ServerConfigs) => {
layout: {
type: Object,
default: Storage.getData(undefined, "layout") ?? {
layout: config.Layout
layout: config.Layout,
theme: config.Theme
}
}
});