This commit is contained in:
李万一 2022-12-20 00:20:13 +08:00
parent 30fbbcafc0
commit 40c167504b

View File

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