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:
5
Scripts/soda.js
Normal file
5
Scripts/soda.js
Normal file
@ -0,0 +1,5 @@
|
||||
let obj = JSON.parse($response.body);
|
||||
obj.data.objects.forEach(item => {
|
||||
item.imageUrl = "https://raw.githubusercontent.com/fmz200/wool_scripts/main/pic/rewrite/warm_water.png";
|
||||
});
|
||||
$done({body: JSON.stringify(obj)});
|
||||
Reference in New Issue
Block a user