mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 12:53:02 +00:00
奶牛快传支持下载zip目录分享#11, core框架优化
This commit is contained in:
40
web-service/src/main/resources/js/lz.js
Normal file
40
web-service/src/main/resources/js/lz.js
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user