mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding Sat Sep 10 08:55:34 PM CST 2022
This commit is contained in:
parent
32fb5a8ee2
commit
c033aee378
11 changed files with 220 additions and 0 deletions
|
@ -152,6 +152,20 @@ are used for icons in the bottom toolbar. file "0" to replace
|
|||
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>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Search engine files</title>
|
||||
<link>/en/searchcat/</link>
|
||||
<pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/searchcat/</guid>
|
||||
<description>Any &quot;.search&quot; file can be opened as search engine file, each line of which has one of the following formats:
|
||||
[Engine name]:[url without '%s' inside]
|
||||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes).</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Termux</title>
|
||||
<link>/en/termux/</link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue