mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
33 lines
1,007 B
HTML
33 lines
1,007 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
|
|
<title>图标定制</title>
|
|
</head>
|
|
<body>
|
|
<header class='header'>
|
|
<a class="logo" href="/uwebzh">Home</a> <a class="logo" href="/uwebzh/tags/">Tags</a>
|
|
<nav>
|
|
</nav>
|
|
</header>
|
|
<br />
|
|
|
|
<div class="container">
|
|
<h1 class="title">图标定制
|
|
<br>
|
|
<span class="subtitle"></span>
|
|
</h1>
|
|
<ul class="tags">
|
|
|
|
</ul>
|
|
<p>超微浏览器配置目录下如果存在目录"icon",则此目录下的文件名为"0","1","2"...<br>
|
|
会作为底部工具栏图标。文件"0"替换原后退按钮,"1"为前进按钮,"2"为设置按钮,"3"为主页按钮......。<br>
|
|
注意:刷新按钮及窗口按钮图标暂时不能重定义。</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|