This commit is contained in:
wwz
2025-02-10 11:25:48 +08:00
parent 5add1f1282
commit ede860cec3
24 changed files with 2536 additions and 17657 deletions

View File

@@ -8,7 +8,8 @@ export const useNavbarStore = defineStore('navbar', {
title: '',
isTransparent: false,
height: 0,
hasPlaceholder: true
hasPlaceholder: true,
scrollTop: 0 //滚动高度
}),
actions: {
updateNavbarConfig(config) {