This commit is contained in:
zoujiandong
2025-07-30 13:43:14 +08:00
parent 4ca1b9cf42
commit afc79a0f26
405 changed files with 765 additions and 27730 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const throttle=function(fn,wait=1000){
const throttle=function(fn,wait=1500){
var flag = true;
var timer = null;
return function(){