mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add option for webview debug
This commit is contained in:
parent
708290b421
commit
22d028d2dd
3 changed files with 12 additions and 1 deletions
|
@ -56,6 +56,7 @@ body>ul{padding-left:0;}
|
||||||
<li><label><input type="checkbox" onchange="location.href='i:258388608'"/>Maximize screen size for cutouts</label></li>
|
<li><label><input type="checkbox" onchange="location.href='i:258388608'"/>Maximize screen size for cutouts</label></li>
|
||||||
<li><label><input type="checkbox" onchange="location.href='i:2516777216'"/>Block dubious resources when blocking external scripts</label></li>
|
<li><label><input type="checkbox" onchange="location.href='i:2516777216'"/>Block dubious resources when blocking external scripts</label></li>
|
||||||
<li><label><input type="checkbox" onchange="location.href='i:2533554432'"/>Use termux</label></li>
|
<li><label><input type="checkbox" onchange="location.href='i:2533554432'"/>Use termux</label></li>
|
||||||
|
<li><label><input type="checkbox" onchange="location.href='i:2567108864'"/>webview debug</label></li>
|
||||||
</ul>
|
</ul>
|
||||||
<script>
|
<script>
|
||||||
checkBoxes=document.getElementsByTagName("input");
|
checkBoxes=document.getElementsByTagName("input");
|
||||||
|
|
11
index.html
11
index.html
|
@ -1 +1,10 @@
|
||||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>en/</title>
|
||||||
|
<link rel="canonical" href="en/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=en/">
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
|
|
@ -56,6 +56,7 @@ body>ul{padding-left:0;}
|
||||||
<li><label><input type="checkbox" onchange="location.href='i:258388608'"/>最大化使用区域</label></li>
|
<li><label><input type="checkbox" onchange="location.href='i:258388608'"/>最大化使用区域</label></li>
|
||||||
<li><label><input type="checkbox" onchange="location.href='i:2516777216'"/>屏蔽第三方脚本时屏蔽可疑资源</label></li>
|
<li><label><input type="checkbox" onchange="location.href='i:2516777216'"/>屏蔽第三方脚本时屏蔽可疑资源</label></li>
|
||||||
<li><label><input type="checkbox" onchange="location.href='i:2533554432'"/>使用termux</label></li>
|
<li><label><input type="checkbox" onchange="location.href='i:2533554432'"/>使用termux</label></li>
|
||||||
|
<li><label><input type="checkbox" onchange="location.href='i:2567108864'"/>webview调试</label></li>
|
||||||
</ul>
|
</ul>
|
||||||
<script>
|
<script>
|
||||||
checkBoxes=document.getElementsByTagName("input");
|
checkBoxes=document.getElementsByTagName("input");
|
||||||
|
|
Loading…
Reference in a new issue