From c40013dd15cdb82e1918f849756c5a6e644198e4 Mon Sep 17 00:00:00 2001 From: hero <437927973@qq.com> Date: Fri, 17 Apr 2020 15:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E6=BC=94=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teachWeb/js/typescript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teachWeb/js/typescript.js b/teachWeb/js/typescript.js index f9f6ac3..42ea93a 100755 --- a/teachWeb/js/typescript.js +++ b/teachWeb/js/typescript.js @@ -471,7 +471,7 @@ var fileSrc=""; }; document.getElementById("down").onclick = function () { - window.open("https://gitee.com/flash2x/raw/master/AnnieJS2Html5Demo.zip"); + window.open("https://gitee.com/flash2x/AnnieJS2Html5Demo/blob/master/AnnieJS2Html5Demo.zip"); }; document.getElementById("execute").onclick = function () { -- Gitee