-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAuto_Join_TF.plugin
More file actions
19 lines (16 loc) · 1009 Bytes
/
Auto_Join_TF.plugin
File metadata and controls
19 lines (16 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!name = 自动加入TestFlight
#!desc = 自动监控TestFlight名额,一旦有新的名额即刻加入。
#!openUrl =
#!author = DecoAri 佚名 Lucky🅥
#!homepage = https://gitlab.com/lodepuly/vpn_tool/-/tree/master/Tool/Loon/Plugin
#!icon = https://gitlab.com/lodepuly/iconlibrary/-/raw/main/App_icon/120px/TestFlight.png
#!input = APP_ID
#!date = 2023-11-19 02:37:18
[Rule]
DOMAIN, testflight.apple.com, PROXY
[Script]
http-request ^https?:\/\/testflight\.apple\.com\/v3\/accounts\/.*\/apps$ script-path = https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/TestFlight/TF_keys.js, tag = TF信息获取
http-request ^https://testflight.apple.com/join/(.*) script-path = https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/TestFlight/TF_keys.js, tag = APP_ID获取
cron "* */30 */1 * * *" script-path = https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/TestFlight/Auto_join_TF.js, tag = 自动加入TF, timeout = 180
[Mitm]
hostname = testflight.apple.com