update mirrors

This commit is contained in:
James Feng Cao 2024-04-02 19:38:45 +08:00
parent 75cb8c0c1e
commit ed565d9960
61 changed files with 286 additions and 233 deletions

View file

@ -57,7 +57,7 @@
<p>长按链接弹出菜单显示<a href="file:///data/data/info.torapp.uweb/files/longclick/">longclick</a>目录下所有js文件供用户挑选执行。<br>
js文件格式如下</p>
<ul>
<li>首行可以&quot;//&quot;开头后面紧跟目标网页urlurl中可包含<a href="../cmd/index.html">&quot;%u&quot;</a>,打开网页时会用长按的链接替换。</li>
<li>首行可以&quot;//&quot;开头后面紧跟目标网页urlurl中可包含<a href="../cmd/index.html#">&quot;%u&quot;</a>,打开网页时会用长按的链接替换。</li>
<li>首行非&quot;//&quot;开头者,整个脚本作用于当前网页,不再打开新网页。</li>
<li>第二行开始为javascript代码代码中可用arguments来获取參数。其中arguments[1]为长按的链接; arguments[2]为长按链接的文字描述; arguments[0]为js文件名。</li>
</ul>