-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.bak
688 lines (677 loc) · 40.7 KB
/
index.html.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
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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<!DOCTYPE html>
<html lang="zh">
<head>
<script async src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" >
</script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8550836177608334",
enable_page_level_ads: true
});
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c05bb16ea908292af9f6c513087a1cc3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="viggo" />
<title>兽迷导航 - 方便兽圈的小动物们寻找网站</title>
<link rel="shortcut icon" href="./assets/images/favicon.png">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic">
<link rel="stylesheet" href="./assets/css/fonts/linecons/css/linecons.css">
<link rel="stylesheet" href="./assets/css/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css/bootstrap.css">
<link rel="stylesheet" href="./assets/css/xenon-core.css">
<link rel="stylesheet" href="./assets/css/xenon-components.css">
<link rel="stylesheet" href="./assets/css/xenon-skins.css">
<link rel="stylesheet" href="./assets/css/nav.css">
<script src="./assets/js/jquery-1.11.1.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- / FB Open Graph -->
<meta property="og:type" content="article">
<meta property="og:url" content="https://dh.longyuan.store/">
</head>
<body class="page-body">
<!-- skin-white -->
<div class="page-container">
<div class="sidebar-menu toggle-others fixed">
<div class="sidebar-menu-inner">
<header class="logo-env">
<!-- logo -->
<div class="logo">
<a href="index.html" class="logo-expanded">
<img src="./assets/images/[email protected]" width="100%" alt="" />
</a>
<a href="index.html" class="logo-collapsed">
<img src="./assets/images/[email protected]" width="40" alt="" />
</a>
</div>
<div class="mobile-menu-toggle visible-xs">
<a href="#" data-toggle="user-info-menu">
<i class="linecons-cog"></i>
</a>
<a href="#" data-toggle="mobile-menu">
<i class="fa-bars"></i>
</a>
</div>
</header>
<ul id="main-menu" class="main-menu">
<li>
<a href="#兽游推荐" class="smooth">
<i class="linecons-star"></i>
<span class="title">兽游推荐</span>
</a>
</li>
<li>
<a href="#独立论坛站点" class="smooth">
<i class="linecons-star"></i>
<span class="title">独立论坛站点</span>
</a>
</li>
<li>
<a href="#兽圈站点" class="smooth">
<i class="linecons-star"></i>
<span class="title">兽圈站点</span>
</a>
</li>
<li>
<a href="#兽迷博客站点" class="smooth">
<i class="linecons-doc"></i>
<span class="title">兽迷博客站点</span>
</a>
</li>
<li>
<a href="#兽迷UP" class="smooth">
<i class="linecons-star"></i>
<span class="title">兽迷UP</span>
</a>
</li>
<li>
<a href="#站点信息" class="smooth">
<i class="linecons-doc"></i>
<span class="title">站点信息</span>
</a>
</li>
<li>
<a href="about.html">
<i class="linecons-heart"></i>
<span class="tooltip-blue">关于本站</span>
<span class="label label-Primary pull-right hidden-collapsed">♥︎</span>
</a>
</li>
<!-- <div class="submit-tag">
<a href="about.html">
<i class="linecons-heart"></i>
<span class="tooltip-blue">关于本站</span>
<span class="label label-Primary pull-right hidden-collapsed">♥︎</span>
</a>
</div> -->
</ul>
</div>
</div>
<div class="main-content">
<nav class="navbar user-info-navbar" role="navigation">
<!-- User Info, Notifications and Menu Bar -->
<!-- Left links for user info navbar -->
<ul class="user-info-menu left-links list-inline list-unstyled">
<li class="hidden-sm hidden-xs">
<a href="#" data-toggle="sidebar">
<i class="fa-bars"></i>
</a>
</ul>
</li>
</ul>
<!-- github开源项目哦<a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> -->
</nav>
<!-- 兽游推荐 -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="兽游推荐"></i>兽游推荐</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/814540/Changed/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/814540/Changed/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/changed.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>changed</strong>
</a>
<p class="overflowClip_2">你被困于一个研究所,要想尽办法使你还仍然是“你自己”,坚持下去,活下去。</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/1084570/The_Lar/?utm_source=indienova&curator_clanid=9170052', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/1084570/The_Lar/?utm_source=indienova&curator_clanid=9170052">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/the lar.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>The Lar</strong>
</a>
<p class="overflowClip_2">成为实验体,和同伴们一起从这个混乱又奇妙的地方逃离出去吧。随着探索的深入,真相也逐渐浮现...。</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/570840/_Nekojishi/?utm_source=indienova&curator_clanid=9170052', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/570840/_Nekojishi/?utm_source=indienova&curator_clanid=9170052">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/Nekojishi.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>家有大猫</strong>
</a>
<p class="overflowClip_2">这是一个关于某个普通大学生突然看到了三位猫科动物神灵的故事。</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/1168840/?utm_source=indienova&curator_clanid=9170052', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/1168840/?utm_source=indienova&curator_clanid=9170052">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/lzjh.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>绿洲计划</strong>
</a>
<p class="overflowClip_2">"这扇门的背后,是终点,还是新的开始"? 寻找三块光之石,合成绿洲之钥,解开笼罩在绿洲上方的Arkash诅咒. "下一次...我还会做你的搭档" 绿洲之钥并不只是一个传说,对吧?</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/926340/_/?utm_source=indienova&curator_clanid=9170052', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/926340/_/?utm_source=indienova&curator_clanid=9170052">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/lmdtxj.png" class="lozad img-circle" width="40">
</a>
<span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip"></span>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>罗曼圣诞探案集</strong>
</a>
<p class="overflowClip_2">又是一年圣诞,狼人侦探罗曼打算在酒馆度过一个悠闲的假期。但突如其来的暴雪把十三名旅客困在了酒馆里,几起凶杀案接连发生,他还能如愿过上一个安宁的圣诞节吗?</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/857690/Lagoon_Lounge__The_Poisonous_Fountain/?utm_source=indienova&curator_clanid=9170052', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/857690/Lagoon_Lounge__The_Poisonous_Fountain/?utm_source=indienova&curator_clanid=9170052">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/LL.jpg" class="lozad img-circle" width="40">
</a>
<span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip"></span>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>Lagoon Lounge</strong>
</a>
<p class="overflowClip_2">这是一部包含兽人角色与同性恋爱主题的视觉小说游戏。 你将在游戏内扮演一名兽人角色,搬到湖边的小村子居住,和当地的村民生活在一起。</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://store.steampowered.com/app/1090440/Kelipot/?utm_source=indienova&curator_clanid=9170052', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://store.steampowered.com/app/1090440/Kelipot/?utm_source=indienova&curator_clanid=9170052">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/Keli.png" class="lozad img-circle" width="40">
</a>
<span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip"></span>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>形骸骑士</strong>
</a>
<p class="overflowClip_2">神秘的瘟疫,突然降临在古老的塞勒菲斯,当白虎双子深陷其中,他们将如何选择?平台动作Roguelite游戏《Kelipot》到来!丰富的剧情、逐帧绘制的动画以及手绘2D风格的场景,探寻其中并找到疯狂世界之下的真相吧!</p>
</div>
</div>
</div>
</div>
</div>
<br />
<!-- END 兽游推荐 -->
<!-- 独立论坛站点 -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="独立论坛站点"></i>独立论坛站点</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://www.furrybbs.com/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://www.furrybbs.com/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/bbs.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>Furry中文社区</strong>
</a>
<p class="overflowClip_2">Furry文化垂直社区</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://furry.longyuan.store/index.php', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://furry.longyuan.store/index.php">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/owo.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>兽圈社区owo</strong>
</a>
<p class="overflowClip_2">小型兽圈社区</p>
</div>
</div>
</div>
</div>
</div>
<br />
<!--END 独立论坛站点 -->
<!-- 兽圈站点 -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="兽圈站点"></i>兽圈站点</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://zh.furrywiki.cn/%E9%A6%96%E9%A1%B5', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://zh.furrywiki.cn/%E9%A6%96%E9%A1%B5">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/wiki.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>FurryWiki</strong>
</a>
<p class="overflowClip_2">开放的毛毛百科全书</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://www.infurnity.com/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://www.infurnity.com/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/swx.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>兽无限</strong>
</a>
<p class="overflowClip_2">台湾的兽人聚会哦</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://www.furrygame.com/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://www.furrygame.com/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/jsj.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>极兽聚</strong>
</a>
<p class="overflowClip_2">兽人主题ONLY展</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://www.furrygame.com/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://www.furrygame.com/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/fg.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>兽游乐园</strong>
</a>
<p class="overflowClip_2">Furry游戏收集站</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://furryonline.com/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://furryonline.com/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/scy.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>兽次元</strong>
</a>
<p class="overflowClip_2">致力于为Furry社群文化做出发展贡献</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://tieba.baidu.com/f?ie=utf-8&kw=%E5%85%BD%E8%AE%BE&fr=search', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://tieba.baidu.com/f?ie=utf-8&kw=%E5%85%BD%E8%AE%BE&fr=search">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/tieba.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>兽设百度贴吧</strong>
</a>
<p class="overflowClip_2">具有原创性质的Furry亚文化爱好者个设聚集地</p>
</div>
</div>
</div>
</div>
</div>
<br />
<!--END 兽圈站点 -->
<!-- 兽迷博客站点 -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="兽迷博客站点"></i>兽迷博客站点</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://blog.ohmyga.cn/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://blog.ohmyga.cn/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/ohmyga.png" class="lozad img-circle" width="40">
</a>
<span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip"></span>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>ohmyga</strong>
</a>
<p class="overflowClip_2">一位兽迷大佬</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://shuthegreyfox.com/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://shuthegreyfox.com/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/ohmyga.png" class="lozad img-circle" width="40">
</a>
<span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip"></span>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>自信的小灰狐</strong>
</a>
<p class="overflowClip_2">好可爱的狐狸~</p>
</div>
</div>
</div>
</div>
</div>
<br />
<!--END 兽迷博客站点 -->
<!-- 兽迷UP -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="兽迷UP"></i>兽迷UP</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/1939180/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/1939180/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/rs.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>肉松owo</strong>
</a>
<p class="overflowClip_2">好...可爱的兽迷UP</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/30462132/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/30462132/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="https://s1.ax1x.com/2020/08/01/aGiFc8.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>有病治啊</strong>
</a>
<p class="overflowClip_2">超级会画画的兽迷UP</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/431473020/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/431473020/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="https://s1.ax1x.com/2020/08/01/aGiEng.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>初焰</strong>
</a>
<p class="overflowClip_2">帕图姆星的兽迷UP</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/6000336/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/6000336/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="https://s1.ax1x.com/2020/08/01/aGikjS.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>Air</strong>
</a>
<p class="overflowClip_2">最受的兽迷UP</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/5659864/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/5659864/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="https://s1.ax1x.com/2020/08/01/aGiVBQ.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>鹿野灸</strong>
</a>
<p class="overflowClip_2">会油炸饭的兽迷UP(特别奶)</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/2387669/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/2387669/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/lq.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>林薄犬</strong>
</a>
<p class="overflowClip_2">尝试接触新世界的兽迷UP?</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://space.bilibili.com/433307/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://space.bilibili.com/433307/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/sama.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>洛佩</strong>
</a>
<p class="overflowClip_2">小奶熊</p>
</div>
</div>
</div>
</div>
</div>
<!--END 兽迷UP -->
<br/>
<!-- 站点信息 -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="站点信息"></i>站点信息</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://longyuan.store/', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://longyuan.store/">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/pudding.jpg" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>站长博客</strong>
</a>
<p class="overflowClip_2">布丁</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://afdian.net/@longyuan', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://afdian.net/@longyuan">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="https://afdian.net/static/img/logo/logo.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>发电?</strong>
</a>
<p class="overflowClip_2">站点赞助链接</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('https://jq.qq.com/?_wv=1027&k=6sz89vH8', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="https://jq.qq.com/?_wv=1027&k=6sz89vH8">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img data-src="./assets/images/logos/QQ.png" class="lozad img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>加入群聊</strong>
</a>
<p class="overflowClip_2">awa可以手动加群1094288778</p>
</div>
</div>
</div>
</div>
</div>
<br />
<!--END 站点信息 -->
<!-- Main Footer -->
<!-- Choose between footer styles: "footer-type-1" or "footer-type-2" -->
<!-- Add class "sticky" to always stick the footer to the end of page (if page contents is small) -->
<!-- Or class "fixed" to always fix the footer to the end of page -->
<footer class="main-footer sticky footer-type-1">
<div class="footer-inner">
<!-- Add your copyright text here -->
<div class="footer-text">
© 2017-2020
<a href="../cn/about.html"><strong>WebStack</strong></a> design by <a href="http://viggoz.com" target="_blank"><strong>Viggo</strong></a>
<!-- - Purchase for only <strong>23$</strong> -->
</div>
<!-- Go to Top Link, just add rel="go-top" to any link to add this functionality -->
<div class="go-up">
<a href="#" rel="go-top">
<i class="fa-angle-up"></i>
</a>
</div>
</div>
</footer>
</div>
</div>
<!-- 锚点平滑移动 -->
<script type="text/javascript">
$(document).ready(function() {
//img lazy loaded
const observer = lozad();
observer.observe();
$(document).on('click', '.has-sub', function(){
var _this = $(this)
if(!$(this).hasClass('expanded')) {
setTimeout(function(){
_this.find('ul').attr("style","")
}, 300);
} else {
$('.has-sub ul').each(function(id,ele){
var _that = $(this)
if(_this.find('ul')[0] != ele) {
setTimeout(function(){
_that.attr("style","")
}, 300);
}
})
}
})
$('.user-info-menu .hidden-sm').click(function(){
if($('.sidebar-menu').hasClass('collapsed')) {
$('.has-sub.expanded > ul').attr("style","")
} else {
$('.has-sub.expanded > ul').show()
}
})
$("#main-menu li ul li").click(function() {
$(this).siblings('li').removeClass('active'); // 删除其他兄弟元素的样式
$(this).addClass('active'); // 添加当前元素的样式
});
$("a.smooth").click(function(ev) {
ev.preventDefault();
public_vars.$mainMenu.add(public_vars.$sidebarProfile).toggleClass('mobile-is-visible');
ps_destroy();
$("html, body").animate({
scrollTop: $($(this).attr("href")).offset().top - 30
}, {
duration: 500,
easing: "swing"
});
});
return false;
});
var href = "";
var pos = 0;
$("a.smooth").click(function(e) {
$("#main-menu li").each(function() {
$(this).removeClass("active");
});
$(this).parent("li").addClass("active");
e.preventDefault();
href = $(this).attr("href");
pos = $(href).position().top - 30;
});
</script>
<!-- Bottom Scripts -->
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/TweenMax.min.js"></script>
<script src="./assets/js/resizeable.js"></script>
<script src="./assets/js/joinable.js"></script>
<script src="./assets/js/xenon-api.js"></script>
<script src="./assets/js/xenon-toggles.js"></script>
<!-- JavaScripts initializations and stuff -->
<script src="./assets/js/xenon-custom.js"></script>
<script src="./assets/js/lozad.js"></script>
</body>
</html>