mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add flg for not following sys night mode
This commit is contained in:
parent
7b97504629
commit
4d933cd0fe
11 changed files with 13 additions and 86 deletions
|
@ -188,7 +188,7 @@ webview 80- night mode</description>
|
|||
<guid>/en/icons/</guid>
|
||||
<description>If subfolder &quot;icon&quot; exists, then files named as &quot;0&quot;,&quot;1&quot;,&quot;2&quot;...
|
||||
are used for icons in the bottom toolbar. file &quot;0&quot; to replace the left arrow button, &quot;1&quot; for right arrow button, &quot;2&quot; for the setting button,&quot;3&quot; for the home screen button,...
|
||||
If a new button is defined (file name &quot;20&quot; exists), uweb also supports VectorDrawable with &quot;android compiled XML&quot; format. All icon files must be all VectorDrawables or 此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。</description>
|
||||
If a new button is defined (file name &quot;20&quot; exists), uweb also supports VectorDrawable with &quot;android compiled XML&quot; format. All icon files must be either all compiled VectorDrawables or common image formats.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -49,9 +49,8 @@
|
|||
</ul>
|
||||
<p>If subfolder "icon" exists, then files named as "0","1","2"...<br>
|
||||
are used for icons in the bottom toolbar. file "0" to replace the left arrow button, "1" for right arrow button, "2" for the setting button,"3" for the home screen button,...</p>
|
||||
<p>If a new button is defined (file name "20" exists), uweb also supports VectorDrawable with "android compiled XML" format. All icon files must be all VectorDrawables or 此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。</p>
|
||||
<p>用户可定义任意多个按钮(100个按钮毫无压力),其短按长按功能可在文件default.button及default.button2中定义,格式与文件<a href="../links">default.link</a>完全相同,每行从最后一个按钮开始重定义功能。</p>
|
||||
<p>注意:刷新按钮及窗口按钮图标暂时不能重定义。</p>
|
||||
<p>If a new button is defined (file name "20" exists), uweb also supports VectorDrawable with "android compiled XML" format. All icon files must be either all compiled VectorDrawables or common image formats.</p>
|
||||
<p>Note: The refresh and tab manager button can not be redefined.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -302,7 +302,7 @@ webview 80- night mode</description>
|
|||
<guid>/en/icons/</guid>
|
||||
<description>If subfolder &quot;icon&quot; exists, then files named as &quot;0&quot;,&quot;1&quot;,&quot;2&quot;...
|
||||
are used for icons in the bottom toolbar. file &quot;0&quot; to replace the left arrow button, &quot;1&quot; for right arrow button, &quot;2&quot; for the setting button,&quot;3&quot; for the home screen button,...
|
||||
If a new button is defined (file name &quot;20&quot; exists), uweb also supports VectorDrawable with &quot;android compiled XML&quot; format. All icon files must be all VectorDrawables or 此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。</description>
|
||||
If a new button is defined (file name &quot;20&quot; exists), uweb also supports VectorDrawable with &quot;android compiled XML&quot; format. All icon files must be either all compiled VectorDrawables or common image formats.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -57,6 +57,7 @@ body>ul{padding-left:0;}
|
|||
<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:2567108864'"/>webview debug</label></li>
|
||||
<li><label><input type="checkbox" onchange="location.href='i:25134217728'"/>Not follow system night mode</label></li>
|
||||
</ul>
|
||||
<script>
|
||||
checkBoxes=document.getElementsByTagName("input");
|
||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
|||
<!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>
|
||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
h1{font-size:100%;}
|
||||
|
||||
header.header{
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
top:0;
|
||||
}
|
||||
|
||||
header.header>a.logo {
|
||||
color:inherit;
|
||||
text-decoration:inherit;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
ul.posts{
|
||||
list-style-type:none
|
||||
}
|
||||
|
||||
ul.posts>li.post {
|
||||
line-height:2;
|
||||
}
|
||||
|
||||
ul.posts>li.post>a{
|
||||
color:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
|
||||
ul.tags{
|
||||
list-style-type:none
|
||||
}
|
||||
|
||||
ul.tags>li{
|
||||
display:inline;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
<meta http-equiv="refresh" content="0; url=/">
|
|
@ -1,34 +0,0 @@
|
|||
h1{font-size:100%;}
|
||||
|
||||
header.header{
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
top:0;
|
||||
}
|
||||
|
||||
header.header>a.logo {
|
||||
color:inherit;
|
||||
text-decoration:inherit;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
ul.posts{
|
||||
list-style-type:none
|
||||
}
|
||||
|
||||
ul.posts>li.post {
|
||||
line-height:2;
|
||||
}
|
||||
|
||||
ul.posts>li.post>a{
|
||||
color:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
|
||||
ul.tags{
|
||||
list-style-type:none
|
||||
}
|
||||
|
||||
ul.tags>li{
|
||||
display:inline;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
<meta http-equiv="refresh" content="0; url=/tags/">
|
|
@ -148,7 +148,12 @@
|
|||
<p><a href="i:00audiobay:http://audiobookbay.nl/?s=">audiobay:http://audiobookbay.nl/?s=</a></p>
|
||||
<p><a href="i:00book_google:https://www.google.com/search?q=%22parent+directory%22+pdf+OR+epub+OR+DjVU+OR+xps+%22%s%22+-html+-htm+-shtml+-phtml+-php+-buy+-aspx+-jsp+-asp+-cgi+-pdf+-ftp+-unknownsecret&num=100&filter=0">book_google:https://www.google.com/search?q=%22parent+directory%22+pdf+OR+epub+OR+DjVU+OR+xps+%22%s%22+-html+-htm+-shtml+-phtml+-php+-buy+-aspx+-jsp+-asp+-cgi+-pdf+-ftp+-unknownsecret&num=100&filter=0</a></p>
|
||||
<p>语言学习:<br>
|
||||
<a href="i:00merriam-webster:https://www.merriam-webster.com/dictionary/">merriam-webster:https://www.merriam-webster.com/dictionary/</a></p>
|
||||
<a href="i:00longman:https://longman.mister5.net/?word=">longman:https://longman.mister5.net/?word=</a></p>
|
||||
<p><a href="i:00oxford:https://oxford.mister5.net/?word=">oxford:https://oxford.mister5.net/?word=</a></p>
|
||||
<p><a href="i:00cambridge:https://cambridge.mister5.net/?word=">cambridge:https://cambridge.mister5.net/?word=</a></p>
|
||||
<p><a href="i:00collins:https://collins.mister5.net/?word=">collins:https://collins.mister5.net/?word=</a></p>
|
||||
<p><a href="i:00macmillian:https://macmillian.mister5.net/?word=">macmillian:https://macmillian.mister5.net/?word=</a></p>
|
||||
<p><a href="i:00merriam-webster:https://www.merriam-webster.com/dictionary/">merriam-webster:https://www.merriam-webster.com/dictionary/</a></p>
|
||||
<p><a href="i:00dictionary:https://www.dictionary.com/browse/">dictionary:https://www.dictionary.com/browse/</a></p>
|
||||
<p><a href="i:00britannica:https://www.britannica.com/search?query=">britannica:https://www.britannica.com/search?query=</a></p>
|
||||
<p><a href="i:00freedictionary:https://www.thefreedictionary.com/">freedictionary:https://www.thefreedictionary.com/</a></p>
|
||||
|
|
|
@ -57,6 +57,7 @@ body>ul{padding-left:0;}
|
|||
<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:2567108864'"/>webview调试</label></li>
|
||||
<li><label><input type="checkbox" onchange="location.href='i:25134217728'"/>不跟随系统夜间模式</label></li>
|
||||
</ul>
|
||||
<script>
|
||||
checkBoxes=document.getElementsByTagName("input");
|
||||
|
|
Loading…
Reference in a new issue