|
|
@ -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 () { |
|
|
|