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:
9
Scripts/cyys.js
Normal file
9
Scripts/cyys.js
Normal file
@ -0,0 +1,9 @@
|
||||
let obj=JSON.parse($response.body);
|
||||
delete obj.data.INDEX_SLOT_01;
|
||||
delete obj.data.INDEX_SLOT_02;
|
||||
obj.data?.INDEX_TOP_BANNER?.contents?.forEach(item => {
|
||||
delete item.bubble;
|
||||
delete item.figure;
|
||||
item.value = "https://raw.githubusercontent.com/jizhi0520/QX/main/cyyss.jpg";
|
||||
});
|
||||
$done({body: JSON.stringify(obj)});
|
||||
Reference in New Issue
Block a user