更新 'drpy/drpy2.js'

master
src48597962 7 months ago
parent 83f36c5898
commit d443fb90d9
  1. 6
      drpy/drpy2.js

@ -24,12 +24,6 @@ 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'
var xlog = console.log;
console.log = function(msg) {
if (getItem("drpy调试日志")=="1") {
xlog(msg);
}
}
function init_test() {
// console.log(typeof(CryptoJS));

Loading…
Cancel
Save