future #10

Merged
袁涛 merged 37 commits from future into main 2025-10-17 14:46:33 +08:00
7 changed files with 1058 additions and 356 deletions
Showing only changes of commit a1b3fe7fb0 - Show all commits

View File

@@ -1059,10 +1059,11 @@ const handleTouchStart = (e) => {
if (navigator.vibrate) {
navigator.vibrate(10)
}
// 阻止页面滚动
e.preventDefault()
}, 300) // 300毫秒长按触发拖拽
// 阻止页面滚动
e.preventDefault()
}
}
// 添加拖拽指示器