This commit is contained in:
cilame 2022-10-19 17:03:27 +08:00
parent b5591a65f6
commit fa9fba9b97

View File

@ -67,7 +67,7 @@
<input style="width: 98%" type="text" data-key="config-hook-regexp-url"> <input style="width: 98%" type="text" data-key="config-hook-regexp-url">
</div> </div>
</div> </div>
<label ><input type="checkbox" data-key="config-hook-log-at">是否在调试输出时,输出函数发的地址</label> <label ><input type="checkbox" data-key="config-hook-log-at">是否在调试输出时,输出函数发的地址</label>
<br/> <br/>
<label ><input type="checkbox" data-key="config-hook-cookie">是否对 cookie 进行挂钩调试输出</label> <label ><input type="checkbox" data-key="config-hook-cookie">是否对 cookie 进行挂钩调试输出</label>
<br/> <br/>
@ -196,7 +196,7 @@
<button id='myenc'>加密</button><button id='mydec'>解密</button> <button id='myenc'>加密</button><button id='mydec'>解密</button>
<br/> <br/>
<hr> <hr>
<input type="text" id="my_secret" placeholder="密码" data-key="config-myenc-data"> <input type="password" id="my_secret" placeholder="密码" data-key="config-myenc-data">
<br/> <br/>
<hr> <hr>
<button id="vjsdom">jsdom模板代码</button> <button id="vjsdom">jsdom模板代码</button>