更新 'SrcJuSet.js'

Ju
src48597962 1 year ago
parent db5f4e9173
commit e074c7aec2
  1. 12
      SrcJuSet.js

@ -46,6 +46,18 @@ function SRCSet() {
return "toast://已设置" return "toast://已设置"
}) })
}) })
},{
title: getItem("SrcJu_接口日志")?'关接口日志':'开接口日志',
js: $.toString(() => {
return $().lazyRule(() => {
if(getItem("SrcJu_接口日志")){
clearItem("SrcJu_接口日志");
}else{
setItem("SrcJu_接口日志", "1");
}
return "toast://已设置"
})
})
}] }]
} }
}); });

Loading…
Cancel
Save