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