feat: 添加页脚 (#758)

feat: 添加页脚
This commit is contained in:
一万
2023-10-17 11:25:35 +08:00
committed by GitHub
parent 3e040fcc24
commit b93ebe713b
7 changed files with 103 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ export const injectResponsiveStorage = (app: App, config: PlatformConfigs) => {
grey: config.Grey ?? false,
weak: config.Weak ?? false,
hideTabs: config.HideTabs ?? false,
hideFooter: config.HideFooter ?? false,
showLogo: config.ShowLogo ?? true,
showModel: config.ShowModel ?? "smart",
multiTagsCache: config.MultiTagsCache ?? false