New version
This commit is contained in:
76
external/Stash/TestFlight/README.md
vendored
Normal file
76
external/Stash/TestFlight/README.md
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
# TestFlight下载修正
|
||||
|
||||
## 前言
|
||||
|
||||
     合并-blueviolet)  
|
||||
|
||||
本项目的TestFlight下载修正规则由《RULE GENERATOR 规则生成器》自动生成。
|
||||
|
||||
所有数据均收集自互联网公开信息,不代表我们支持或使用这些服务。
|
||||
|
||||
请通过【中华人民共和国 People's Republic of China】合法的互联网出入口信道访问规则中的相关服务,并确保在使用过程中符合相关法律法规。
|
||||
|
||||
## 规则统计
|
||||
|
||||
最后更新时间:2022-06-23 17:37:43
|
||||
|
||||
各类型规则统计:
|
||||
| 类型 | 数量(条) |
|
||||
| ---- | ---- |
|
||||
| HTTP-REQUEST-SCRIPT | 1 |
|
||||
| MITM | 1 |
|
||||
| TOTAL | 2 |
|
||||
|
||||
|
||||
## Stash
|
||||
|
||||
#### 规则链接
|
||||
**MASTER分支 (每日更新)**
|
||||
|
||||
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/external/Stash/TestFlight/TestFlight.stoverride
|
||||
|
||||
**MASTER分支 CDN (每日更新)**
|
||||
|
||||
https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/external/Stash/TestFlight/TestFlight.stoverride
|
||||
|
||||
**MASTER分支 GHProxy (每日更新)**
|
||||
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/external/Stash/TestFlight/TestFlight.stoverride
|
||||
|
||||
**RELEASE分支 (不定时更新)**
|
||||
|
||||
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/release/external/Stash/TestFlight/TestFlight.stoverride
|
||||
|
||||
**RELEASE分支CDN (不定时更新)**
|
||||
|
||||
https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@release/external/Stash/TestFlight/TestFlight.stoverride
|
||||
|
||||
**RELEASE分支 GHProxy (不定时更新)**
|
||||
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/release/external/Stash/TestFlight/TestFlight.stoverride
|
||||
|
||||
## 子规则
|
||||
|
||||
当前分流规则,未包含其他子规则。
|
||||
|
||||
|
||||
## 数据来源
|
||||
|
||||
《TestFlight下载修正》的数据来自以下链接,如与本项目的《TestFlight下载修正》规则混合使用,可能造成部分重写重复。
|
||||
|
||||
- https://raw.githubusercontent.com/NobyDa/Script/master/Surge/Module/TestFlightDownload.sgmodule
|
||||
|
||||
|
||||
感谢以上规则作者的辛勤付出(排名不分先后)。
|
||||
|
||||
## 最后
|
||||
|
||||
### 感谢
|
||||
|
||||
[@Tartarus2014](https://github.com/Tartarus2014) [@chenyiping1995](https://github.com/chenyiping1995) [@vhdj](https://github.com/vhdj)**
|
||||
|
||||
提供规则数据源及改进建议。
|
||||
|
||||
### 其他
|
||||
|
||||
请不要对外宣传本项目。
|
||||
30
external/Stash/TestFlight/TestFlight.stoverride
vendored
Normal file
30
external/Stash/TestFlight/TestFlight.stoverride
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: TestFlight下载修正
|
||||
desc: 最后更新时间 2022-06-23 17:37:43
|
||||
# author: NobyDa
|
||||
# repo: https://github.com/NobyDa/Script/tree/master
|
||||
# http-request-script: 1
|
||||
# mitm: 1
|
||||
# total: 2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
http:
|
||||
script:
|
||||
# TestFlight_下载修正
|
||||
- match: ^https?:\/\/testflight\.apple\.com\/v\d\/accounts\/.+?\/install$
|
||||
name: tf_download.js_17e9174f
|
||||
type: request
|
||||
require-body: true
|
||||
timeout: 30
|
||||
argument:
|
||||
|
||||
mitm:
|
||||
- "testflight.apple.com"
|
||||
|
||||
script-providers:
|
||||
tf_download.js_17e9174f:
|
||||
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/source/javascript/043922e05c79445b6da818d0864c1b7d.js
|
||||
interval: 86400
|
||||
|
||||
Reference in New Issue
Block a user