|
|
@@ -47,6 +47,9 @@ $.html = $.name // `页面`类请求的响应体
|
|
|
$.web = `https://cdn.jsdelivr.net/gh/chavyleung/scripts@${
|
|
|
$.version
|
|
|
}/box/chavy.boxjs.html?_=${new Date().getTime()}`
|
|
|
+// 使用自身仓库的
|
|
|
+$.web = `https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/box/chavy.boxjs.html?_=${new Date().getTime()}`
|
|
|
+
|
|
|
// 版本说明地址 (Release Note)
|
|
|
$.ver = `https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/box/release/box.release.json`
|
|
|
|