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 a55f8249ae - Show all commits

View File

@@ -1097,10 +1097,10 @@ const handleTouchStart = (e) => {
if (navigator.vibrate) {
navigator.vibrate(10)
}
// 阻止页面滚动
e.preventDefault()
}, 300) // 300毫秒长按触发拖拽
// 阻止页面滚动
e.preventDefault()
}
// 处理触摸移动事件