HyperOS_For_小米平板5_by_曾小理

刷机包 HyperOS_For_小米平板5_by_曾小理 V816.0.4.0.UNXCNXM

版本 发布日期 下载 评分
V816.0.4.0.UNXCNXM 441 4.80 星 5 星
// 移动端隐藏电脑版搜索 function hideDesktopSearchBar() { document.querySelectorAll('.uix_searchBarInner').forEach(el => { el.style.display = 'none'; }); } // 电脑端显示电脑版搜索 function showDesktopSearchBar() { document.querySelectorAll('.uix_searchBarInner').forEach(el => { el.style.display = ''; }); }