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

9
Scripts/cyys.js Normal file
View 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)});