mirror of
https://github.com/Sliverkiss/QuantumultX.git
synced 2025-12-18 15:55:05 +08:00
Update xiaocan.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
let headers = JSON.parse($request.headers);
|
let headers = JSON.parse($request.headers);
|
||||||
if (headers?.methodname?.match(/GetBannerList/)) {
|
if (headers?.methodname?.match(/GetBannerList/)) {
|
||||||
$done({});
|
$done(JSON.stringify({}));
|
||||||
}
|
}
|
||||||
$done();
|
$done({ body: $response.body });
|
||||||
|
|||||||
Reference in New Issue
Block a user