This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathef76e4415418d26e5f06e3031f8504bf.html
134 lines (116 loc) · 4.97 KB
/
ef76e4415418d26e5f06e3031f8504bf.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
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180293201-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-180293201-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> KCORES - 氪金核心 </title>
<link rel="shortcut icon" href="assets/logo/kcores-logo.ico" />
<meta name="keywords" content=" KCORES, 氪金核心, 消费电子, 万兆网络, 家用NAS, 垃圾佬, 服务器, 云服务及主机, 仪表, Homelab, Vintage" />
<meta name="description" content="KCORES - 氪金核心. 一个奇特的电子产品爱好者网站. 该项目由 @karminski-牙医 发起, 目的是建立一个大家能轻松讨论泛计算机话题的环境." />
<meta name="viewport" content="width=device-width, user-scalable=no">
<!-- include scripts & styles -->
<link rel="stylesheet" type="text/css" href="assets/styles/rem.css">
<link rel="stylesheet" type="text/css" href="assets/styles/reset.css">
<link rel="stylesheet" type="text/css" href="assets/styles/base.css">
<link rel="stylesheet" type="text/css" href="assets/styles/list.css">
<script src="assets/js/minigrid.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
</head>
<body>
<div id="main">
<!-- Herader -->
<header>
<div class="inner ">
<nav class="left">
<a href="https://kcores.com/" class="logo"><h1>KCORES 氪金核心</h1></a>
<a href="https://kcores.com/reading" class="nav-button"><h1>阅读</h1></a>
<a href="https://kcores.com/topics" class="nav-button"><h1>话题</h1></a>
<a href="https://kcores.com/opensource" class="nav-button"><h1>开源硬件</h1></a>
</nav>
<nav class="right">
<a href="https://kcores.com/about">关于</a>
<a href="https://kcores.com/blogroll">友情链接</a>
<a target="_blank" href="https://github.com/KCORES">Github</a>
</nav>
</div>
</header>
<!-- masthead -->
<div id="masthead">
<div id="masthead-content">
<div id="masthead-icon">
<img src="./assets/content-image/topic-icon/p106-card.png" />
</div>
<div id="masthead-subcontent">
<h1 id="masthead-title">P106矿卡魔改</h1>
<p id="masthead-desc">矿卡也可以变废为宝</p>
</div>
</div>
</div>
<!-- grid content -->
<div class="water-basic">
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 1">
<img src="./assets/content-image/entry-cover/20200923182245.png" alt="">
</div>
<div class="entry-title"><a target="_blank" href="https://www.bilibili.com/video/BV1wt411X7kM">400块钱的1060显卡玩到爽?P106矿卡实测</a></div>
<div class="entry-info"><b class="author_level_7">@AlphaArea (awpak78)</b> / 2018-11-30</div>
</div>
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 2">
<img src="./assets/content-image/entry-cover/20200923182531.png" alt="">
</div>
<div class="entry-title"><a target="_blank" href="https://www.bilibili.com/video/BV1At411X7Q9">P106挖矿显卡也要玩游戏</a></div>
<div class="entry-info"><b class="author_level_7">@AlphaArea (awpak78)</b> / 2018-11-30</div>
</div>
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 3">
<img src="./assets/content-image/entry-cover/20200923182634.png" alt="">
</div>
<div class="entry-title"><a target="_blank" href="https://www.bilibili.com/video/BV1Kt411X7f6">P106矿卡拆解与极限超频挑战</a></div>
<div class="entry-info"><b class="author_level_7">@AlphaArea (awpak78)</b> / 2018-11-30</div>
</div>
</div>
<!-- load js -->
<script>
(function () {
var imgLoad = imagesLoaded('.water-basic', function () {
})
imgLoad.on('progress', function (instance, image) {
console.log('image: ', image);
image.img.style.minHeight='auto'
console.log('instance: ', instance);
var grid;
function init() {
grid = new Minigrid({
container: '.water-basic',
item: '.item',
gutter: 12,
animate: function () {
console.log(222)
}
});
grid.mount();
}
// mount
function update() {
setTimeout(function () {
grid.mount();
}, 100)
}
init()
window.addEventListener('resize', update);
})
})()
</script>
</body>
</html>