This commit is contained in:
李万一 2022-12-20 00:39:38 +08:00
parent 5ab84be8c8
commit 7edb8b55c1

View File

@ -932,7 +932,7 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;}
PDA_httpGet('https://sguc.wanzixx.stream/macros/s/AKfycbyRfg1Cx2Jm3IuCWASUu8czKeP3wm5jKsie4T4bxwZHzXTmPbaw4ybPRA/exec?key=getItems')
.then(res => {
console.log(JSON.stringify(res))
if (args.onload) args.onload(res.responseText);
if (args.onload) args.onload(res);
})
.catch(e => {
console.error('网络错误', e);