#!name=TestFlight--Eric #!desc=TestFlight测试未满员时,可自动获取测试资格,打开测试链接自动跳转到TestFlight即可 #!category=TestFlight #说明:定时任务需搭配boxjs使用,添加boxjs脚本:https://raw.githubusercontent.com/Alex0510/Eric/master/surge/Script/testflight.json #说明:使用定时任务时需随便找一个TestFlight测试链接获取参数如https://testflight.apple.com/join/5lj0A6y6,在boxjs里面输入测试链接后面的代码5lj0A6y6,支持多个代码写法具体查看boxjs参数说明,输入代码后保存即可无需运行; [MITM] hostname = %APPEND% testflight.apple.com [Script] TestFlight_auto = type=http-request,pattern=https://testflight.apple.com/v3/accounts/.*/ru/.*,requires-body=0,script-path=https://gist.githubusercontent.com/Alex0510/914c430cf40a3850fda78492166a833c/raw/TestFlight_Auto.js TestFlight_cron = type=cron,cronexp=*/10 * * * *,script-path=https://gist.githubusercontent.com/Alex0510/914c430cf40a3850fda78492166a833c/raw/TestFlight_cron.js,script-update-interval=0