🪄 部分安卓浏览器渲染动画会卡顿

This commit is contained in:
hi2hi 2025-02-26 04:40:01 +00:00
parent d11deece54
commit 31e9f61384

View File

@ -111,6 +111,10 @@ const showTransition = computed(() => {
if (config.nazhua.forceTransition) {
return true;
}
// ->
if (window.navigator.userAgent.includes('Android')) {
return false;
}
// 7
return store.state.serverList.length < 7;
});