更新
This commit is contained in:
parent
7edb8b55c1
commit
fc65669e07
@ -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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user