更新 'SrcJyDrpy.js'

master
src48597962 7 months ago
parent 1df97a732c
commit f779671057
  1. 9
      SrcJyDrpy.js

@ -35,11 +35,10 @@ function createDrpy(sdata) {
eval(getCryptoJS()); eval(getCryptoJS());
globalThis.CryptoJS = CryptoJS; globalThis.CryptoJS = CryptoJS;
let xlog = console.log; if (getItem("drpy调试日志")!="1") {
globalThis.log = function(msg) { console.log = function () {
if (getItem("drpy调试日志")=="1") { return;
xlog(msg); };
}
} }
globalThis.getProxy = function () { globalThis.getProxy = function () {

Loading…
Cancel
Save