更新 'drpy/drpy2.js'

master
src48597962 8 months ago
parent 4fd2a47ca4
commit c26548a962
  1. 7
      drpy/drpy2.js

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

Loading…
Cancel
Save