mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-23 05:40:21 +08:00
fix: the button can be clicked at intervals changed to 10s
This commit is contained in:
parent
839b8fd54a
commit
9de5ba1025
@ -145,7 +145,7 @@ const uidSelectText = computed(() => {
|
|||||||
const allowClick = () => {
|
const allowClick = () => {
|
||||||
const data = state.dataMap.get(state.current)
|
const data = state.dataMap.get(state.current)
|
||||||
if (!data) return true
|
if (!data) return true
|
||||||
if (Date.now() - data.time < 1000 * 60) {
|
if (Date.now() - data.time < 1000 * 10) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user