lyg
2024-06-16 b7df41ccb3037e556daccbb8e71758db192207b4
config.json
@@ -1,15 +1,15 @@
{
  "//起始行号,从0开始,第0行是表头,包含": "//",
  "startRow": 1,
  "startRow": 5,
  
  "//结束行号,从0开始,不包含该行": "//",
  "endRow": 2001,
  "endRow": 10,
  "//线程数": "//",
  "threadSize": 4,
  "threadSize": 1,
  "//定时结束时间,单位分钟,0表示不设置定时结束时间": "//",
  "endOfTime": 60,
  "endOfTime": 0,
  
  "//无头模式": "//",
  "headless": true,