奶牛快传支持下载zip目录分享#11, core框架优化

This commit is contained in:
QAIU
2023-08-19 17:28:30 +08:00
parent 1c94f4ef8b
commit 945e5a74e6
4 changed files with 174 additions and 20 deletions

View File

@@ -0,0 +1,40 @@
/**
* 蓝奏云解析器js签名获取工具
*/
var signObj;
/*
var $,jQuery;
$ = jQuery = function(){
return new jQuery.fn.init();
}
jQuery.fn = jQuery.prototype = {
init:function(){
return {
focus: function(a) {
}
}
}
}
jQuery.fn.init.prototype = jQuery.fn;
*/
// 伪装ajax函数获取关键数据
var $ = {
ajax: function(obj) {
signObj = obj
}
}
var document = {
getElementById: function (v) {
return {
value : v
}
}
}