|
|
|
@ -24,8 +24,11 @@ const cheerio = { |
|
|
|
|
// import 模板 from"https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/js/模板.js";
|
|
|
|
|
// import {gbkTool} from 'https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/libs/gbk.js'
|
|
|
|
|
|
|
|
|
|
console.log = function(s) { |
|
|
|
|
log('drpy日志'); |
|
|
|
|
var xlog = console.log; |
|
|
|
|
console.log = function(msg) { |
|
|
|
|
if (getMyVar("SrcJu_调试模式") || getItem("SrcJu_接口日志")) { |
|
|
|
|
xlog(msg); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function init_test() { |
|
|
|
|