fix: 动画超时加载时间设置60秒

This commit is contained in:
Gsh
2026-02-07 00:48:42 +08:00
parent 836ea90145
commit 57b03436f3

View File

@@ -283,7 +283,7 @@
appRendered = true;
checkAndHideLoader();
}
}, 30000);
}, 60000);
})();
</script>