shawenguan 1 年之前
父節點
當前提交
ff57868ffe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/unicom/unicomDebug.js

+ 1 - 1
Scripts/unicom/unicomDebug.js

@@ -13,7 +13,7 @@ hostname = img.client.10010.com
 let body = $response.body;
 console.log(body);
 if (body) {
-    let injectionStr = `<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script><script>var vConsole = new window.VConsole();document.addEventListener('DOMContentLoaded', function () {vConsole.show();};</script>`;
+    let injectionStr = `<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script><script>var vConsole = new window.VConsole();vConsole.show();document.addEventListener('DOMContentLoaded', function () {vConsole.show();};</script>`;
     body = body.replace(/<\/body>/i, injectionStr + "</body>");
 
     console.log(body);