- 新增 utils/validate.ts 轻量验证工具(<1KB vs Zod 360KB) - daily-monitoring: Zod schema → validateNum() 直接验证 - input: Zod schema → num()/validateStr() 直接验证 - config/index.ts: 移除 Zod include 编译配置 效果:总体积 1.8MB→1.5MB(-17%),pkg-health 分包 432KB→84KB(-81%)
- 新增 utils/validate.ts 轻量验证工具(<1KB vs Zod 360KB) - daily-monitoring: Zod schema → validateNum() 直接验证 - input: Zod schema → num()/validateStr() 直接验证 - config/index.ts: 移除 Zod include 编译配置 效果:总体积 1.8MB→1.5MB(-17%),pkg-health 分包 432KB→84KB(-81%)