From 7a076746f03382e1da7e6b60dd0779678f6fee8a Mon Sep 17 00:00:00 2001 From: lyg <1543117173@qq.com> Date: 星期六, 15 六月 2024 13:38:06 +0800 Subject: [PATCH] 修复PDF页数获取异常 --- config.json | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index cacd154..13adc51 100644 --- a/config.json +++ b/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, -- Gitblit v1.9.1