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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.json b/config.json
index 3a54ac3..13adc51 100644
--- a/config.json
+++ b/config.json
@@ -1,12 +1,12 @@
 {
   "//璧峰琛屽彿锛屼粠0寮�濮嬶紝绗�0琛屾槸琛ㄥご锛屽寘鍚�": "//",
-  "startRow": 1,
+  "startRow": 5,
   
   "//缁撴潫琛屽彿锛屼粠0寮�濮嬶紝涓嶅寘鍚琛�": "//",
-  "endRow": 2001,
+  "endRow": 10,
 
   "//绾跨▼鏁�": "//",
-  "threadSize": 4,
+  "threadSize": 1,
 
   "//瀹氭椂缁撴潫鏃堕棿锛屽崟浣嶅垎閽燂紝0琛ㄧず涓嶈缃畾鏃剁粨鏉熸椂闂�": "//",
   "endOfTime": 0,

--
Gitblit v1.9.1