root 4 年之前
父节点
当前提交
c2bf4b06bc
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      .gitignore
  2. 1 1
      index.js

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+LenovoBlockpy Installer v1.0.12.exe
+lxhelp/

+ 1 - 1
index.js

@@ -1397,7 +1397,7 @@ function copyShare() {
 }
 
 function openUrl(url) {
-  window.open("//" + url, "_blank")
+  window.open(url, "_blank")
 }
 
 function appearExample(type) {