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

5
Scripts/stay.js Normal file
View File

@ -0,0 +1,5 @@
let new_body = JSON.parse($response.body);
if (new_body.biz) {
new_body.biz = Object.values(new_body.biz).filter(item => item["type"] !== "promoted");
}
$done({body: JSON.stringify(new_body)});