From 98d49d9c9bc4836e7f7eda58d8cb218b3bb0e74a Mon Sep 17 00:00:00 2001 From: 3288588344 <127068117+3288588344@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:20:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=A5=BD=E5=A5=87=E8=BD=A6=E7=94=9F?= =?UTF-8?q?=E6=B4=BB=E6=8A=A2=E5=85=912.0.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 好奇车生活抢兑2.0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/;