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:
11
Scripts/jabi.js
Normal file
11
Scripts/jabi.js
Normal 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 });
|
||||
|
||||
Reference in New Issue
Block a user