ITADN

fix:check input values to avoid zero million or impossible values

#48Pull RequestKyrieCheng-China 创建于 2025-08-17
problem: there is no check with input value. for example, user can input 00,012,00000012, like these impossible values. solution: add check when there is a change of text, if it's first two characters are match 0[0-9],the input will be rejected, means it will keep "0" instead of "00". Fixes #41
合并状态:未合并 0 条评论