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