-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (83 loc) · 3.4 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<title>迁移到 Header Editor</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://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/lib/material-design-lite/1.3.0/dist/material.teal-red.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
</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.从Redirector或URLRedirector管理界面导出规则</p>
<p>2.在下面选择文件的地方,选择刚才导出的文件(Redirector.uc.js请选择<code>_redirector.js</code>)</p>
<p>3.稍等片刻,浏览器会弹出下载窗口,将其另存为</p>
<p>4.打开<a href="https://github.com/FirefoxBar/HeaderEditor">Header Editor</a>管理界面,选择“导入”,选择刚才下载到的文件</p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">选择文件(Redirector)</h2>
</div>
<div class="mdl-card__supporting-text">
<p><input type="file" id="file-1"></p>
<p id="download-label-1"><a href="#" id="download-1">下载</a></p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">选择文件(URLRedirector)</h2>
</div>
<div class="mdl-card__supporting-text">
<p><input type="file" id="file-2"></p>
<p id="download-label-2"><a href="#" id="download-2">下载</a></p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">选择文件(Redirector.uc.js)</h2>
</div>
<div class="mdl-card__supporting-text">
<p><input type="file" id="file-3"></p>
<p id="download-label-3"><a href="#" id="download-3">下载</a></p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">选择文件(ModHeader.json)</h2>
</div>
<div class="mdl-card__supporting-text">
<p><input type="file" id="file-4"></p>
<p id="download-label-4"><a href="#" id="download-4">下载</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="https://team.firefoxcn.net">Firefox吧项目组</a>开发,源代码:<a href="https://github.com/FirefoxBar/migrate-to-he">GitHub</a></p>
<p>第三方组件:<a href="https://getmdl.io/">Material Design Lite</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 - 2023 <a href="https://team.firefoxcn.net">FirefoxBar Team</a></p>
</div>
</div>
<script src="https://g.alicdn.com/code/lib/jquery/2.2.4/jquery.min.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/material-design-lite/1.3.0/dist/material.min.js"></script>
</body>
</html>