提交 36350acc authored 作者: Whispa's avatar Whispa

commit

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