mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add download links
This commit is contained in:
parent
4fd4f72264
commit
312bc28def
4 changed files with 16 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
[中文](README.zh-Hans.md)
|
||||
|
||||
[Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5)
|
||||
[Downloads](en/download.md)
|
||||
|
||||
[Uweb browser: downloads, plugins and tips](https://torappinfo.github.io/uweb/en/)
|
||||
(Mirrors:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
[English](README.md)
|
||||
|
||||
[Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5)
|
||||
[Downloads](en/download.md)
|
||||
|
||||
[超微浏览器下载及使用技巧](https://uwebzh.netlify.app/zh/)
|
||||
(Mirrors:
|
||||
|
|
8
en/download.md
Normal file
8
en/download.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
[pagure](https://releases.pagure.org/uweb/)
|
||||
|
||||
[uweb, termux & history versions](https://s1.asytech.cn/s/tQrgT5kBRg8Trry)
|
||||
|
||||
[github](https://github.com/torappinfo/uweb/releases/tag/v1)
|
||||
|
||||
[sourceforge](https://sourceforge.net/projects/uwebbrowser/files/v1/)
|
||||
|
|
@ -41,4 +41,10 @@ z(){
|
|||
xz -cdf -- "$dict" | less -n +"${percent}/####$word"
|
||||
}
|
||||
|
||||
zb(){
|
||||
word=$1
|
||||
dict=~/share/xz/$2.xz
|
||||
xz -cdf -- "$dict" | less -n +"/$word"
|
||||
}
|
||||
|
||||
export LESS=-inR
|
||||
|
|
Loading…
Reference in a new issue