布局修改 部分bug修复

This commit is contained in:
X1627315083
2025-08-22 10:27:48 +08:00
parent 141821a843
commit 594bf5ce0a
275 changed files with 5675 additions and 13049 deletions

View File

@@ -31,6 +31,12 @@ import loadingGif from "./assets/images/homePage/loading.gif";
document.addEventListener("touchstart", function (event) {
event.preventDefault(); // 阻止长按选中
});
document.addEventListener('keydown', function(event) {
if (event.key === "Tab") {
event.preventDefault();
}
});
let loadingParam = {
loading: loadingGif,
attempt: 1,