From e01171567d745f2de67e641e4dfd37cb0c42e40a Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 1 Nov 2019 15:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=BD=92type=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E7=9A=84=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/copy_type.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/copy_type.ts b/utils/copy_type.ts index 858a2c948..76b59f886 100644 --- a/utils/copy_type.ts +++ b/utils/copy_type.ts @@ -26,7 +26,7 @@ function downloadTypes(downFiles: { moduleName: string; urlPath: string; files: downloadTypes({ moduleName: "three", - urlPath: "https://bearcad.gitee.io/definitelytype2/three/", + urlPath: "https://gitee.com/BearCAD/DefinitelyType2/raw/master/three/", files: [ "examples/jsm/loaders/FBXLoader.js", ] @@ -34,7 +34,7 @@ downloadTypes({ downloadTypes({ moduleName: "jquery", - urlPath: "https://bearcad.gitee.io/definitelytype2/jquery/", + urlPath: "https://gitee.com/BearCAD/DefinitelyType2/raw/master/jquery/", files: [ "index.d.ts" ]