提交 065b0679 authored 作者: Whispa's avatar Whispa

commit

上级 b00bcd46
...@@ -200,7 +200,7 @@ public class TbCfCategory { ...@@ -200,7 +200,7 @@ public class TbCfCategory {
case "XXXL": case "XXXL":
return 8; return 8;
default: default:
return nextInt(str); return str.matches(".*\\d.*") ? nextInt(str) : 9;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论