diff --git a/好奇车生活抢兑2.0.js b/好奇车生活抢兑2.0.js index 97e4aeb..ef81c56 100644 --- a/好奇车生活抢兑2.0.js +++ b/好奇车生活抢兑2.0.js @@ -182,7 +182,7 @@ async function getNotice() { //==============================================获取远程版本================================================= function getVersion(scriptUrl, timeout = 3 * 1000) { return new Promise((resolve) => { - const options = { url: `https://tfapi.cn/tl.json/${scriptUrl}` }; + const options = { url: `https://github.com/3288588344/toulu/raw/main/tl.json/${scriptUrl}` }; $.get(options, (err, resp, data) => { try { const regex = /scriptVersionNow\s*=\s*(["'`])([\d.]+)\1/;