fix(h5): 隐藏首页 H5 原型自带底栏(底栏归原生壳,修双底栏)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
guke
2026-06-29 16:38:44 +08:00
parent 9ab4dfc6a4
commit 8fd2c5ee96
+1
View File
@@ -4796,6 +4796,7 @@ body { /* nav-fade-in disabled — tab 切换闪烁源头 */ }
html,body{background:#fff;display:block;min-height:100%;height:100%;margin:0;cursor:auto}
.device{width:100%;height:100%;border-radius:0;box-shadow:none}
#variantToggle,#debugBack{display:none!important}
.tab-bar{display:none!important} /* 底栏归原生壳:隐藏 H5 原型自带 tabbar,修双底栏 */
</style>
</head>
<body>