perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-12-08 11:22:03 +08:00
parent f6057458de
commit 85a60cdc4d
14 changed files with 120 additions and 30 deletions

View File

@@ -25,7 +25,8 @@ export const injectResponsiveStorage = (app: App, config: ServerConfigs) => {
default: Storage.getData(undefined, "sets") ?? {
grey: config.Grey ?? false,
weak: config.Weak ?? false,
hideTabs: config.HideTabs ?? false
hideTabs: config.HideTabs ?? false,
multiTagsCache: config.MultiTagsCache ?? false
}
}
},