-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Stylish for Firefox 转换器</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<script>var current_language = 'zh-CN';</script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="https://lib.baomitu.com/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="stylesheet" type="text/css" href="https://lib.baomitu.com/material-design-lite/1.3.0/material.teal-red.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if lt IE 9]>
<script src="https://lib.baomitu.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="main">
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">使用说明</h2>
</div>
<div class="mdl-card__supporting-text">
<p>1.找到火狐个人文件夹(如果你不知道在哪,可以打开about:support,点击“配置文件夹”右边的“打开文件夹”)</p>
<p>2.复制出stylish.sqlite</p>
<p>3.在下面选择文件的地方,选择stylish.sqlite</p>
<p>4.稍等片刻,浏览器会弹出下载窗口,将其另存为</p>
<p>5.打开<a href="https://github.com/FirefoxBar/xStyle">xStyle</a>管理界面,选择“从备份文件导入”,选择刚才下载到的文件</p>
<p>注意:此操作将会覆盖xStyle中已有的样式<p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">选择文件</h2>
</div>
<div class="mdl-card__supporting-text">
<p><input type="file" id="dbfile"></p>
<p id="download-label"><a href="#" id="download">下载</a></p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">关于</h2>
</div>
<div class="mdl-card__supporting-text">
<p>此网页由<a href="http://team.firefoxcn.net">Firefox吧项目组</a>开发,源代码:<a href="https://github.com/FirefoxBar/stylish-export">GitHub</a></p>
<p>此项目不允许任何未授权的分发、修改行为</p>
</div>
</div>
<div class="copyright">
<p id="languages">
<a href="index_en.html?force-language=1">English</a>
<a href="index_zh_tw.html?force-language=1">繁體中文</a>
</p>
<p>Copyright © 2017 <a href="http://team.firefoxcn.net">FirefoxBar Team</a></p>
</div>
</div>
<script src="https://lib.baomitu.com/jquery/2.2.4/jquery.min.js"></script>
<script src="https://lib.baomitu.com/less.js/2.7.3/less.min.js"></script>
<script src="/clean-css.min.js"></script>
<script src="https://lib.baomitu.com/material-design-lite/1.3.0/material.min.js"></script>
</body>
</html>