diff --git a/Script/DJG.js b/Script/DJG.js index cf591431e81b149241621cc9736c1c352211a1a2..69ff7e58e75e8cad55b221da250083c722d4c15e 100644 --- a/Script/DJG.js +++ b/Script/DJG.js @@ -282,7 +282,7 @@ class DJG { } getUrl(fileName) { - const repository = "https://gitee.com/script_djg/scriptable/raw/master/Script/"; + const repository = "https://gitee.com/guofei2578893153/scriptable/raw/master/Script/"; return `${repository}${fileName}`; }