mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 16:05:56 +08:00
add
This commit is contained in:
parent
b1686aa0f5
commit
6a55a40966
@ -173,6 +173,8 @@
|
||||
<br/>
|
||||
<button id='websocket_hook'>生成一般hook代码</button>
|
||||
<br/>
|
||||
<button id='proxy_js'>生成node代理代码(附加功能代码,不用也不影响功能)</button>
|
||||
<br/>
|
||||
<hr>
|
||||
<label>code</label>
|
||||
<textarea id='code_model' style="width: 100%; height: 500px"></textarea>
|
||||
|
@ -539,4 +539,9 @@ websocket_hook.addEventListener("click", function(){
|
||||
code_model.value = clear_mode(mk_websocket_hook_code)
|
||||
})
|
||||
|
||||
var proxy_js = document.getElementById('proxy_js');
|
||||
proxy_js.addEventListener("click", function(){
|
||||
var code_model = document.getElementById('code_model')
|
||||
code_model.value = clear_mode(mk_proxy_code)
|
||||
})
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user