diff --git a/Web/src/App.vue b/Web/src/App.vue
index 88ae277..567f073 100644
--- a/Web/src/App.vue
+++ b/Web/src/App.vue
@@ -187,84 +187,6 @@
class="debug-tabbar-top-line"
:style="{ top: debugInfo.tabbarTop + 'px' }"
/>
-
-
- 容器高度
-
-
- HTML 高度: {{ debugInfo.htmlHeight }}px
-
-
- Body 高度: {{ debugInfo.bodyHeight }}px
-
-
- App Root 高度: {{ debugInfo.appRootHeight }}px
-
-
- App Root bottom: {{ debugInfo.appRootBottom }}px
-
-
-
-
- TabBar 定位检查
-
-
- z-index: {{ debugInfo.tabbarZIndex }}
-
-
- transform: {{ debugInfo.tabbarTransform }}
-
-
- 距离底部: {{ debugInfo.distanceFromBottom }}px {{ debugInfo.distanceFromBottom === '0.00' ? '✓' : '✗' }}
-
-
-
-
- TabBar 位置
-
-
- position: {{ debugInfo.tabbarPosition }}
-
-
- bottom (CSS): {{ debugInfo.tabbarBottomStyle }}
-
-
- top (实际): {{ debugInfo.tabbarTop }}px
-
-
- bottom (实际): {{ debugInfo.tabbarBottom }}px
-
-
-
-
- TabBar 尺寸
-
-
- height (实际): {{ debugInfo.tabbarHeight }}px
-
-
- min-height: {{ debugInfo.tabbarMinHeight }}
-
-
- padding-bottom: {{ debugInfo.tabbarPaddingBottom }}
-
-
- box-sizing: {{ debugInfo.tabbarBoxSizing }}
-
-
- 安全区域底部: {{ debugInfo.safeAreaBottom }}
-
-
-
-