2022-04-26 13:50:46 +00:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-12-11 07:23:07 +00:00
2024-04-01 13:51:55 +00:00
< link rel = "stylesheet" href = "../style.css#" type = "text/css" / >
2023-12-11 08:15:51 +00:00
< title > 配置总览< / title >
2022-06-30 03:43:09 +00:00
< script type = "text/javascript" >
2022-07-12 02:24:02 +00:00
function findLang(){
2022-06-30 03:43:09 +00:00
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
2022-07-12 02:24:02 +00:00
return i;
2022-06-30 03:43:09 +00:00
}
2022-07-12 02:24:02 +00:00
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
2022-06-30 03:43:09 +00:00
}
< / script >
2022-04-26 13:50:46 +00:00
< / head >
< body >
< header class = 'header' >
2024-04-02 05:42:43 +00:00
< 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 >
2022-07-12 02:24:02 +00:00
2022-07-29 01:00:37 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('en')" > English< / a >
2022-04-26 13:50:46 +00:00
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
2023-12-11 08:15:51 +00:00
< h1 class = "title" > 配置总览
2022-04-26 13:50:46 +00:00
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2024-04-07 02:02:12 +00:00
< p > < a href = "../../en/mirrors/index.html#" > 专用镜像< / a > < br >
< a href = "i:61ver:../../latest.html#" > 检测并下载最新版< / a > < / p >
2023-12-11 08:15:51 +00:00
< h4 id = "界面配置" > 界面配置< / h4 >
2022-04-26 13:50:46 +00:00
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../search/index.html#" > 搜索引擎< / a > < / li >
< li > < a href = "../searchurl/homescreen.html#" > 主页< / a >
2022-04-26 13:50:46 +00:00
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../searchurl/quickstart.html#" > 快速访问< / a > < / li >
2022-04-26 13:50:46 +00:00
< / ul >
< / li >
2022-10-21 07:22:54 +00:00
< 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 >
2024-04-02 11:38:45 +00:00
< li > < a href = "../searchurl/backup.html#" > 备份与恢复< / a > < / li >
2022-04-26 13:50:46 +00:00
< / ul >
< h4 id = "个性化" > 个性化< / h4 >
< ul >
< li > 工具条按钮长按菜单
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../searchurl/uas.html#" > 浏览器标识< / a > < / li >
< li > < a href = "../rjs/index.html#" > js脚本< / a > < / li >
< li > < a href = "../urls/index.html#" > 常用服务< / a > < / li >
< li > < a href = "../links/index.html#" > 常用链接< / a > < / li >
< li > < a href = "../cmds/index.html#" > 常用命令< / a > < / li >
< li > < a href = "../searchurl/rjs.html#" > 远程脚本< / a > < / li >
< li > < a href = "../searchurl/textprocess/index.html#" > 选中文本类菜单< / a > < / li >
2022-04-26 13:50:46 +00:00
< / ul >
< / li >
2024-04-02 11:38:45 +00:00
< li > < a href = "../longclick/index.html#" > 长按链接弹出菜单< / a > < / li >
< li > < a href = "../icons/index.html#" > 底部工具条定制< / a > < / li >
< li > < a href = "../gesture/index.html#" > 手势< / a > < / li >
2022-09-09 07:43:09 +00:00
< li > < a href = "i:60config.html:../searchurl/config.html" > 高级个性化定制< / a > < / li >
2022-04-26 13:50:46 +00:00
< / ul >
2022-04-27 08:47:01 +00:00
< h4 id = "高级设置" > 高级设置< / h4 >
< h5 id = "内容类" > 内容类< / h5 >
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../adblock/index.html#" > 信息隐藏< / a > < / li >
< li > < a href = "../globalcss/index.html#" > CSS样式< / a > < / li >
< li > < a href = "../redirect/index.html#" > 重定向< / a > < / li >
< li > < a href = "../sitejs/index.html#" > 特定网址用户脚本及样式< / a > < / li >
< li > < a href = "../offlinecache/index.html#" > 网站离线资源< / a > < / li >
2022-04-27 08:47:01 +00:00
< / ul >
< h5 id = "工具应用类" > 工具应用类< / h5 >
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../bookmarklet/index.html#" > 小书签< / a > < / li >
< li > < a href = "../tcron/index.html#" > 定时脚本< / a > < / li >
< li > < a href = "../filecap/index.html#" > 文件预处理< / a > < / li >
< li > < a href = "../html5/index.html#" > html5应用< / a > < / li >
< li > < a href = "../filemanager/index.html#" > 文件管理器< / a > < / li >
< li > < a href = "../tools/index.html#" > 工具汇总< / a > < / li >
2022-04-27 08:47:01 +00:00
< li > 终端应用及Termux
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../bc/index.html#" > 超级计算器< / a > < / li >
< li > < a href = "../gnuplot/index.html#" > 函数作图< / a > < / li >
< li > < a href = "../loadbt/index.html#" > 离线下载< / a > < / li >
2022-04-27 08:47:01 +00:00
< / ul >
< / li >
2022-05-12 14:36:23 +00:00
< li > 输入法辅助
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../searchurl/input.html#" > 部件检索< / a > < / li >
2022-05-12 14:36:23 +00:00
< / ul >
< / li >
< / ul >
< h5 id = "综合" > 综合< / h5 >
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../filenames/index.html#" > 配置文件列表< / a > < / li >
< li > < a href = "../searchurl/plugins.html#" > 插件< / a > < / li >
2022-04-27 08:47:01 +00:00
< / ul >
< h4 id = "使用技巧" > 使用技巧< / h4 >
< ul >
2024-04-02 11:38:45 +00:00
< li > < a href = "../assets/help_zh.html#" > 使用攻略< / a > < / li >
< li > < a href = "../tips/index.html#" > 使用技巧< / a > < / li >
< li > < a href = "../video/index.html#" > 视频< / a > < / li >
< li > < a href = "../logcat/index.html#" > 安卓系统出错诊断< / a > < / li >
2022-04-27 08:47:01 +00:00
< / ul >
2022-04-26 13:50:46 +00:00
< / div >
2024-04-07 02:02:12 +00:00
< p > Last Modified: 7 April 2024< br >
2024-04-08 01:01:20 +00:00
more details on global redirection url< br >
2023-03-07 02:07:05 +00:00
< pre > < / pre >
< / p >
2024-03-21 01:04:37 +00:00
2023-05-06 01:56:44 +00:00
< script id = 'jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 02:49:29 +00:00
data-mapping="title"
2023-05-06 01:56:44 +00:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 02:49:29 +00:00
crossorigin="anonymous" async>
2023-05-06 01:40:28 +00:00
< / script >
2022-04-26 13:50:46 +00:00
2024-04-03 01:47:35 +00:00
< footer class = "site-footer" >
< div class = "container" >
2024-04-04 13:28:55 +00:00
© 2018-2024 Richard H. Cao
2024-04-03 01:47:35 +00:00
< / div >
< / footer >
2024-04-04 13:28:55 +00:00
<!-- 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/>. -->
2022-04-26 13:50:46 +00:00
< / body >
< / html >