release: update 5.2.0

This commit is contained in:
xiaoxian521
2024-03-22 20:47:17 +08:00
parent 51a4a6d246
commit 03d68a24d9
30 changed files with 1411 additions and 1196 deletions

View File

@@ -35,7 +35,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
};
}
};