diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/script4code.html | 1 | ||||
-rw-r--r-- | common/script4code.js | 1 | ||||
-rw-r--r-- | common/script4works.html | 2 | ||||
-rw-r--r-- | common/script4works.js | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/common/script4code.html b/common/script4code.html index 9de3349..c0f9b12 100644 --- a/common/script4code.html +++ b/common/script4code.html | |||
@@ -11,6 +11,7 @@ | |||
11 | <!-- <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/click4code.js"></script> --> | 11 | <!-- <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/click4code.js"></script> --> |
12 | <script src="https://www.qin-juan-ge-zhu.top/common/js/click4notes.js"></script> | 12 | <script src="https://www.qin-juan-ge-zhu.top/common/js/click4notes.js"></script> |
13 | <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/pandoc-menu.js"></script> | 13 | <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/pandoc-menu.js"></script> |
14 | <script type="text/javascript" src="https://hl.qin-juan-ge-zhu.top/myset/myhighlight.js"></script> | ||
14 | </head> | 15 | </head> |
15 | 16 | ||
16 | <body class='typora-export os-windows'> | 17 | <body class='typora-export os-windows'> |
diff --git a/common/script4code.js b/common/script4code.js index 19fda0e..cb8efc5 100644 --- a/common/script4code.js +++ b/common/script4code.js | |||
@@ -11,6 +11,7 @@ document.writeln(" <script type=\"text/javascript\" src=\"https://www.qin-jua | |||
11 | document.writeln(" <!-- <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/click4code.js\"></script> -->"); | 11 | document.writeln(" <!-- <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/click4code.js\"></script> -->"); |
12 | document.writeln(" <script src=\"https://www.qin-juan-ge-zhu.top/common/js/click4notes.js\"></script>"); | 12 | document.writeln(" <script src=\"https://www.qin-juan-ge-zhu.top/common/js/click4notes.js\"></script>"); |
13 | document.writeln(" <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/pandoc-menu.js\"></script>"); | 13 | document.writeln(" <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/pandoc-menu.js\"></script>"); |
14 | document.writeln(" <script type=\"text/javascript\" src=\"https://hl.qin-juan-ge-zhu.top/myset/myhighlight.js\"></script>"); | ||
14 | document.writeln("</head>"); | 15 | document.writeln("</head>"); |
15 | document.writeln(""); | 16 | document.writeln(""); |
16 | document.writeln("<body class=\'typora-export os-windows\'>"); | 17 | document.writeln("<body class=\'typora-export os-windows\'>"); |
diff --git a/common/script4works.html b/common/script4works.html index d6759a2..19d206d 100644 --- a/common/script4works.html +++ b/common/script4works.html | |||
@@ -150,7 +150,7 @@ | |||
150 | <a onclick="clickit('grandson22')">-一些小玩意儿</a> | 150 | <a onclick="clickit('grandson22')">-一些小玩意儿</a> |
151 | <div class="grandson" id="grandson22" style="display: none;"> | 151 | <div class="grandson" id="grandson22" style="display: none;"> |
152 | <a href="https://www.qin-juan-ge-zhu.top/code/highlight.html">代码高亮与复制</a> | 152 | <a href="https://www.qin-juan-ge-zhu.top/code/highlight.html">代码高亮与复制</a> |
153 | <a href="https://www.qin-juan-ge-zhu.top/code/index.html">C的小零件</a> | 153 | <a href="https://www.qin-juan-ge-zhu.top/code/MyCodes.html">C的小零件</a> |
154 | <a href="https://www.qin-juan-ge-zhu.top/code/cpppp.html">C++ Primer Plus基础</a> | 154 | <a href="https://www.qin-juan-ge-zhu.top/code/cpppp.html">C++ Primer Plus基础</a> |
155 | <a href="https://www.qin-juan-ge-zhu.top/code/experiment.html">大物实验MATLAB</a> | 155 | <a href="https://www.qin-juan-ge-zhu.top/code/experiment.html">大物实验MATLAB</a> |
156 | <a href="https://www.qin-juan-ge-zhu.top/code/zeal.html">Zeal文档下载</a> | 156 | <a href="https://www.qin-juan-ge-zhu.top/code/zeal.html">Zeal文档下载</a> |
diff --git a/common/script4works.js b/common/script4works.js index 8d5f6d5..93f40b6 100644 --- a/common/script4works.js +++ b/common/script4works.js | |||
@@ -151,7 +151,7 @@ document.writeln(" </div>"); | |||
151 | document.writeln(" <a onclick=\"clickit(\'grandson22\')\">-一些小玩意儿</a>"); | 151 | document.writeln(" <a onclick=\"clickit(\'grandson22\')\">-一些小玩意儿</a>"); |
152 | document.writeln(" <div class=\"grandson\" id=\"grandson22\" style=\"display: none;\">"); | 152 | document.writeln(" <div class=\"grandson\" id=\"grandson22\" style=\"display: none;\">"); |
153 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/highlight.html\">代码高亮与复制</a>"); | 153 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/highlight.html\">代码高亮与复制</a>"); |
154 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/index.html\">C的小零件</a>"); | 154 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/MyCodes.html\">C的小零件</a>"); |
155 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/cpppp.html\">C++ Primer Plus基础</a>"); | 155 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/cpppp.html\">C++ Primer Plus基础</a>"); |
156 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/experiment.html\">大物实验MATLAB</a>"); | 156 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/experiment.html\">大物实验MATLAB</a>"); |
157 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/zeal.html\">Zeal文档下载</a>"); | 157 | document.writeln(" <a href=\"https://www.qin-juan-ge-zhu.top/code/zeal.html\">Zeal文档下载</a>"); |