perf: 更新依赖版本

This commit is contained in:
richarjiang
2026-04-05 21:41:54 +08:00
parent c0e0d31ae7
commit f71ff968ad
4 changed files with 1279 additions and 645 deletions

View File

@@ -138,7 +138,7 @@ function updateLayout() {
const tabbarPx = Math.round(TABBAR_RPX * ratio)
// scroll-view fills remaining space: window - statusBar - pageHeader - filters - tabbar
const { windowHeight } = uni.getSystemInfoSync()
const { windowHeight } = uni.getWindowInfo()
const remaining = windowHeight - statusBarPx - headerPx - filterPx - tabbarPx
scrollHeight.value = `${remaining}px`
}