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