mirror of
https://github.com/torappinfo/uweb.git
synced 2026-03-14 14:45:45 +01:00
uweb1136: space-beginning address bar autocompletion as input method
This commit is contained in:
parent
c7b85148ba
commit
ee3f611b42
14 changed files with 78 additions and 75 deletions
|
|
@ -6,8 +6,15 @@
|
|||
<description>Recent content in _Posts on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Fri, 22 Aug 2025 08:32:50 +0800</lastBuildDate>
|
||||
<lastBuildDate>Sat, 11 Oct 2025 08:55:53 +0800</lastBuildDate>
|
||||
<atom:link href="https://jamesfengcao.gitlab.io/uweb/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/tips/</link>
|
||||
<pubDate>Sat, 11 Oct 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://jamesfengcao.gitlab.io/uweb/en/tips/</guid>
|
||||
<description><p><strong>Address bar autocompletion selection duplicate</strong><br>
When home screen input has the focus and address bar text begins with a single space, then the home screen input duplicates the autocompletion selection. Thus address bar autocompletion can be used as input method for cases like AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>popup menu for Long pressed link and downloading</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/longclick/</link>
|
||||
|
|
@ -27,7 +34,7 @@
|
|||
<link>https://jamesfengcao.gitlab.io/uweb/en/input/</link>
|
||||
<pubDate>Fri, 13 Dec 2024 00:00:00 +0000</pubDate>
|
||||
<guid>https://jamesfengcao.gitlab.io/uweb/en/input/</guid>
|
||||
<description><p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file &quot;default.input&quot;, each line of which defines common phrase for user inputs. If the phrase begins with &quot;@xxxx@&quot;, then &quot;xxxx&quot; part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p></description>
|
||||
<description><p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@AddrBar%0A">Address Bar</a><br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file &quot;default.input&quot;, each line of which defines common phrase for user inputs. If the phrase begins with &quot;@xxxx@&quot;, then &quot;xxxx&quot; part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CSS styles</title>
|
||||
|
|
@ -92,13 +99,6 @@
|
|||
<guid>https://jamesfengcao.gitlab.io/uweb/en/bookmark/</guid>
|
||||
<description><p>AI, chatgpt etc.</p>
<ul>
<li><a href="https://aistudio.google.com/app/prompts/new_chat">google</a></li>
<li><a href="https://gemini.google.com/app">google gemini</a></li>
<li><a href="https://jeeves.ai/chat">jeeves</a></li>
<li><a href="https://poe.com">poe</a></li>
<li><a href="https://www.teach-anything.com/">teach-anything</a></li>
<li><a href="https://magickpen.com/">magickpen</a></li>
</ul>
<p>Scholar:</p>
<ul>
<li><a href="https://lumina.sh">Lumina</a></li>
</ul>
<p><a href="https://note.ms">note.ms</a><br>
<a href="https://rentry.org">rentry</a><br>
<a href="i:1w">Wait for url from other devices</a><br>
<a href="https://berify.com">berify: reverse image search for video</a></p>
<h3 id="associated-bookmarks">Associated bookmarks</h3>
<p><a href="../searchcat/index.html#">Search engine files</a> associate with bookmarks with extension &quot;.html&quot;, which means the bookmark file if existing is appended to the page when the search engine file is on screen.</p>
<p>&quot;help_en.html&quot; bookmark associates with the user manual in English. Similarly, &quot;help_zh.html&quot; is for Chinese manual. Whenever user manual is open, the associated bookmark appears before the manual.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/tips/</link>
|
||||
<pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>https://jamesfengcao.gitlab.io/uweb/en/tips/</guid>
|
||||
<description><p><strong>Text processing for clipboard data</strong>:<br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong>:<br>
PC button + option &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.</p>
<p><strong>Playing audio when screen off</strong><br>
Option &quot;Floating video&quot; + video fullscreen playing</p>
<p><strong>Multiple home screens and Next/Prev page</strong>:<br>
home5.html, home6.mht(or .search or .html), home7.mht(or .search or .html), ... can be visited via pressing the right arrow button while home4.mht(or .search or .html), home3.mht(or .search or .html) ... with long pressing the left arrow.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Address bar command line</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/acmd/</link>
|
||||
|
|
|
|||
|
|
@ -97,6 +97,12 @@
|
|||
</li>
|
||||
|
||||
|
||||
<li class="post">
|
||||
<a href="tips/index.html#">
|
||||
<span>Tips</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="longclick/index.html#">
|
||||
<span>popup menu for Long pressed link and downloading</span>
|
||||
|
|
@ -169,12 +175,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tips/index.html#">
|
||||
<span>Tips</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="acmd/index.html#">
|
||||
<span>Address bar command line</span>
|
||||
|
|
|
|||
18
en/index.xml
18
en/index.xml
|
|
@ -6,8 +6,15 @@
|
|||
<description>Recent content on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Fri, 26 Sep 2025 06:56:16 +0800</lastBuildDate>
|
||||
<lastBuildDate>Sat, 11 Oct 2025 08:55:53 +0800</lastBuildDate>
|
||||
<atom:link href="https://jamesfengcao.gitlab.io/uweb/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/tips/</link>
|
||||
<pubDate>Sat, 11 Oct 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://jamesfengcao.gitlab.io/uweb/en/tips/</guid>
|
||||
<description><p><strong>Address bar autocompletion selection duplicate</strong><br>
When home screen input has the focus and address bar text begins with a single space, then the home screen input duplicates the autocompletion selection. Thus address bar autocompletion can be used as input method for cases like AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>popup menu for Long pressed link and downloading</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/longclick/</link>
|
||||
|
|
@ -27,7 +34,7 @@
|
|||
<link>https://jamesfengcao.gitlab.io/uweb/en/input/</link>
|
||||
<pubDate>Fri, 13 Dec 2024 00:00:00 +0000</pubDate>
|
||||
<guid>https://jamesfengcao.gitlab.io/uweb/en/input/</guid>
|
||||
<description><p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file &quot;default.input&quot;, each line of which defines common phrase for user inputs. If the phrase begins with &quot;@xxxx@&quot;, then &quot;xxxx&quot; part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p></description>
|
||||
<description><p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@AddrBar%0A">Address Bar</a><br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file &quot;default.input&quot;, each line of which defines common phrase for user inputs. If the phrase begins with &quot;@xxxx@&quot;, then &quot;xxxx&quot; part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Search engine query URLs</title>
|
||||
|
|
@ -106,13 +113,6 @@
|
|||
<guid>https://jamesfengcao.gitlab.io/uweb/en/bookmark/</guid>
|
||||
<description><p>AI, chatgpt etc.</p>
<ul>
<li><a href="https://aistudio.google.com/app/prompts/new_chat">google</a></li>
<li><a href="https://gemini.google.com/app">google gemini</a></li>
<li><a href="https://jeeves.ai/chat">jeeves</a></li>
<li><a href="https://poe.com">poe</a></li>
<li><a href="https://www.teach-anything.com/">teach-anything</a></li>
<li><a href="https://magickpen.com/">magickpen</a></li>
</ul>
<p>Scholar:</p>
<ul>
<li><a href="https://lumina.sh">Lumina</a></li>
</ul>
<p><a href="https://note.ms">note.ms</a><br>
<a href="https://rentry.org">rentry</a><br>
<a href="i:1w">Wait for url from other devices</a><br>
<a href="https://berify.com">berify: reverse image search for video</a></p>
<h3 id="associated-bookmarks">Associated bookmarks</h3>
<p><a href="../searchcat/index.html#">Search engine files</a> associate with bookmarks with extension &quot;.html&quot;, which means the bookmark file if existing is appended to the page when the search engine file is on screen.</p>
<p>&quot;help_en.html&quot; bookmark associates with the user manual in English. Similarly, &quot;help_zh.html&quot; is for Chinese manual. Whenever user manual is open, the associated bookmark appears before the manual.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/tips/</link>
|
||||
<pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>https://jamesfengcao.gitlab.io/uweb/en/tips/</guid>
|
||||
<description><p><strong>Text processing for clipboard data</strong>:<br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong>:<br>
PC button + option &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.</p>
<p><strong>Playing audio when screen off</strong><br>
Option &quot;Floating video&quot; + video fullscreen playing</p>
<p><strong>Multiple home screens and Next/Prev page</strong>:<br>
home5.html, home6.mht(or .search or .html), home7.mht(or .search or .html), ... can be visited via pressing the right arrow button while home4.mht(or .search or .html), home3.mht(or .search or .html) ... with long pressing the left arrow.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Address bar command line</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/acmd/</link>
|
||||
|
|
|
|||
|
|
@ -45,14 +45,15 @@
|
|||
|
||||
</ul>
|
||||
<p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
|
||||
<a href="i:0gdefault.input::@AddrBar%0A">Address Bar</a><br>
|
||||
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
|
||||
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
|
||||
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
|
||||
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file "default.input", each line of which defines common phrase for user inputs. If the phrase begins with "@xxxx@", then "xxxx" part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 7 April 2025<br>
|
||||
update search engines<br>
|
||||
<p>Last Modified: 11 October 2025<br>
|
||||
uweb1136: space-beginning address bar autocompletion as input method<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/_posts/</loc>
|
||||
<lastmod>2025-08-22T08:32:50+08:00</lastmod>
|
||||
<lastmod>2025-10-11T08:55:53+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
@ -14,6 +14,32 @@
|
|||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/_posts/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/tips/</loc>
|
||||
<lastmod>2025-10-11T08:55:53+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/zh/tips/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/tips/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/</loc>
|
||||
<lastmod>2025-10-11T08:55:53+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/zh/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/tags/javascript/</loc>
|
||||
<lastmod>2025-03-02T21:09:32+08:00</lastmod>
|
||||
|
|
@ -53,19 +79,6 @@
|
|||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/</loc>
|
||||
<lastmod>2025-09-26T06:56:16+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/zh/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/html5/</loc>
|
||||
<lastmod>2025-07-29T14:59:44+08:00</lastmod>
|
||||
|
|
@ -81,7 +94,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/input/</loc>
|
||||
<lastmod>2025-04-07T22:07:29+08:00</lastmod>
|
||||
<lastmod>2025-10-11T07:41:06+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/search/</loc>
|
||||
<lastmod>2025-09-26T06:56:16+08:00</lastmod>
|
||||
|
|
@ -292,19 +305,6 @@
|
|||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/bookmark/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/tips/</loc>
|
||||
<lastmod>2024-04-30T20:46:47+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/zh/tips/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="https://jamesfengcao.gitlab.io/uweb/en/tips/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/acmd/</loc>
|
||||
<lastmod>2024-04-02T11:45:19+08:00</lastmod>
|
||||
|
|
|
|||
|
|
@ -48,21 +48,24 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p><strong>Text processing for clipboard data</strong>:<br>
|
||||
<p><strong>Address bar autocompletion selection duplicate</strong><br>
|
||||
When home screen input has the focus and address bar text begins with a single space, then the home screen input duplicates the autocompletion selection. Thus address bar autocompletion can be used as input method for cases like AI prompts.</p>
|
||||
<p><strong>Text processing for clipboard data</strong><br>
|
||||
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
|
||||
<p><strong>To show web pages in desktop mode</strong>:<br>
|
||||
<p><strong>To show web pages in desktop mode</strong><br>
|
||||
PC button + option "wide viewport" + global js "force page resizable".</p>
|
||||
<p><strong>Playing audio when screen off</strong><br>
|
||||
Option "Floating video" + video fullscreen playing</p>
|
||||
<p><strong>Multiple home screens and Next/Prev page</strong>:<br>
|
||||
<p><strong>Multiple home screens and Next/Prev page</strong><br>
|
||||
home5.html, home6.mht(or .search or .html), home7.mht(or .search or .html), ... can be visited via pressing the right arrow button while home4.mht(or .search or .html), home3.mht(or .search or .html) ... with long pressing the left arrow.</p>
|
||||
<p>Click download button on the bottom toolbar to save remote webpage, the resulted offline file can be used as one of the home screens.</p>
|
||||
<p><strong>Click download button on the bottom toolbar to save remote webpage</strong><br>
|
||||
The resulted offline file can be used as one of the home screens.</p>
|
||||
<p><strong>Configuration folder and file managers</strong><br>
|
||||
With <a href="../bookmark/index.html#">bookmark</a>, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux.</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 30 April 2024<br>
|
||||
urlInc() prefers .search to .html<br>
|
||||
<p>Last Modified: 11 October 2025<br>
|
||||
uweb1136: space-beginning address bar autocompletion as input method<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<script>var verCode = %1%;</script>
|
||||
<script>
|
||||
(function(){
|
||||
let latestV = 1134;
|
||||
let latestV = 1136;
|
||||
let msg = "Already up to date!";
|
||||
let url="https://master.dl.sourceforge.net/project/uwebbrowser/v1/uweb"+latestV+".apk?viasf=1";
|
||||
do {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"b":"https://www4.bing.com/search?q=%s",
|
||||
"n":"https://n.cn/search/?q=%s",
|
||||
"n":"https://www.n.cn/chathome?q=%s",
|
||||
"z":"https://chat.z.ai/?q=%s",
|
||||
"ff":"http://frogfind.com/?q=%s",
|
||||
"ima":"i:0/js/uweb2edit.js:https://ima.qq.com/chat?uweb=%3Cp%3E%s%3C/p%3E",
|
||||
|
|
@ -35,7 +35,6 @@
|
|||
"g":"https://google.com/search?q=%s",
|
||||
"ga":"https://google.com/search?udm=50&q=%s",
|
||||
"git":"https://github.com/search?type=Repositories&q=%s",
|
||||
"3":"i:0/js/uwebset.js:https://bot.n.cn/chathome?uweb=%s%0D",
|
||||
"tg":"https://togoda.com/search?query=%s",
|
||||
"cg":"i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s",
|
||||
"miku":"i:0/js/s2ta.js:https://www.hellomiku.com?%s",
|
||||
|
|
@ -51,6 +50,6 @@
|
|||
"dk":"i:0/js/uweb2ta.js:https://y.demo.wvusd.homes/https://duckduckgo.com?ia=chat&q=h#uweb=%s",
|
||||
"wa":"https://www.wolframalpha.com/input?i=%s",
|
||||
"zdm":"http://search.smzdm.com/?c=youhui&s=%s",
|
||||
"android":"http://www.so.com/s?q=site:developer.android.google.cn+%s",
|
||||
"android":"http://www4.bing.com/search?q=site:developer.android.google.cn/reference/+%s",
|
||||
"bd":"https://www.baidu.com/s?wd=%s"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@
|
|||
<sitemap>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2025-09-26T06:56:16+08:00</lastmod>
|
||||
<lastmod>2025-10-11T08:55:53+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/zh/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2025-09-27T16:25:38+08:00</lastmod>
|
||||
<lastmod>2025-09-28T08:16:57+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Sat, 27 Sep 2025 16:25:38 +0800</lastBuildDate>
|
||||
<lastBuildDate>Sun, 28 Sep 2025 08:16:57 +0800</lastBuildDate>
|
||||
<atom:link href="https://jamesfengcao.gitlab.io/uweb/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>常用链接</title>
|
||||
|
|
|
|||
|
|
@ -325,14 +325,14 @@ AI引擎 (搜索窗口可见时生效,超微浏览器"%s"后添加"%250D"可
|
|||
|
||||
<a href="i:00汉语大词典:https://guji.nlc.cn/instrument/dictionaries_detail?bookId=140&keyword=">汉语大词典:https://guji.nlc.cn/instrument/dictionaries_detail?bookId=140&keyword=</a>
|
||||
|
||||
<a href="i:00辞海:https://www.cihai.com.cn/search?type=cihai&q=">辞海:https://www.cihai.com.cn/search?type=cihai&q=</a>
|
||||
|
||||
<a href="i:00ctext:https://ctext.org/dictionary.pl?char=">ctext:https://ctext.org/dictionary.pl?char=</a>
|
||||
|
||||
<a href="i:00漢後:https://ctext.org/post-han?searchu=">漢後:https://ctext.org/post-han?searchu=</a>
|
||||
|
||||
<a href="i:00先秦兩漢:https://ctext.org/pre-qin-and-han?searchu=">先秦兩漢:https://ctext.org/pre-qin-and-han?searchu=</a>
|
||||
|
||||
<a href="i:00汉字:http://www.guoxuedashi.net/zidian/so.php?kz=1&sokeyzi=">汉字:http://www.guoxuedashi.net/zidian/so.php?kz=1&sokeyzi=</a>
|
||||
|
||||
<a href="i:00字:https://zi.tools/zi/">字:https://zi.tools/zi/</a>
|
||||
|
||||
<a href="i:00说文解字:http://www.shuowen.net/so.php?s=">说文解字:http://www.shuowen.net/so.php?s=</a>
|
||||
|
|
|
|||
|
|
@ -215,10 +215,10 @@ PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放
|
|||
<p><a href="i:00现代日汉双解:https://dict.hjenglish.com/jp/jc/">现代日汉双解:https://dict.hjenglish.com/jp/jc/</a></p>
|
||||
<p><a href="i:00訓詁:POST:word=%s:http://www.kaom.net/book_xungu8.php">訓詁:POST:word=%s:http://www.kaom.net/book_xungu8.php</a></p>
|
||||
<p><a href="i:00汉语大词典:https://guji.nlc.cn/instrument/dictionaries_detail?bookId=140&keyword=">汉语大词典:https://guji.nlc.cn/instrument/dictionaries_detail?bookId=140&keyword=</a></p>
|
||||
<p><a href="i:00辞海:https://www.cihai.com.cn/search?type=cihai&q=">辞海:https://www.cihai.com.cn/search?type=cihai&q=</a></p>
|
||||
<p><a href="i:00ctext:https://ctext.org/dictionary.pl?char=">ctext:https://ctext.org/dictionary.pl?char=</a></p>
|
||||
<p><a href="i:00漢後:https://ctext.org/post-han?searchu=">漢後:https://ctext.org/post-han?searchu=</a></p>
|
||||
<p><a href="i:00先秦兩漢:https://ctext.org/pre-qin-and-han?searchu=">先秦兩漢:https://ctext.org/pre-qin-and-han?searchu=</a></p>
|
||||
<p><a href="i:00汉字:http://www.guoxuedashi.net/zidian/so.php?kz=1&sokeyzi=">汉字:http://www.guoxuedashi.net/zidian/so.php?kz=1&sokeyzi=</a></p>
|
||||
<p><a href="i:00字:https://zi.tools/zi/">字:https://zi.tools/zi/</a></p>
|
||||
<p><a href="i:00说文解字:http://www.shuowen.net/so.php?s=">说文解字:http://www.shuowen.net/so.php?s=</a></p>
|
||||
<p><a href="i:00登樓古籍:POST:text=%s:https://tio.freemdict.com/denglou">登樓古籍:POST:text=%s:https://tio.freemdict.com/denglou</a></p>
|
||||
|
|
@ -329,7 +329,7 @@ PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 27 September 2025<br>
|
||||
<p>Last Modified: 28 September 2025<br>
|
||||
add notes for '%250D'<br>
|
||||
<pre>24.02.26 添加网盘搜索引擎
|
||||
</pre>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/zh/</loc>
|
||||
<lastmod>2025-09-27T16:25:38+08:00</lastmod>
|
||||
<lastmod>2025-09-28T08:16:57+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/zh/topposts/</loc>
|
||||
<lastmod>2025-09-27T16:25:38+08:00</lastmod>
|
||||
<lastmod>2025-09-28T08:16:57+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/zh/search/</loc>
|
||||
<lastmod>2025-09-27T16:25:38+08:00</lastmod>
|
||||
<lastmod>2025-09-28T08:16:57+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Sat, 27 Sep 2025 16:25:38 +0800</lastBuildDate>
|
||||
<lastBuildDate>Sun, 28 Sep 2025 08:16:57 +0800</lastBuildDate>
|
||||
<atom:link href="https://jamesfengcao.gitlab.io/uweb/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>搜索引擎搜索查询URL汇总</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue