ITADN

Fix if hook condition

#38Pull RequestAntDum 创建于 2023-08-08
A
AntDumcommented
#### Description Revised the condition from `===1` to `!==0` to align with the concept that positive values are considered as true, while only 0 is regarded as false. #### Changes Made Replaced the condition `===1` with `!==0` for improved accuracy in evaluating truthiness. Applied this change to the following hooks: - `if_` - `br_if` - `select`
合并状态:未合并 关闭于 2023-08-10 1 条评论