mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding Tue Sep 6 05:48:18 PM CST 2022
This commit is contained in:
parent
da31e9824f
commit
bc83b5c0f9
5 changed files with 10 additions and 17 deletions
|
@ -7,6 +7,7 @@
|
|||
(Mirrors:
|
||||
[bitbucket](https://torappinfo.bitbucket.io/zh/)
|
||||
[gitlab](https://jamesfengcao.gitlab.io/uweb/zh/)
|
||||
[repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
|
||||
[netlify](https://uwebzh.netlify.app/zh/)
|
||||
[pages](https://uwebzh.pages.dev/zh/)
|
||||
[stormkit](https://uweb.stormkit.dev/zh/)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.101.0" />
|
||||
<meta name="generator" content="Hugo 0.102.3" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
|
|
@ -98,16 +98,17 @@ Socks proxy</p>
|
|||
</ul>
|
||||
<h3 id="i-internal-links">"i:" internal links:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>i:0m[bookmarklet index|prefix|c[cssFlag]]:[url]<br>
|
||||
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</p>
|
||||
</li>
|
||||
<li>i:0m[bookmarklet index|prefix?postfix|c[cssFlag]]:[url]<br>
|
||||
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</li>
|
||||
<li></li>
|
||||
</ul>
|
||||
<p>[bookmarklet index] must have two/three digits. The first two digits are used as index of bootmarklet. For example, "00" as the first local bookmarklet; "01" as the first remote script; then "02" as the second local bookmarklet, ... The third digit is uplevel, 1 to make bookmarklet valid for parent path of [url].</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>c[cssFlag]: For example, "c12" will apply the third and fourth global CSS (12=2^2+2^3).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>All other cases will be treated as prefix, the real visited url is "[prefix]+url".</p>
|
||||
<p>All other cases will be treated as [prefix?postfix], the real visited url is "[prefix]+[url]+[?postfix]".</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:15[string]<br>
|
||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
<meta http-equiv="refresh" content="0; url=zh/index.html">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.101.0" />
|
||||
<meta name="generator" content="Hugo 0.102.3" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue