Update MIX.js (#452)

This commit is contained in:
Logan Lancaster 2023-06-27 15:44:49 +08:00 committed by GitHub
parent 446dfd2554
commit 21b949863e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -5,19 +5,19 @@ MIX 解锁特权 (需恢复购买)
QuantumultX:
[rewrite_local]
https?:\/\/bmall\.camera360\.com\/api\/mix\/recovery url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/MIX.js
https?:\/\/cdn-bm\.camera360\.com\/api\/mix\/recovery url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/MIX.js
[mitm]
hostname = bmall.camera360.com
hostname = cdn-bm.camera360.com
***************************
Surge4 or Loon:
[Script]
http-response https?:\/\/bmall\.camera360\.com\/api\/mix\/recovery requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/MIX.js
http-response https?:\/\/cdn-bm\.camera360\.com\/api\/mix\/recovery requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/MIX.js
[MITM]
hostname = bmall.camera360.com
hostname = cdn-bm.camera360.com
**************************/
@ -89,4 +89,4 @@ if ($response.body) {
});
} else {
$done({})
}
}