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

8
Scripts/blued.js Normal file
View File

@ -0,0 +1,8 @@
let rsp_body = JSON.parse($response.body);
rsp_body.data[0].banner = {};
rsp_body.data[0].service = [];
rsp_body.data[0].healthy = {};
rsp_body.data[0].healthy_banner = [];
rsp_body.data[0].emotions = [];
$done({body: JSON.stringify(rsp_body)});