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

19
Scripts/xmecard.js Normal file
View File

@ -0,0 +1,19 @@
let obj =
{
"result": {
"imgUrl": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/pic/pop/p0.jpeg",
"orderBy": 0,
"cRule": [{"key": "advTime", "sign": "=", "value": "0", "url": "www.baidu.com"}],
"id": 465,
"order": 0,
"title": "手机e通卡",
"imgId": null,
"urlParam": "[]",
"gCode": "startAdv",
"subTitle": null,
"url": "-"
},
"flag": 0
};
let body = JSON.stringify(obj);
$done({body});