-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
387 lines (281 loc) · 13.9 KB
/
index.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
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
<!DOCTYPE html>
<html lang="zh-CN,en,default" class="loading">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>棕果核 - 生命不息,折腾不止</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="google" content="notranslate" />
<meta name="keywords" content="棕果核,个人博客,Blog,">
<meta name="author" content="棕果核">
<link rel="alternative" href="atom.xml" title="棕果核" type="application/atom+xml">
<link rel="icon" href="/img/favicon.png">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.css">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="棕果核 - 生命不息,折腾不止"/>
<meta property="og:site_name" content="棕果核"/>
<meta property="og:type" content="object"/>
<meta property="og:title" content="棕果核 - 生命不息,折腾不止"/>
<link rel="stylesheet" href="/css/diaspora.css">
<link rel="stylesheet" href="/css/add.css">
<script>window.searchDbPath = "/search.xml";</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<!-- 代码块复制 -->
<script type="text/javascript" src="/js/clipboard.js"></script>
<!-- 点击效果 -->
<canvas class="fireworks" style="position: fixed;left: 0;top: 0;z-index: 999; pointer-events: none;" ></canvas>
<!-- https://cdn.bootcss.com/animejs/2.2.0/anime.min.js -->
<script type="text/javascript" src="/js/anime.min.js"></script>
<script type="text/javascript" src="/js/fireworks.js"></script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body class="loading">
<span id="config-title" style="display:none">棕果核</span>
<div id="loader"></div>
<div class="nav">
<ul id="menu-menu" class="menu">
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/../" title="首页" target="_blank" rel="noopener">首页</a>
</li>
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/categories/" title="分类" target="_blank" rel="noopener">分类</a>
</li>
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/tags/" title="标签" target="_blank" rel="noopener">标签</a>
</li>
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/archives/" title="归档" target="_blank" rel="noopener">归档</a>
</li>
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/friends/" title="友链" target="_blank" rel="noopener">友链</a>
</li>
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/about/" title="关于" target="_blank" rel="noopener">关于</a>
</li>
<li class="pview menu-item menu-item-type-post_type menu-item-object-page">
<a href="/../atom.xml" title="RRS" target="_blank" rel="noopener">RRS</a>
</li>
</ul>
<span class="target"></span>
<center>
<div class="hitokoto">
<span class="typed" id="hitokoto" data-st="true"></span>
</div>
</center>
<p class="copyright">
<a target="_blank"><img src="https://img.shields.io/badge/2024-棕果核-blue?logo=Elastic Cloud&style=flat-square&color=FF4747"></a>
<a href="https://hexo.io/zh-cn/" target="_blank" title="本站框架为Hexo"><img src="https://img.shields.io/badge/Frame-Hexo-blue?logo=Hexo&style=flat-square&logoColor=ffffff"></a>
<a href="https://github.com/5MayRain/hexo-theme-diaspora" target="_blank" title="主题为Diaspora"><img src="https://img.shields.io/badge/Theme-Diaspora-blue?logo=Thumbtack&style=flat-square&logoColor=ffffff&color=FF7102"></a>
<a href="https://blog.mrzgh.top/" target="_blank" title="Vercel托管"><img src="https://img.shields.io/badge/Hosted-Vercel-blue?logo=Vercel&style=flat-square&logoColor=ffffff&color=4BB749"></a>
<a href="https://www.mrzgh.top/" target="_blank" title="GitHub托管"><img src="https://img.shields.io/badge/Hosted-Github-blue?logo=Github&style=flat-square&logoColor=ffffff&color=A81C7D"></a>
</p>
</div>
<div id="container">
<div id="screen">
<div id="mark">
<div class="layer" data-depth="0.4">
<img src="/img/posts/2024/03/21/cover.webp" id="cover" crossorigin="anonymous" width="1920" height="1080">
</div>
</div>
<div id="vibrant">
<svg viewbox="0 0 2880 1620" height="100%" preserveaspectratio="xMaxYMax slice">
<polygon opacity="0.7" points="2000,1620 0,1620 0,0 600,0 "/>
</svg>
<div></div>
</div>
<div id="header">
<div>
<a class="image-logo" href="/"></a>
<div class="iconfont icon-search switchsearch" href="/search/" title="搜索"></div>
<div class="iconfont icon-menu switchmenu"></div>
</div>
</div>
<div id="post0">
<p>三月 21, 2024</p>
<h2><a href="/posts/54044fb4/" title="随身WIFI(高通410) 刷入 Debian 12" class="posttitle">随身WIFI(高通410) 刷入 Debian 12</a></h2>
<p class="summary">下载
下载并解压 Debian 12,该 Debian 12 出自酷安的 @jsbsbxjxh66 大佬
...</p>
</div>
</div>
<div id="primary">
<div class="post">
<a href="/posts/fb5eab84/" title="随身WIFI(高通410) 备份和恢复">
<img src="/img/posts/2024/03/19/cover.webp" class="cover" width="680" height="440">
</a>
<div class="else">
<p>三月 19, 2024</p>
<h3><a href="/posts/fb5eab84/" title="随身WIFI(高通410) 备份和恢复" class="posttitle">随身WIFI(高通410) 备份和恢复</a></h3>
<p>准备工作
准备一个 高通410的随身WIFI ,例如:
安装 9008 和 adb 驱动
驱动
来源: Alist
...</p>
</div>
</div>
<div class="post">
<a href="/posts/83977f27/" title="Stable Diffusion 七种图片放大方法">
<img src="/img/posts/2023/07/05/cover.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>七月 05, 2023</p>
<h3><a href="/posts/83977f27/" title="Stable Diffusion 七种图片放大方法" class="posttitle">Stable Diffusion 七种图片放大方法</a></h3>
<p>介绍本文将使用以下七种方法放大图片,高分辨率修复 (Hires. fix) 只能用于文生图,该方法不太好控制,很难得到满意的图。
高分辨率修复 (Hire...</p>
</div>
</div>
<div class="post">
<a href="/posts/ca27d59b/" title="随身WIFI(中兴微) 切卡和改串">
<img src="/img/posts/2023/05/15/cover.png" class="cover" width="680" height="440">
</a>
<div class="else">
<p>五月 15, 2023</p>
<h3><a href="/posts/ca27d59b/" title="随身WIFI(中兴微) 切卡和改串" class="posttitle">随身WIFI(中兴微) 切卡和改串</a></h3>
<p>开始插入电脑,进入 web后台,打开高级设置 -> 其它 ,按 F12 打开开发人员工具界面,在控制台或 Console 工具栏下,执行下面代码,开...</p>
</div>
</div>
<div class="post">
<a href="/posts/a35127fe/" title="Android 使用 Cpolar 进行内网穿透">
<img src="/img/posts/2023/05/10/cover_01.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>五月 10, 2023</p>
<h3><a href="/posts/a35127fe/" title="Android 使用 Cpolar 进行内网穿透" class="posttitle">Android 使用 Cpolar 进行内网穿透</a></h3>
<p>简介Cpolar 是一款好用的内网穿透工具 , 无需公网IP,能免费使用。
免费套餐
随机URL/端口上的HTTP/TCP隧道
1...</p>
</div>
</div>
<div class="post">
<a href="/posts/ea9a75b1/" title="Termux 安装和配置">
<img src="/img/posts/2023/05/08/cover_01.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>五月 08, 2023</p>
<h3><a href="/posts/ea9a75b1/" title="Termux 安装和配置" class="posttitle">Termux 安装和配置</a></h3>
<p>简介Termux 是一个 Android 终端仿真器和 Linux 环境应用程序,直接工作,无需根目录或设置。额外的软件包可以使用 APT 软件包管理器来...</p>
</div>
</div>
<div class="post">
<a href="/posts/14ae033e/" title="Windows 搭建 DNF 私服">
<img src="/img/posts/2022/11/16/cover_01.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>十一月 16, 2022</p>
<h3><a href="/posts/14ae033e/" title="Windows 搭建 DNF 私服" class="posttitle">Windows 搭建 DNF 私服</a></h3>
<p>搭建准备
安装 VMware Workstation Pro
激活码:ZF3R0-FHED2-M80TY-8QYGC-NPKYF
...</p>
</div>
</div>
<div class="post">
<a href="/posts/7717321e/" title="原神使用 3DMigoto Loader 加载 Mod">
<img src="/img/posts/2022/10/19/cover_01.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>十月 19, 2022</p>
<h3><a href="/posts/7717321e/" title="原神使用 3DMigoto Loader 加载 Mod" class="posttitle">原神使用 3DMigoto Loader 加载 Mod</a></h3>
<p>下载选择 3dmigoto-GIMI-for-playing-mods.zip 下载
GI Model Importer
来...</p>
</div>
</div>
<div class="post">
<a href="/posts/2e6f1881/" title="Windows 搭建原神私服">
<img src="/img/posts/2022/10/17/cover_01.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>十月 17, 2022</p>
<h3><a href="/posts/2e6f1881/" title="Windows 搭建原神私服" class="posttitle">Windows 搭建原神私服</a></h3>
<p>说明目前 Grasscutter 项目最大支持到 4.0 版本
客服端下载
4.0 国服
来源: 官网
...</p>
</div>
</div>
<div class="post">
<a href="/posts/f2539c19/" title="Hexo 版本升级">
<img src="/img/posts/2022/10/12/cover_01.jpg" class="cover" width="680" height="440">
</a>
<div class="else">
<p>十月 12, 2022</p>
<h3><a href="/posts/f2539c19/" title="Hexo 版本升级" class="posttitle">Hexo 版本升级</a></h3>
<p>升级
全局升级 hexo-cli
BASH
1npm i hexo-cli -g
检查系统中的插件是否有升级的
BASH
12npm install -...</p>
</div>
</div>
</div>
<div id="pager"><a href="/page/2/" class="more">加载更多</a></div>
</div>
<div id="preview"></div>
</body>
<script src="/js/gitalk.min.js"></script>
<script src="//lib.baomitu.com/jquery/1.8.3/jquery.min.js"></script>
<script src="/js/plugin.js"></script>
<script src="/js/typed.js"></script>
<script src="/js/diaspora.js"></script>
<script src="/js/codeCopy.js"></script>
<link rel="stylesheet" href="/photoswipe/photoswipe.css">
<link rel="stylesheet" href="/photoswipe/default-skin/default-skin.css">
<script src="/photoswipe/photoswipe.min.js"></script>
<script src="/photoswipe/photoswipe-ui-default.min.js"></script>
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
</html>