lyg
2024-06-14 8d546341fbf8fc45543cf33e40097bae994cdfd5
config.json
@@ -1,4 +1,19 @@
{
  "startRow": 21,
  "endRow": 22
  "//起始行号,从0开始,第0行是表头,包含": "//",
  "startRow": 1,
  "//结束行号,从0开始,不包含该行": "//",
  "endRow": 200,
  "//线程数": "//",
  "threadSize": 10,
  "//定时结束时间,单位分钟,0表示不设置定时结束时间": "//",
  "endOfTime": 0,
  "//无头模式": "//",
  "headless": true,
  "//禁用GPU渲染": "//",
  "disableGpu": true
}