-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
319 lines (315 loc) · 9.96 KB
/
index.html
File metadata and controls
319 lines (315 loc) · 9.96 KB
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html>
<head>
<title>Index - 212001.xyz</title>
<meta name="referrer" content="never">
<meta charset="UTF-8">
<meta name="keywords" content="Chen,212001.xyz,技术博客,个人主页,程序员,架构师,IT,BBBUG,Gitee,Github,Coding,Code,开源,开源项目">
<meta name="description" content="对,这是一个很苍白的个人主页。">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="stylesheet" href="./assets/css/font_666204_kf3f5tzpd8f.css">
<link rel="stylesheet" href="./assets/css/element.css">
<link rel="icon" href="https://ichenc.github.io/assets/img/favicon.ico">
<style>
body, html {
padding: 0;
margin: 0;
overflow: hidden;
background-color: #f5f5f5;
}
::-webkit-scrollbar {
width: 0 !important
}
[v-cloak] {
visibility: hidden !important;
}
body{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-weight: 300;
background: #fff url(./assets/img/bg.jpeg) top right no-repeat;
background-size: cover ;
}
#app {
display: flex;
flex-direction: column;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-weight: 300;
padding: 10px;
}
.body {
display: flex;
flex-direction: column;
overflow: hidden;
overflow-y: auto;
}
.body .list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.body .list .item {
display: inline-block;
width: 25%;
}
.body .list .item .card {
box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
border-radius: 10px;
margin: 10px;
padding: 20px;
background: rgba(255,255,255,0.1);
text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
transition: all .3s;
cursor: pointer;
}
.body .list .item .card:hover {
background: rgba(255,255,255,0.5);
}
.body .list .item .card .title {
font-size: 24px;
color: #000;
font-weight:bold;
}
.body .list .item .card .desc {
font-size: 16px;
color: #333;
margin-top: 20px;
height: 40px;
}
</style>
</head>
<body>
<div id="app" v-cloak>
<div class="body">
<div class="list">
<div class="item" v-for="item in list">
<div class="card" @click="openApp(item)">
<div class="title">{{item.title}}</div>
<div class="desc">{{item.desc ||"暂无说明"}}</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="./assets/js/vue-2.6.10.min.js"></script>
<script src="./assets/js/axios.min.js"></script>
<script src="./assets/js/element.js"></script>
<script>
new Vue({
el: '#app',
data() {
return {
list: [
{
title: "主页",
desc: "没人关注和访问的个人主页",
url: "https://ichenc.github.io/",
self: true
},
{
title: "永久发布页",
desc: "永久地址发布页-下载中心",
url: "https://ichenc.github.io/v",
},
{
title: "Github",
desc: "我在Github的主页",
url: "https://github.com/ichenc"
},
{
title: "实时热点",
desc: "优雅阅读实时和最热门的新闻",
url: "https://ichenc.github.io/hot"
},
{
title: "Bing每日壁纸",
desc: "Bing Wallpaper",
url: "https://ichenc.github.io/bing"
},
{
title: "GitHub文件加速",
desc: "加速下载Github",
url: "https://gh.212001.asia/"
},
{
title: "Bro",
desc: "简单的个人主页",
url: "https://ichenc.github.io/more/packages/bro/"
},
{
title: "Mao",
desc: "简单的个人主页",
url: "https://ichenc.github.io/more/packages/mao/"
},
{
title: "阿晨算法解析系统",
desc: "为您带来电视、电脑、手机、平板四端的影视服务。每个平台都有其独特的功能和优势,共同构建您的个性化观影世界",
url: "https://ichenc.github.io/more/packages/阿晨同学/"
},
{
title: "阿晨算法",
desc: "为您带来电视、电脑、手机、平板四端的影视服务。每个平台都有其独特的功能和优势,共同构建您的个性化观影世界",
url: "https://ichenc.github.io/more/packages/阿晨同学/jx/"
},
{
title: "阿晨算法解析导航",
desc: "为您带来电视、电脑、手机、平板四端的影视服务。每个平台都有其独特的功能和优势,共同构建您的个性化观影世界",
url: "https://ichenc.github.io/more/packages/阿晨同学/jxdh/"
},
{
title: "VideoPlayer",
desc: "各大视频网站VIP资源免费解析1080P免广告",
url: "https://ichenc.github.io/more/packages/vip/"
},
{
title: "163下载",
desc: "网易云音乐解析下载",
url: "https://ichenc.github.io/more/packages/163下载/"
},
{
title: "Win10更新",
desc: "",
url: "https://ichenc.github.io/more/packages/Win10更新/"
},
{
title: "底部多图轮播",
desc: "",
url: "https://ichenc.github.io/more/packages/底部多图轮播/"
},
{
title: "仿微信聊天",
desc: "",
url: "https://ichenc.github.io/more/packages/仿微信聊天/"
},
{
title: "改变色块背景",
desc: "",
url: "https://ichenc.github.io/more/packages/改变色块背景/"
},
{
title: "幻灯片播放插件",
desc: "",
url: "https://ichenc.github.io/more/packages/幻灯片播放插件/"
},
{
title: "粒子效果背景",
desc: "",
url: "https://ichenc.github.io/more/packages/粒子效果背景/"
},
{
title: "生日快乐",
desc: "",
url: "https://ichenc.github.io/more/packages/生日快乐/"
},
{
title: "页面过渡效果合集",
desc: "",
url: "https://ichenc.github.io/more/packages/页面过渡效果合集/"
},
{
title: "自定义粒子动画",
desc: "",
url: "https://ichenc.github.io/more/packages/自定义粒子动画/"
},
{
title: "粒子效果背景",
desc: "",
url: "https://ichenc.github.io/more/packages/粒子效果背景/"
},
{
title: "轮播图变大",
desc: "",
url: "https://ichenc.github.io/more/packages/轮播图变大/"
},
{
title: "让我帮你百度一下",
desc: "",
url: "https://ichenc.github.io/more/packages/让我帮你百度一下/"
},
{
title: "万能评论",
desc: "",
url: "https://ichenc.github.io/more/page/Base64.html"
},
{
title: "Fork",
desc: "",
url: "https://ichenc.github.io/more/page/fork.html"
},
{
title: "Win10更新",
desc: "",
url: "https://ichenc.github.io/more/page/Win10更新.html"
},
{
title: "阿里云盘公告页",
desc: "",
url: "https://ichenc.github.io/more/page/阿里云盘公告页.html"
},
{
title: "抽奖小游戏",
desc: "",
url: "https://ichenc.github.io/more/page/抽奖小游戏.html"
},
{
title: "密码生成器",
desc: "",
url: "https://ichenc.github.io/more/page/密码生成器.html"
},
{
title: "跳转页",
desc: "",
url: "https://ichenc.github.io/more/page/跳转页.html"
},
{
title: "系统维护页面1",
desc: "",
url: "https://ichenc.github.io/more/page/系统维护页面1.html"
},
{
title: "系统维护页面2",
desc: "",
url: "https://ichenc.github.io/more/page/系统维护页面2.html"
},
{
title: "照片展示",
desc: "",
url: "https://ichenc.github.io/more/page/照片展示.html"
},
{
title: "桌面时钟",
desc: "",
url: "https://ichenc.github.io/more/page/zmsz.html"
}
]
}
},
created() {},
updated() {},
computed: {},
methods: {
openApp(app) {
if (app.url) {
if (app.self) {
location.href = app.url;
} else {
window.open(app.url);
}
}
}
}
});
</script>
</html>