mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-20 13:43:58 +08:00
Initial commit: new history
This commit is contained in:
8
Scripts/PupuSplashAds.js
Normal file
8
Scripts/PupuSplashAds.js
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @author fmz200
|
||||
* @function 朴朴超市
|
||||
* @date 2023-11-27 22:50:13
|
||||
*/
|
||||
let obj = JSON.parse($response.body);
|
||||
obj.data = obj.data.filter(item => item.position_type !== 50);
|
||||
$done({body: JSON.stringify(obj)});
|
||||
Reference in New Issue
Block a user