mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sun Apr 24 09:58:03 PM CST 2022
This commit is contained in:
parent
bbad95be26
commit
26edc204c9
11 changed files with 137 additions and 113 deletions
|
@ -6,7 +6,50 @@
|
|||
<description>Recent content in _posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>常用链接</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/links/</link>
|
||||
|
@ -51,46 +94,6 @@ socks代理
|
|||
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
|
|
|
@ -81,14 +81,14 @@
|
|||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="links/index.html">
|
||||
<span>常用链接</span>
|
||||
<a href="pccopy/index.html">
|
||||
<span>操作选中(富)文本/元素</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="pccopy/index.html">
|
||||
<span>操作选中(富)文本/元素</span>
|
||||
<a href="links/index.html">
|
||||
<span>常用链接</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
85
index.xml
85
index.xml
|
@ -6,7 +6,50 @@
|
|||
<description>Recent content on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>常用链接</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/links/</link>
|
||||
|
@ -51,46 +94,6 @@ socks代理
|
|||
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
|
|
|
@ -37,8 +37,11 @@
|
|||
<a href="i:0g/sdcard/uweb/default.select::bing翻译:/uweb:printf 'https://cn.bing.com/translator/?from=&to=zh-Hans&text=';cat|tr ' ' '%2B'%0A">bing翻译</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.select::papago翻译:/uweb:printf 'https://papago.naver.com/?sk=auto&tk=zh-CN&st=';cat|tr ' ' '%2B'%0A">papago翻译</a></p>
|
||||
<p><a href="i:0g/sdcard/uweb/default.select::iciba:/uweb:printf 'https://m.iciba.com/';cat|tr ' ' '%2B'%0A">iciba</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.select::百度翻译:/uweb:printf 'https://fanyi.baidu.com/#auto/zh/';cat|tr ' ' '%2B'%0A">百度翻译</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.select::有道翻译:/uweb:printf 'https://m.youdao.com/translate?type=AUTO&inputtext=';cat|tr ' ' '%2B'%0A">有道翻译</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.select::搜狗翻译:/uweb:printf 'https://translate.sogou.com/text?transfrom=auto&transto=zh-CHS&model=general&keyword=';cat|tr ' ' '%2B'%0A">搜狗翻译</a></p>
|
||||
<p><a href="i:0g/sdcard/uweb/default.select::彩云小译:/uweb:print 'https://fanyi.caiyunapp.com/#/ {function tE(el,t){var e=new Event(t);el.dispatchEvent(e);}let s=document.querySelector(%22textarea%22);s.value=%60';cat;print '%60;tE(s,%22input%22);tE(s,%22keyup%22)}'%0A">彩云小译</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.select::deepL:/uweb:print 'https://www.deepl.com/translator {function tE(el,t){var e=new Event(t);el.dispatchEvent(e);}let s=document.querySelector(%22textarea%22);s.value=%60';cat;print '%60;tE(s,%22change%22)}'%0A">deepL</a></p>
|
||||
<p><a target="_self" href="i:0g/sdcard/uweb/default.select:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/select.cfg">点击安装"保存文本"等</a></p>
|
||||
<p>重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。</p>
|
||||
<p>配置文件"/sdcard/uweb/default.select"定义了<a href="..">超微浏览器</a>对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:<br>
|
||||
|
|
22
sitemap.xml
22
sitemap.xml
|
@ -3,33 +3,33 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/links/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/pccopy/</loc>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/links/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
<description>Recent content in Tags on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>PC</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</guid>
|
||||
<description></description>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<item>
|
||||
<title>ssh</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</guid>
|
||||
<description></description>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<item>
|
||||
<title>termux</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</guid>
|
||||
<description></description>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<item>
|
||||
<title>Windows</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</guid>
|
||||
<description></description>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<item>
|
||||
<title>剪贴板</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</guid>
|
||||
<description></description>
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
<description>Recent content in PC on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/pc/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/pc/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
<description>Recent content in ssh on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
<description>Recent content in termux on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/termux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/termux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
<description>Recent content in Windows on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/windows/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/windows/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
<description>Recent content in 剪贴板 on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
bing翻译
|
||||
papago翻译
|
||||
iciba
|
||||
百度翻译
|
||||
有道翻译
|
||||
搜狗翻译
|
||||
彩云小译
|
||||
deepL
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
|
|
Loading…
Reference in a new issue