ZaiZai 1 년 전
부모
커밋
6d9637f94e
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      public/plugins/pdfjs/3.10.111/web/viewer.js
  2. 1 1
      public/version.json

+ 1 - 0
public/plugins/pdfjs/3.10.111/web/viewer.js

@@ -2098,6 +2098,7 @@ const PDFViewerApplication = {
     const queryString = document.location.search.substring(1);
     const params = (0, _ui_utils.parseQueryString)(queryString);
     file = params.get("file") ?? _app_options.AppOptions.get("defaultUrl");
+    file = file.replace("+", "%2B").replace("#", "%23")
     validateFileURL(file);
     const fileInput = appConfig.openFileInput;
     fileInput.value = null;

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240701165208"
+  "value": "20240701175657"
 }