mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
1034: enhancing share button for clipboard text processing
This commit is contained in:
parent
5979fc0d80
commit
3715fd6cb5
6 changed files with 15 additions and 14 deletions
|
@ -52,7 +52,8 @@
|
|||
<p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p>
|
||||
<h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
|
||||
<h4 id="change-logs">Change logs</h4>
|
||||
<p>1030: Allow downloading with global redirection<br>
|
||||
<p>1034: click share button on homescreen to process clipboard text.<br>
|
||||
1030: Allow downloading with global redirection<br>
|
||||
1026: Test automation: enable i:0 urls in scripting mode<br>
|
||||
1017: crontab alarm clock and <a href="../links/index.html">links</a> as sixth field.<br>
|
||||
1008: Add long screenshot mode<br>
|
||||
|
@ -84,8 +85,8 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 29 November 2023<br>
|
||||
rename pccopy.md to textprocess.md<br>
|
||||
<p>Last Modified: 3 December 2023<br>
|
||||
1034: enhancing share button for clipboard text processing<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
|
@ -215,13 +215,13 @@ sourceforge
|
|||
powerfolder
|
||||
udrop
|
||||
pagure
|
||||
Main features Change logs 1030: Allow downloading with global redirection
|
||||
Main features Change logs 1034: click share button on homescreen to process clipboard text.
|
||||
1030: Allow downloading with global redirection
|
||||
1026: Test automation: enable i:0 urls in scripting mode
|
||||
1017: crontab alarm clock and links as sixth field.
|
||||
1008: Add long screenshot mode
|
||||
1006: Advanced configuration: auto reload, download path
|
||||
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.cn&quot;.
|
||||
998: Bookmarklets to support CSP sites.</description>
|
||||
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Site map</title>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-12-01T16:13:01+08:00</lastmod>
|
||||
<lastmod>2023-12-03T11:15:08+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -194,7 +194,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/topposts/</loc>
|
||||
<lastmod>2023-12-01T15:53:02+08:00</lastmod>
|
||||
<lastmod>2023-12-03T11:15:08+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -291,7 +291,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/changelog/</loc>
|
||||
<lastmod>2023-11-29T15:19:08+08:00</lastmod>
|
||||
<lastmod>2023-12-03T11:15:08+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/en/sitemap/</loc>
|
||||
<lastmod>2023-12-01T15:53:02+08:00</lastmod>
|
||||
|
|
|
@ -65,13 +65,13 @@ sourceforge
|
|||
powerfolder
|
||||
udrop
|
||||
pagure
|
||||
Main features Change logs 1030: Allow downloading with global redirection
|
||||
Main features Change logs 1034: click share button on homescreen to process clipboard text.
|
||||
1030: Allow downloading with global redirection
|
||||
1026: Test automation: enable i:0 urls in scripting mode
|
||||
1017: crontab alarm clock and links as sixth field.
|
||||
1008: Add long screenshot mode
|
||||
1006: Advanced configuration: auto reload, download path
|
||||
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.cn&quot;.
|
||||
998: Bookmarklets to support CSP sites.</description>
|
||||
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Site map</title>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
let verCode = %1%;
|
||||
let latestV = 1032;
|
||||
let latestV = 1034;
|
||||
if( verCode>=latestV) alert("No updates available!");
|
||||
else
|
||||
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<sitemap>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-12-01T16:13:01+08:00</lastmod>
|
||||
<lastmod>2023-12-03T11:15:08+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
Loading…
Reference in a new issue