From c88199a40c096f1db9367fe0ac570a0b732f3f11 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 10 Nov 2025 10:51:17 +0800 Subject: [PATCH] =?UTF-8?q?pdf=20=E6=96=87=E6=A1=A3=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/common/DocumentSearch.vue | 479 +++++++++++++++++++++++++++- 2 files changed, 477 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ec248f1..243b98c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jsencrypt": "3.0.0-rc.1", "lodash": "^4.17.21", "nprogress": "0.2.0", - "pdfjs-dist": "^5.4.149", + "pdfjs-dist": "2.16.105", "quill": "2.0.2", "screenfull": "5.0.2", "sm-crypto": "^0.3.13", diff --git a/src/views/common/DocumentSearch.vue b/src/views/common/DocumentSearch.vue index 17f180d..fc2b6a4 100644 --- a/src/views/common/DocumentSearch.vue +++ b/src/views/common/DocumentSearch.vue @@ -1,11 +1,484 @@ \ No newline at end of file + + + \ No newline at end of file