opt
This commit is contained in:
@@ -90,7 +90,7 @@ public class ServiceConst {
|
||||
/**
|
||||
* 所有卡片显示的每类点的最大数据量
|
||||
*/
|
||||
public static final int MAX_AMOUNT_ALL = 5;
|
||||
public static final int MAX_AMOUNT_ALL = Integer.MAX_VALUE;
|
||||
|
||||
/**
|
||||
* 单个卡片显示时的最大数据量
|
||||
|
||||
Reference in New Issue
Block a user