lex-xin 6 月之前
父節點
當前提交
f839ece03c
共有 5 個文件被更改,包括 7 次插入6 次删除
  1. 1 1
      dist/index.html
  2. 0 0
      dist/js/544.6b6dacfc.js
  3. 0 0
      dist/js/app.01b6c0b0.js
  4. 5 5
      dist/osmd/index.html
  5. 1 0
      dist/pdf/web/viewer.html

+ 1 - 1
dist/index.html

@@ -1,6 +1,6 @@
 <!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="renderer" content="webkit"/><meta name="force-rendering" content="webkit"/><link rel="icon" href="/favicon.ico"/><title>乐教通</title><script>if (!!window.ActiveXObject || "ActiveXObject" in window) {
             window.location.href = "./ieIncompatible/index.html"
-         }</script><script defer="defer" src="/js/chunk-vendors.469b8874.js"></script><script defer="defer" src="/js/app.c50b0818.js"></script><link href="/css/app.57a02910.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><style>.firstLoading {
+         }</script><script defer="defer" src="/js/chunk-vendors.469b8874.js"></script><script defer="defer" src="/js/app.01b6c0b0.js"></script><link href="/css/app.57a02910.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><style>.firstLoading {
                position: fixed;
                left: 50%;
                top: 50%;

文件差異過大導致無法顯示
+ 0 - 0
dist/js/544.6b6dacfc.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.01b6c0b0.js


+ 5 - 5
dist/osmd/index.html

@@ -117,11 +117,11 @@
         .then(
           function () {
             // 是否合并显示
-            if (!isComberRender) {
-              for (let i = 0; i < osmd.Sheet.Instruments.length; i++) {
-                osmd.Sheet.Instruments[i].Visible = i === partIndex;
-              }
-            }
+            // if (!isComberRender) {
+            //   for (let i = 0; i < osmd.Sheet.Instruments.length; i++) {
+            //     osmd.Sheet.Instruments[i].Visible = i === partIndex;
+            //   }
+            // }
 
             osmd.zoom = .5
             render();

+ 1 - 0
dist/pdf/web/viewer.html

@@ -522,6 +522,7 @@ See https://github.com/adobe-type-tools/cmap-resources
 
   <script src="viewer.js"></script>
   <script>
+    localStorage.removeItem("pdfjs.history")
    function getQueryVariable(variable) {
       if (window.location.hash.indexOf("?") < 0) {
         return null;

部分文件因文件數量過多而無法顯示