use gitee releases in latest.html
[uweb.git] / zh / tips / index.html
blobb60daeb0edde6ae57aa1e9a92b1111b1e4261ca2
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <link rel="canonical" href="https://jamesfengcao.gitlab.io/uweb/zh/tips/" />
8 <link rel="stylesheet" href="../style.css#" type="text/css" />
9 <title>小技巧</title>
10 <script>
11 function findLang(){
12 let href = location.href;
13 for(let i=href.length-1;i>0;i--){
14 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
15 return i;
17 return 0;
19 function nav2(page){
20 let i = findLang();
21 location.href = location.href.substring(0,i+1)+page;
23 function nav2Lang(lang){
24 let i = findLang();
25 let href = location.href;
26 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
28 </script>
29 </head>
30 <body>
31 <header class='header'>
32 <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">首页</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">标签</a>
35 <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
38 <nav>
39 </nav>
40 </header>
41 <br />
43 <div class="container">
44 <h1 class="title">小技巧
45 <br>
46 <span class="subtitle"></span>
47 </h1>
48 <ul class="tags">
50 </ul>
51 <p><strong>免魔法国内直接使用系列</strong><br>
52 <a href="../redirect/index.html#">使用重定向访问国外技术网址</a></p>
53 <p><strong>目录配置及使用外部文件管理器</strong><br>
54 超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见<a href="../../en/acmd/index.html#">Shell command mode</a></p>
55 <p><strong>准确显示PC网页</strong>:<br>
56 PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;</p>
57 <p><strong>多主屏</strong>:<br>
58 home5.html为自定义主屏,home6.mht/home6.search/home6.html, home7.search ...为多主屏(前进按钮可进)。同前缀文件中.mht文件优先于.search文件优先于.html文件。home4.html, home3.html ... (长按后退按钮可进)。</p>
59 <p><strong>自动翻页</strong><br>
60 长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。</p>
61 <p><strong>配置临时修改</strong><br>
62 配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。</p>
63 <p><strong>临时恢复UA (user agent)至android默认浏览器</strong><br>
64 UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA状态,下次启动浏览器时恢复到原有UA。这样用户可常用一些有力的UA配置,仅偶尔使用默认配置,无需反复切换。</p>
65 <p><strong>快速编辑文件</strong><br>
66 在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。<br>
67 <a href="../filenames">配置文件列表</a>中直接点击文件名即可编辑。</p>
69 </div>
70 <p>Last Modified: 13 December 2024<br>
71 cleanup<br>
72 <pre></pre>
73 </p>
75 <script id='jsgiscus'
76 src='https://giscus.app/client.js'
77 data-repo="torappinfo/uweb"
78 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
79 data-category="Announcements"
80 data-category-id="DIC_kwDOEgNLGc4CQjsh"
81 data-mapping="title"
82 data-strict="0"
83 data-reactions-enabled="1"
84 data-emit-metadata="0"
85 data-input-position="top"
86 data-theme="light"
87 data-lang="en"
88 data-loading="lazy"
89 crossorigin="anonymous" async>
90 </script>
92 <footer class="site-footer">
93 <div class="container">
94 &copy; 2018-2025 Richard H. Cao
95 </div>
96 </footer>
97 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
100 </body>
101 </html>