@@ -138,7 +138,7 @@
console.log('抓拍设定', zhuapai.value)
setInterval(() => {
handleZhua()
- }, 0.3 * 60 * 1000)
+ }, zhuapai.value * 60 * 1000)
})
}