Initial commit: new history

This commit is contained in:
king
2025-06-30 21:59:46 +08:00
commit cd32a8c7e5
1945 changed files with 111356 additions and 0 deletions

10
Scripts/jingxiAd.js Normal file
View File

@ -0,0 +1,10 @@
/**
* 京喜APP
*/
let obj = JSON.parse($response.body);
if (/^https?:\/\/api\.m\.jd\.com\/api\?functionId=delivery_show/.test($request.url)) {
obj.data.materialList.startTime = 3667476800000;
obj.data.materialList.endTime = 3667908800000;
}
$done({body: JSON.stringify(obj)});