chore: sync latest project updates
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-03 14:42:38 +08:00
parent 8b2c36677e
commit 8fed715235
106 changed files with 6030 additions and 121 deletions

View File

@@ -501,11 +501,6 @@ watch(
{ immediate: true }
)
watch(activeFloorId, (floorId) => {
if (!floorId || loadingFloorId.value === floorId) return
renderedFloorId.value = floorId
})
const searchFieldStyle = computed(() => ({
top: props.searchTop
}))