complex-plugin
Advanced tools
+3
-0
| ### ToDo | ||
| ### 4.8.2 | ||
| - fix:修正layout监控window的resize事件的判断逻辑为delay,避免布局数据错误的BUG | ||
| ### 4.8.2 | ||
| - 基于AI优化代码 | ||
@@ -5,0 +8,0 @@ |
+2
-2
| { | ||
| "name": "complex-plugin", | ||
| "version": "4.8.2", | ||
| "version": "4.8.3", | ||
| "description": "a complex plugin", | ||
@@ -11,3 +11,3 @@ "main": "index.ts", | ||
| "dependencies": { | ||
| "complex-utils": "2.8.3 - 2.8.99" | ||
| "complex-utils": "2.8.7 - 2.8.99" | ||
| }, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
+1
-1
@@ -132,3 +132,3 @@ import { _Data, Life, throttle } from "complex-utils" | ||
| this.countBody() | ||
| }, 200, 'immediate') | ||
| }, 500, 'delay') | ||
| window.addEventListener('resize', this.func) | ||
@@ -135,0 +135,0 @@ } |
25873
0.43%Updated