Rules-For-Quantumult-X/Scripts/SignIn/tncj/README.md

29 lines
593 B
Markdown
Raw Normal View History

2020-07-02 11:50:39 +08:00
# 头脑吃鸡
> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
## 配置 (Surge)
```properties
[MITM]
tncj.hortorgames.com
[Script]
http-response ^https://tncj.hortorgames.com/chicken/fight/(answer|findQuiz) requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tncj/tncj.min.js
```
## 配置 (QuanX)
```properties
[MITM]
tncj.hortorgames.com
[rewrite_local]
^https://tncj.hortorgames.com/chicken/fight/(answer|findQuiz) url script-response-body tncj.min.js
```
## 感谢
[@LeeeMooo](https://github.com/LeeeMooo)