Script/Surge/Module/TestFlightAccount.sgmodule

14 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-06-22 18:30:55 +08:00
#!name=TestFlight账户管理
#!desc=自动存储/合并多个TestFlight账户列表, 并可导出/分享TestFlight APP.
2024-04-06 01:18:21 +08:00
#!arguments=请求超时:30,启用缓存:1,使用iOS列表:0,调试模式:0
#!arguments-desc=请求超时单位秒。默认30秒。\n\n启用缓存1/0开启/关闭默认开启。用于缓存APP列表改善列表页面加载过慢。一般与"请求超时"配合使用,开启缓存并刷新列表后,可适当调小超时。\n\n使用iOS列表1/0开启/关闭。强制使用iOS应用列表用于改善 macOS TestFlight 加载过慢。iOS用户无需开启。\n\n调试模式1/0开启/关闭。用于调试脚本。
2024-03-25 14:43:17 +08:00
#!category=🐻 NobyDa
2022-06-22 18:30:55 +08:00
[General]
skip-proxy = %APPEND% iosapps.itunes.apple.com
[Script]
2024-04-06 01:18:21 +08:00
TestFlight账户管理 = type=http-request,pattern=^https:\/\/testflight\.apple\.com\/v\d\/(app|account|invite)s\/,requires-body=1,timeout=180,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/TestFlight/TestFlightAccount.js,debug={{{调试模式}}},argument="timeout={{{请求超时}}}&enableCache={{{启用缓存}}}&forceIOSlist={{{使用iOS列表}}}&debug={{{调试模式}}}",engine=jsc
2022-06-22 18:30:55 +08:00
[MITM]
hostname = %APPEND% testflight.apple.com