feat: 内容区添加全局Stretch配置,可自定义紧凑页面,轻松找到所需信息 (#968)

* chore: 页面添加stretch配置
This commit is contained in:
Leet
2024-03-14 10:09:51 +08:00
committed by GitHub
parent 0be8c963ba
commit 359ccdd85b
6 changed files with 107 additions and 13 deletions

View File

@@ -41,7 +41,8 @@ export function useLayout() {
hideFooter: $config.HideFooter ?? true,
showLogo: $config?.ShowLogo ?? true,
showModel: $config?.ShowModel ?? "smart",
multiTagsCache: $config?.MultiTagsCache ?? false
multiTagsCache: $config?.MultiTagsCache ?? false,
stretch: $config?.Stretch ?? false
};
}
};