diff --git a/src/files/defaultconfig/postprocessconfig.json b/src/files/defaultconfig/postprocessconfig.json index 54de5722..ba11bc1b 100644 --- a/src/files/defaultconfig/postprocessconfig.json +++ b/src/files/defaultconfig/postprocessconfig.json @@ -111,7 +111,7 @@ }, "重复次数(若为1则自动分析去重)": { "type": "intspin", - "min": 0, + "min": 1, "max": 10000, "step": 1 } @@ -142,7 +142,7 @@ "argstype": { "重复次数(若为1则自动分析去重)": { "type": "intspin", - "min": 0, + "min": 1, "max": 10000, "step": 1 }