mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-22 21:30:22 +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 data = state.dataMap.get(state.current)
|
||||
if (!data) return true
|
||||
if (Date.now() - data.time < 1000 * 60) {
|
||||
if (Date.now() - data.time < 1000 * 10) {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user