This commit is contained in:
李万一 2022-12-20 00:45:03 +08:00
parent 7edb8b55c1
commit fc65669e07

View File

@ -909,7 +909,6 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;}
},
window,
(k) => {
console.log('get '+k);
let string = localStorage.getItem('wh_fake_GM_DB');
let parsed = {};
try {
@ -918,7 +917,6 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;}
return parsed[k];
},
(k, v) => {
console.log('set '+k+' '+v);
let string = localStorage.getItem('wh_fake_GM_DB');
let parsed = {};
try {
@ -931,7 +929,6 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;}
try {
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);
})
.catch(e => {