focus-creative-games / luban

luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution.
https://code-philosophy.com/
MIT License
3.41k stars 543 forks source link

type=int?! 校验器无效果 #118

Closed FistChina closed 8 months ago

FistChina commented 8 months ago

type=int?!我测试了下没效果,不填数据和填null都可以通过 image image

pirunxi commented 8 months ago

可空数据不会检查默认值。因为既然都不是默认值,为何要为可空类型

FistChina commented 8 months ago

可空类型确实没必要检查空,我测试填入0还是会检查,校验器效果与 type=int! 相同