mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 06:35:53 +08:00
add
This commit is contained in:
parent
3c0cb35d08
commit
b673866848
@ -269,7 +269,7 @@ function get_html(url){
|
||||
json_obj[keys[i]] = {}
|
||||
json_obj[keys[i]].type = json[keys[i]].type
|
||||
json_obj[keys[i]].func = `vilame_run${i}`
|
||||
func_str += script_escape(`vilame_json['vilame_run${i}'] = function (){${json_obj[keys[i]].data}}`) + '\n'
|
||||
func_str += script_escape(`vilame_json['vilame_run${i}'] = function (){${json[keys[i]].data}}`) + '\n'
|
||||
}
|
||||
}
|
||||
var insert_code = `
|
||||
|
Loading…
x
Reference in New Issue
Block a user