From f634abdd17c1e739c3c62bc7d5b26c369a0dcf7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E6=80=9D=28=E2=B8=9D=E2=B8=9D=E2=80=A2=E2=80=A7?= =?UTF-8?q?=CC=AB=E2=80=A2=E2=B8=9D=E2=B8=9D=29?= <57740735+fmz200@users.noreply.github.com> Date: Sun, 10 Aug 2025 00:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20AutoJoinTFKeys.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/TestFlight/AutoJoinTFKeys.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/TestFlight/AutoJoinTFKeys.js b/Scripts/TestFlight/AutoJoinTFKeys.js index 62f56ce8..2b2ae71e 100644 --- a/Scripts/TestFlight/AutoJoinTFKeys.js +++ b/Scripts/TestFlight/AutoJoinTFKeys.js @@ -14,7 +14,7 @@ const $ = new Env('自动加入TF信息获取'); const reg1 = /^https:\/\/testflight\.apple\.com\/v3\/accounts\/(.*)\/apps$/; const reg2 = /^https:\/\/testflight\.apple\.com\/join\/(.*)/; -const sendNotify = $.getdata("fmz200_TF_notify") || true; +const sendNotify = $.getdata("fmz200_TF_notify") == "true"; if (reg1.test($request.url)) { console.log(sendNotify);