-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflywall_help.html
67 lines (52 loc) · 2.35 KB
/
flywall_help.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>飞岩-使用教程</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/help.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-transition="convex">
<div class="logo"><h1>飞岩使用教程,<span>一分钟教会你“翻墙”</span><p>(按键盘“→”继续)</p></h1></div>
<div><h2>欢迎加入飞岩官方交流QQ群:<span style="color:red">486391231</span> 群内会定期发放免费使用体验码</h2></div>
</section>
<section data-transition="convex">
<h1>安装飞岩</h1>
<!-- <p><span class="text">安装方式1:</span><a href="https://chrome.google.com/webstore/detail/%E9%A3%9E%E5%B2%A9/dmneiabajaclgpfgakakmogfcbhgmcem" target="_blank">前往谷歌应用商店</a>安装</p> -->
<p><a href="http://www.fywall.com/release/fws.crx">下载安装包</a><br/><br/>将安装包拖入“chrome扩展程序”里面即完成安装<br/><span style="font-size:14px;">(在chrome地址栏输入<i style="background:#eee; padding:2px 5px;border-radius: 6px;">chrome://extensions</i>进入扩展程序界面)</span></p>
</section>
<section data-transition="convex">
<h1>注册并登录飞岩</h1>
<p>
安装完成后,您的chrome浏览器右上角将出现“飞岩”图标<br/>点击图标完成注册并登录。
</p>
<br/>
<img src="images/h1.png">
</section>
<section data-transition="convex">
<h1>使用飞岩</h1>
<p>
接下来我们尝试访问“Facebook”,默认无法访问。<br>
然后我们点击“飞岩图标”,在弹出窗口中点击“<span style="color:green">添加到规则列表</span>”。
</p>
<br>
<img src="images/h2.png" alt="">
<p>片刻后网站将自动刷新,并且已经可以访问了。</p>
</section>
<section data-transition="convex">
<h1>这就是飞岩的主要功能了</h1>
<h1>是不是很简单呢?</h1>
<p>谢谢观看,祝亲上网愉快!</p>
</section>
</div>
</div>
<script src="agjs/reveal.js"></script>
<script>
Reveal.initialize();
</script>
</body>
</html>