add atomgit pages
[uweb.git] / zh / sitemap / index.html
blob695139ec02b6703d27d4ef957d6874874890ce10
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="stylesheet" href="../style.css#" type="text/css" />
8 <title>配置总览</title>
9 <script type="text/javascript">
10 function findLang(){
11 let href = location.href;
12 for(let i=href.length-1;i>0;i--){
13 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
14 return i;
16 return 0;
18 function nav2(page){
19 let i = findLang();
20 location.href = location.href.substring(0,i+1)+page;
22 function nav2Lang(lang){
23 let i = findLang();
24 let href = location.href;
25 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
27 </script>
28 </head>
29 <body>
30 <header class='header'>
31 <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
34 <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
37 <nav>
38 </nav>
39 </header>
40 <br />
42 <div class="container">
43 <h1 class="title">配置总览
44 <br>
45 <span class="subtitle"></span>
46 </h1>
47 <ul class="tags">
49 </ul>
50 <p><a href="../../en/mirrors/index.html#">专用镜像</a><br>
51 <a href="i:61ver:../../latest.html#">检测并下载最新版</a></p>
52 <h4 id="界面配置">界面配置</h4>
53 <ul>
54 <li><a href="../search/index.html#">搜索引擎</a></li>
55 <li><a href="../searchurl/homescreen.html#">主页</a>
56 <ul>
57 <li><a href="../searchurl/quickstart.html#">快速访问</a></li>
58 </ul>
59 </li>
60 <li><a href="i:61:../searchurl/func.html">界面配置及杂项</a> (<a href="i:61:https://gitee.com/jamesfengcao/uweb/raw/master/zh/searchurl/func.html">gitee镜像</a>)</li>
61 <li><a href="../searchurl/backup.html#">备份与恢复</a></li>
62 </ul>
63 <h4 id="个性化">个性化</h4>
64 <ul>
65 <li>工具条按钮长按菜单
66 <ul>
67 <li><a href="../searchurl/uas.html#">浏览器标识</a></li>
68 <li><a href="../rjs/index.html#">js脚本</a></li>
69 <li><a href="../urls/index.html#">常用服务</a></li>
70 <li><a href="../links/index.html#">常用链接</a></li>
71 <li><a href="../cmds/index.html#">常用命令</a></li>
72 <li><a href="../searchurl/rjs.html#">远程脚本</a></li>
73 <li><a href="../searchurl/textprocess/index.html#">选中文本类菜单</a></li>
74 </ul>
75 </li>
76 <li><a href="../longclick/index.html#">长按链接弹出菜单</a></li>
77 <li><a href="../icons/index.html#">底部工具条定制</a></li>
78 <li><a href="../gesture/index.html#">手势</a></li>
79 <li><a href="i:60config.html:../searchurl/config.html">高级个性化定制</a></li>
80 </ul>
81 <h4 id="高级设置">高级设置</h4>
82 <h5 id="内容类">内容类</h5>
83 <ul>
84 <li><a href="../adblock/index.html#">信息隐藏</a></li>
85 <li><a href="../globalcss/index.html#">CSS样式</a></li>
86 <li><a href="../redirect/index.html#">重定向</a></li>
87 <li><a href="../sitejs/index.html#">特定网址用户脚本及样式</a></li>
88 <li><a href="../offlinecache/index.html#">网站离线资源</a></li>
89 </ul>
90 <h5 id="工具应用类">工具应用类</h5>
91 <ul>
92 <li><a href="../bookmarklet/index.html#">小书签</a></li>
93 <li><a href="../tcron/index.html#">定时脚本</a></li>
94 <li><a href="../filecap/index.html#">文件预处理</a></li>
95 <li><a href="../html5/index.html#">html5应用</a></li>
96 <li><a href="../filemanager/index.html#">文件管理器</a></li>
97 <li><a href="../tools/index.html#">工具汇总</a></li>
98 <li>终端应用及Termux
99 <ul>
100 <li><a href="../bc/index.html#">超级计算器</a></li>
101 <li><a href="../gnuplot/index.html#">函数作图</a></li>
102 <li><a href="../loadbt/index.html#">离线下载</a></li>
103 </ul>
104 </li>
105 <li>输入法辅助
106 <ul>
107 <li><a href="../searchurl/input.html#">部件检索</a></li>
108 </ul>
109 </li>
110 </ul>
111 <h5 id="综合">综合</h5>
112 <ul>
113 <li><a href="../filenames/index.html#">配置文件列表</a></li>
114 <li><a href="../searchurl/plugins.html#">插件</a></li>
115 </ul>
116 <h4 id="使用技巧">使用技巧</h4>
117 <ul>
118 <li><a href="../assets/help_zh.html#">使用攻略</a></li>
119 <li><a href="../tips/index.html#">使用技巧</a></li>
120 <li><a href="../video/index.html#">视频</a></li>
121 <li><a href="../logcat/index.html#">安卓系统出错诊断</a></li>
122 </ul>
124 </div>
125 <p>Last Modified: 7 April 2024<br>
126 add atomgit pages<br>
127 <pre></pre>
128 </p>
130 <script id='jsgiscus'
131 src='https://giscus.app/client.js'
132 data-repo="torappinfo/uweb"
133 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
134 data-category="Announcements"
135 data-category-id="DIC_kwDOEgNLGc4CQjsh"
136 data-mapping="title"
137 data-strict="0"
138 data-reactions-enabled="1"
139 data-emit-metadata="0"
140 data-input-position="top"
141 data-theme="light"
142 data-lang="en"
143 data-loading="lazy"
144 crossorigin="anonymous" async>
145 </script>
147 <footer class="site-footer">
148 <div class="container">
149 &copy; 2018-2024 Richard H. Cao
150 </div>
151 </footer>
152 <!-- 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/>. -->
155 </body>
156 </html>