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

11
Scripts/jabi.js Normal file
View File

@ -0,0 +1,11 @@
var date= $response.body.match(/"date":"[^"]*"/g);
var body= $response.body.match(/"download":"[^"]*"/g);
console.log(body);
$notify("扎比科技","", '\n'+date[0]+'\n'+body[0]+'\n\n'+date[1]+'\n'+body[1]+'\n\n'+date[2]+'\n'+body[2]);
$done({ body });