Add TestFlight account script.

This commit is contained in:
NobyDa 2022-06-22 18:30:55 +08:00
parent 595f2d63b5
commit 035f8e3f3e
No known key found for this signature in database
GPG Key ID: E6B0AC788D373C5B
4 changed files with 332 additions and 1 deletions

View File

@ -0,0 +1,14 @@
#!name=TestFlight账户管理
#!desc=自动存储/合并多个TestFlight账户列表, 并可分享/导出TestFlight APP.
#!author= NobyDa
#!homepage= https://github.com/NobyDa/Script/tree/master
#!icon= https://cdn.jsdelivr.net/gh/NobyDa/mini@master/Color/testflight.png
[General]
skip-proxy = iosapps.itunes.apple.com
[Script]
http-request ^https:\/\/testflight\.apple\.com\/v\d\/(app|account|invite)s\/ requires-body=1,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/TestFlight/TestFlightAccount.js,tag=TestFlight账户管理
[MITM]
hostname = testflight.apple.com

View File

@ -325,7 +325,7 @@
"name": "巴哈姆特",
"keys": ["@ND_BAHA.ID", "@ND_BAHA.PW", "@ND_BAHA.TOTP", "@ND_BAHA.GUILD", "@ND_BAHA.ANSWER", "@ND_BAHA.ADS"],
"descs_html": [
"<h4 align=\"center\">获取Cookie以及脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/Bahamut/BahamutDailyBonus.js\">脚本注释</a></h4>"
"<h4 align=\"center\">脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/Bahamut/BahamutDailyBonus.js\">脚本注释</a></h4>"
],
"settings": [{
"id": "@ND_BAHA.ADS",
@ -436,6 +436,23 @@
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/Surge/JS/Bili_Auto_Regions.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/bilibili.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/bilibili.png"]
}, {
"id": "TestFlightAccount",
"name": "TestFlight账户管理",
"keys": ["TESTFLIGHT-ACCOUNT"],
"descs_html": [
"<h4 align=\"center\">脚本说明以及配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/TestFlight/TestFlightAccount.js\">脚本注释</a></h4>"
],
"settings": [{
"id": "@TESTFLIGHT-ACCOUNT.Debug",
"name": "开发者模式",
"val": false,
"type": "boolean",
"desc": "用于调试脚本, 一般用户请勿开启."
}],
"author": "@NobyDa",
"repo": "https://github.com/NobyDa/Script/blob/master/TestFlight/TestFlightAccount.js",
"icons": ["https://raw.githubusercontent.com/NobyDa/mini/master/Alpha/testflight.png", "https://raw.githubusercontent.com/NobyDa/mini/master/Color/testflight.png"]
}],
"task": [{
"config": "0 8 * * * https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js, tag=京东签到, img-url=https://raw.githubusercontent.com/NobyDa/mini/master/Color/jd.png",

View File

@ -0,0 +1,11 @@
#!name=TestFlight账户管理
#!desc=自动存储/合并多个TestFlight账户列表, 并可导出/分享TestFlight APP.
[General]
skip-proxy = %APPEND% iosapps.itunes.apple.com
[Script]
TestFlight账户管理 = type=http-request,pattern=^https:\/\/testflight\.apple\.com\/v\d\/(app|account|invite)s\/,requires-body=1,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/TestFlight/TestFlightAccount.js
[MITM]
hostname = %APPEND% testflight.apple.com

File diff suppressed because one or more lines are too long