-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblob.bak
239 lines (193 loc) · 10.7 KB
/
blob.bak
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!-- 首页及其他页面的布局-Layout -->
<!DOCTYPE html>
<html>
<head>
<!-- 引入head标签 -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-sclable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Beautiful things don't ask for attention." />
<meta name="keywords" content="linux, blog" />
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/media.css">
<link rel="stylesheet" href="/assets/css/animate.min.css">
<link rel="stylesheet" href="/assets/css/pygments/pygments_default.css">
<link rel="stylesheet" href="/assets/css/github-markdown.css">
<!-- SNS-icon -->
<script src="//at.alicdn.com/t/font_856428_y9z6nq7zf5.js"></script>
<!-- share.css -->
<link rel="stylesheet" href="/assets/css/share.min.css">
<!-- font -->
<link rel="stylesheet" href="/assets/css/font.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> -->
<!-- Favicon -->
<link href="https://powerlean.top/images/favicon.ico" rel="shortcut icon" />
<link href="https://powerlean.top/images/favicon.ico" rel="apple-touch-icon-precomposed" />
<!-- Android Lolipop Theme Color -->
<!-- <meta name="theme-color" content="#1464FB"> -->
<title>存储分发</title>
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- 谷歌分析 -->
<!--加载动画-->
<style>
#toTop { display: none; position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; background-image: url('../source/up.png'); background-repeat: no-repeat; background-size: 100% 100%; opacity: 0.4; -webkit-transition: none; transition: none; } #toTop:hover { opacity: 0.8; } #loading { z-index: 99999; background: #1c1c3d; position: fixed; top: 0; left: 0; width: 100%; height: 100%; } #loading .bokeh { top: 50%; left: 50%; margin-top: -50px; margin-left: -50px; font-size: 100px; width: 100px; height: 100px; position: relative; border-radius: 100px; list-style: none; } #loading .bokeh li { position: absolute; width: 20px; height: 20px; border-radius: 100px; } #loading .bokeh li:nth-child(1) { left: 50%; top: 0; margin: 0 0 0 -10px; background: #00C176; -webkit-transform-origin: 50% 250%; -ms-transform-origin: 50% 250%; transform-origin: 50% 250%; -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate; animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate; } #loading .bokeh li:nth-child(2) { top: 50%; right: 0; margin: -10px 0 0 0; background: #FF003C; -webkit-transform-origin: -150% 50%; -ms-transform-origin: -150% 50%; transform-origin: -150% 50%; -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate; animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate; } #loading .bokeh li:nth-child(3) { left: 50%; bottom: 0; margin: 0 0 0 -10px; background: #FABE28; -webkit-transform-origin: 50% -150%; -ms-transform-origin: 50% -150%; transform-origin: 50% -150%; -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate; animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate; } #loading .bokeh li:nth-child(4) { top: 50%; left: 0; margin: -10px 0 0 0; background: #88C100; -webkit-transform-origin: 250% 50%; -ms-transform-origin: 250% 50%; transform-origin: 250% 50%; -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate; animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate; } @-webkit-keyframes rota { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rota { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes opa { 12.0% { opacity: 0.8; } 19.5% { opacity: 0.88; } 37.2% { opacity: 0.64; } 40.5% { opacity: 0.52; } 52.7% { opacity: 0.69; } 60.2% { opacity: 0.6; } 66.6% { opacity: 0.52; } 70.0% { opacity: 0.63; } 79.9% { opacity: 0.6; } 84.2% { opacity: 0.75; } 91.0% { opacity: 0.87; } } @keyframes opa { 12.0% { opacity: 0.8; } 19.5% { opacity: 0.88; } 37.2% { opacity: 0.64; } 40.5% { opacity: 0.52; } 52.7% { opacity: 0.69; } 60.2% { opacity: 0.6; } 66.6% { opacity: 0.52; } 70.0% { opacity: 0.63; } 79.9% { opacity: 0.6; } 84.2% { opacity: 0.75; } 91.0% { opacity: 0.87; } }
</style>
<!--加载动画-->
</head>
<body>
<!-- 页面主体 -->
<!--加载动画-->
<a href="#top" id="toTop"></a><div id="loading"> <ul class="bokeh"> <li></li> <li></li> <li></li> <li></li> </ul></div>
<!--加载动画-->
<header id="index-header">
<div class="top-center">
<div class="logo">
<a href="/"><img src="https://powerlean.top/images/powblack.png" width="126" height="45" align ="center">
</a>
</div>
<nav class="top-nav">
<ul>
<li><a href="/">首页</a></li>
<li><a href="/tags.html">标签</a></li>
<li><a href="/timeline.html">足迹</a></li>
<li><a href="/about.html">关于</a></li>
<li><a href="/friendLink.html">链接</a></li>
<li><a href="/blob">存储</a></li>
</ul>
</nav>
<div id="top-boot">
<a href="javascript:;" id="boot1" style="display:block;" onclick="document.getElementById('boot-area').style.display='block';document.getElementById('boot1').style.display='none';document.getElementById('boot2').style.display='block';"><img src="/assets/boot.png" alt=""></a>
<a href="javascript:;" id="boot2" style="display: none;" onclick="document.getElementById('boot-area').style.display='none';document.getElementById('boot1').style.display='block';document.getElementById('boot2').style.display='none';"><img src="/assets/boot.png" alt=""></a>
</div>
</div>
</header>
<div id="boot-area">
<ul>
<a href="/"><li>首页</li></a>
<a href="/tags.html"><li>标签</li></a>
<a href="/timeline.html"><li>足迹</li></a>
<a href="/about.html"><li>关于</li></a>
<a href="/friendLink.html"><li>链接</li></a>
<a href="/blob"><li>存储</li></a>
</ul>
</div>
<main>
<div class="wow fadeIn top" data-wow-duration="3.5s" >
<span class="wow fadeInUp" data-wow-delay="0.1s">存储分发</span>
<span class="wow fadeInUp" data-wow-delay="0.4s">Online Repository</span>
<span class="wow fadeInUp" data-wow-delay="0.6s">PORF</span>
</div>
<footer id="bottom">
<br>
<a href="https://powerlean.top/blob/poco.setup">Power Collector安装程序</a>
<br>
<a href="https://powerlean.top/blob/poco">Power Collector</a>
<br>
<a href="https://powerlean.top/blob/state-up.sh">Coraph安装程序</a>
<br>
<a href="https://powerlean.top/blob/coraph.conf">Coraph源文件</a>
<br>
<a href="https://powerlean.top/blob/coraph">Coraph</a>
<br>
<a href="https://powerlean.top/blob/update.log">PickPipe日志</a>
<br>
<a href="https://powerlean.top/blob/fast-up.sh">PickPipe安装程序</a>
<br>
<a href="https://powerlean.top/blob/pipe">PickPipe</a>
<br>
<a href="https://powerlean.top/blob/properties.setup">拓展键配置文件</a>
<br>
<a href="https://powerlean.top/blob/make-up.sh">Fish配置文件</a>
<br>
<a href="https://powerlean.top/blob/setup.fish">Fish安装脚本</a>
</main>
<br>
<br>
<br>
<br>
<br>
<br>
<footer id="bottom">
<!--评论-->
<section class="post-footer-item comment">
<div id="lv-container" data-id="city" data-uid="MTAyMC8zNDI2OS8xMDgwNg=="></div>
</section>
<!-- 来必力City版安装代码 -->
<script type="text/javascript">
(function(d, s) {
var j, e = d.getElementsByTagName(s)[0];
if (typeof LivereTower === 'function') { return; }
j = d.createElement(s);
j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
j.async = true;
e.parentNode.insertBefore(j, e);
})(document, 'script');
</script>
<noscript>为正常使用来必力评论功能请激活JavaScript</noscript>
<!-- City版安装代码已完成 -->
<!--评论-->
<br>
<span>Powerlean ©
2020
<br>
<div>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span id="busuanzi_container_site_pv">
<sup style="color:grey">总访问量<span id="busuanzi_value_site_pv"></span>次</sup>
</span>
<sup><span style="color:grey" class="post-meta-divider">·</span></sup>
<span id="busuanzi_container_site_uv">
<sup style="color:grey">访问人数<span id="busuanzi_value_site_uv" ></span>位</sup>
</span>
</div>
<!-- Begin Mailchimp Signup Form -->
<form action="https://gitee.us17.list-manage.com/subscribe/post?u=d9ddd8a0cbf74cc978f6848d5&id=cb4b18e940
"method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll_footer">
<label for="mce-EMAIL_footer"></label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL_footer" placeholder="邮箱地址" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_50bab1c85eae24ecfb0f68361_3a2dd721d0" tabindex="-1" value="">
</div><br />
<div class="clear">
<input class="button" type="submit" value="订阅" data-dojo-attach-point="submitButton">
</div>
</div>
<!--End mc_embed_signup-->
<br>
</footer>
<!-- 引用wow.js的动画效果 -->
<script src="/assets/js/wow.js"></script>
<script>
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
// offset: 5,
mobile: true,
live: true
});
wow.init();
</script>
<!-- 页面刷新回到顶部 -->
<script>
window.onbeforeunload = function(){
//刷新后页面自动回到顶部
document.documentElement.scrollTop = 0; //ie下
document.body.scrollTop = 0; //非ie
}
</script>
<!--加载动画-->
<script type="text/javascript" src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script><script type="text/javascript" src="https://powerlean.top/blob/common.js"></script>
<!--加载动画-->
</body>
</html>