mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
update bingAI api
This commit is contained in:
parent
2d72f7825a
commit
a8700372f4
8 changed files with 64 additions and 56 deletions
|
@ -45,16 +45,18 @@
|
|||
<p>The <a href="../index.html">uweb</a> internal link "<a href="../links/index.html">i:0m</a>" make any url such as download or indirect link visitable as a website. The test mirrors in the uweb manual are examples using the following tricks:</p>
|
||||
<ul>
|
||||
<li>"i:0m04:[url]": to treat the [url] content as html with bookmarklet.</li>
|
||||
<li>"i:0mi:5h:[url]": to treat the [url] content as html (for download or no-script links etc.)</li>
|
||||
<li>"i:0mi:5h?[postfix]::[url]": auto append query postfix to url to retrieve content.</li>
|
||||
<li>"i:0m?:[url]": to treat the [url] content as html, handling css/js properly.</li>
|
||||
<li>"i:0m?[postfix]:[url]": auto append query postfix to url to retrieve content.</li>
|
||||
<li>"i:0mi:5h:[url]": similar to "i:0m?:[url]", to treat the [url] content as html (for download or no-script links etc.)</li>
|
||||
<li>"i:0mi:5h?[postfix]::[url]": similar to "i:0m?[postfix]:[url]". auto append query postfix to url to retrieve content.</li>
|
||||
<li>"i:0mi:5h/[regex]/[replacement]::[url]": use the result of regular expression replacement to retrieve the content.</li>
|
||||
</ul>
|
||||
<p>For more complicated links such as cloud storage shared links, which need user gestures to reach temporary generated content link, use<br>
|
||||
"i:0m/.../[local.html]:[url]", where the local file "/.../[local.html]" processes "[url]" as needed.</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 29 March 2023<br>
|
||||
add bingAI url<br>
|
||||
<p>Last Modified: 14 May 2023<br>
|
||||
update bingAI/js/optionsSets.js<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue