更新 AutoJoinTFKeys.js

This commit is contained in:
奶思(⸝⸝•‧̫•⸝⸝)
2025-08-10 00:57:34 +08:00
committed by GitHub
parent fd0f4cc36a
commit f634abdd17

View File

@ -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);