-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
211 lines (201 loc) · 10.7 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
<!DOCTYPE html>
<!-- saved from url=https://blog.msfxp.top/ -->
<html lang="zh-CN" class="light">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MSFXP BLOG | 个人笔记</title>
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0">
<meta name="robots" content="follow, index">
<meta name="keywords" content="MSFXP,MSFXP BLOG,余月xp,yuexps,blog,博客">
<meta name="description" content="个人笔记">
<meta property="og:locale" content="zh_CN">
<meta property="og:title" content="MSFXP BLOG | 个人笔记">
<meta property="og:description" content="个人笔记">
<meta property="og:url" content="https://blog.msfxp.top/">
<meta property="og:image" content="/bg_image.jpg">
<meta property="og:site_name" content="MSFXP BLOG">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="个人笔记">
<meta name="twitter:title" content="MSFXP BLOG | 个人笔记">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="next-head-count" content="18">
<link rel="icon" href="https://xjhw.gitee.io/images/Logo.png">
<link rel="preload" href="./index_files/all.min.css" as="style" crossorigin="anonymous">
<link rel="stylesheet" href="./index_files/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" data-href="https://fonts.googleapis.com/css?family=Bitter&display=swap">
<link rel="stylesheet" data-href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300&display=swap">
<link rel="stylesheet" data-href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300&display=swap">
<link data-next-font="" rel="preconnect" href="https://blog.msfxp.top/" crossorigin="anonymous">
<link rel="preload" href="./index_files/240a5cb7aef3f1b9.css" as="style">
<link rel="stylesheet" href="./index_files/240a5cb7aef3f1b9.css" data-n-g=""><noscript data-n-css=""></noscript>
</style>
<link rel="stylesheet" href="./index_files/css.css">
<link rel="stylesheet" href="./index_files/css2_002.css">
<link rel="stylesheet" href="./index_files/css2.css">
<style type="text/css">
.medium-zoom-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: opacity .3s;
will-change: opacity
}
.medium-zoom--opened .medium-zoom-overlay {
cursor: pointer;
cursor: zoom-out;
opacity: 1
}
.medium-zoom-image {
cursor: pointer;
cursor: zoom-in;
transition: transform .3s cubic-bezier(.2, 0, .2, 1) !important
}
.medium-zoom-image--hidden {
visibility: hidden
}
.medium-zoom-image--opened {
position: relative;
cursor: pointer;
cursor: zoom-out;
will-change: transform
}
</style>
<link rel="stylesheet" type="text/css" href="./index_files/94faf8a6b67b31b5.css">
<link rel="stylesheet" href="./index_files/custom.css">
<script src="./index_files/custom.js"></script>
<link rel="stylesheet" href="./index_files/prism-mac-style.css">
<link rel="stylesheet" href="./index_files/prism-solarizedlight.css">
</head>
<body data-aos-easing="ease" data-aos-duration="400" data-aos-delay="0">
<div id="__next">
<div id="theme-nobelium"
class="font-sans font-light nobelium relative dark:text-gray-300 w-full bg-white dark:bg-black min-h-screen flex flex-col scroll-smooth">
<div class="observer-element h-4 md:h-12"></div>
<div
class="sticky-nav m-auto w-full h-6 flex flex-row justify-between items-center mb-2 md:mb-12 py-8 bg-opacity-60 max-w-3xl px-4 remove-sticky"
id="sticky-nav">
<div class="flex items-center"><a aria-label="MSFXP BLOG" href="https://blog.msfxp.top/">
<div class="h-6 w-6"><img src="./index_files/avatar.jpg" alt="余月xp" width="24" height="24"></div>
</a>
<p class="ml-2 font-medium text-gray-800 dark:text-gray-300 header-name whitespace-nowrap">MSFXP BLOG</p>
</div>
<div class="flex-shrink-0 flex">
<ul class="hidden md:flex flex-row">
<li class="mx-3 my-2">
<div class="cursor-pointer ">
<div class="block text-black dark:text-gray-50 nav"><a target="_self"
href="https://blog.msfxp.top/search"><i class="fa-solid fa-hashtag"></i> <!-- -->Search</a></div>
</div>
</li>
<li class="mx-3 my-2">
<div class="cursor-pointer ">
<div class="block text-black dark:text-gray-50 nav"><a target="_self" href="http://mail.msfxp.top"><i
class="fa-solid fa-hashtag"></i> <!-- -->Mail</a></div>
</div>
</li>
<li class="mx-3 my-2">
<div class="cursor-pointer ">
<div class="block text-black dark:text-gray-50 nav"><a target="_blank" href="https://mc.msfxp.top"><i
class="fa-solid fa-hashtag"></i> <!-- -->MC</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<main id="out-wrapper" class="relative m-auto flex-grow w-full transition-all max-w-2xl px-4">
<div>
<div>
<section id="announcement-wrapper" class="mb-10">
<div id="announcement-content">
<div id="notion-article" class="mx-auto overflow-hidden text-center ">
<main class="notion light-mode notion-page notion-block-01bd00384db24ed191ae9104f19fc89e">
<div class="notion-viewport"></div>
<div class="notion-text notion-block-98d2b9868d6e427cad6d0259a7416d4f"><b>随便写着玩的啦,图一乐~</b></div>
</main>
</div>
</div>
</section>
</div>
<div class="w-full md:pr-12 my-6">
<div id="posts-wrapper"><a href="https://blog.msfxp.top/article/mc">
<article class="mb-6 md:mb-8">
<header class="flex flex-col justify-between md:flex-row md:items-baseline">
<h2 class="text-lg md:text-xl font-medium mb-2 cursor-pointer text-black dark:text-gray-100"><img
src="./index_files/cellular_lightgray.svg" class="w-8 h-8 my-auto inline mr-1">MSFXP生存服</h2>
<time class="flex-shrink-0 text-gray-600 dark:text-gray-400">2023-6-23</time>
</header>
<main>
<p class="hidden md:block leading-8 text-gray-700 dark:text-gray-300">Minecraft基岩版生存服欢迎各位加入一起玩!</p>
</main>
</article>
</a><a href="https://blog.msfxp.top/article/2">
<article class="mb-6 md:mb-8">
<header class="flex flex-col justify-between md:flex-row md:items-baseline">
<h2 class="text-lg md:text-xl font-medium mb-2 cursor-pointer text-black dark:text-gray-100"><img
src="./index_files/command-line_lightgray_002.svg" class="w-8 h-8 my-auto inline mr-1">命令方块计时器
</h2><time class="flex-shrink-0 text-gray-600 dark:text-gray-400">2023-3-9</time>
</header>
<main>
<p class="hidden md:block leading-8 text-gray-700 dark:text-gray-300">Minecraft基岩版通过命令方块实现计时器</p>
</main>
</article>
</a><a href="https://blog.msfxp.top/article/7">
<article class="mb-6 md:mb-8">
<header class="flex flex-col justify-between md:flex-row md:items-baseline">
<h2 class="text-lg md:text-xl font-medium mb-2 cursor-pointer text-black dark:text-gray-100"><img
src="./index_files/command-line_lightgray.svg" class="w-8 h-8 my-auto inline mr-1">基岩版死亡统计</h2>
<time class="flex-shrink-0 text-gray-600 dark:text-gray-400">2024-3-1</time>
</header>
<main>
<p class="hidden md:block leading-8 text-gray-700 dark:text-gray-300">Minecraft基岩版死亡统计计分板</p>
</main>
</article>
</a><a href="https://blog.msfxp.top/article/3">
<article class="mb-6 md:mb-8">
<header class="flex flex-col justify-between md:flex-row md:items-baseline">
<h2 class="text-lg md:text-xl font-medium mb-2 cursor-pointer text-black dark:text-gray-100"><img
src="./index_files/book_lightgray.svg" class="w-8 h-8 my-auto inline mr-1">故乡的花</h2><time
class="flex-shrink-0 text-gray-600 dark:text-gray-400">2023-3-9</time>
</header>
<main>
<p class="hidden md:block leading-8 text-gray-700 dark:text-gray-300">“美丽家乡”
的城堡经过我们一砖一瓦的努力逐渐变得高大,祖国的大好河山也会因我们而更加绚烂繁华。</p>
</main>
</article>
</a></div>
</div>
</main>
<footer
class="z-10 relative mt-6 flex-shrink-0 m-auto w-full text-gray-500 dark:text-gray-400 transition-all max-w-2xl px-4">
<div class="text-center py-4 flex justify-center dark:text-gray-40 text-gray-400">
</div>
<hr class="border-gray-200 dark:border-gray-600">
<div class="my-4 text-sm leading-6">
<div class="flex align-baseline justify-between flex-wrap">
<p>©<a href="https://space.bilibili.com/390288930" target="_blank">余月xp</a> 2023-2024</p>
<!-- <a href="https://beian.miit.gov.cn/" target="_blank">渝ICP备2024024496号-1</a>
<div>
<img src="https://xjhw.gitee.io/images/beian.png" style="width:22px;display:inline" />
<a href="https://beian.mps.gov.cn/#/query/webSearch?code=50022302000755" rel="noreferrer"
target="_blank">渝公网安备50022302000755号</a> -->
</div>
</div>
</div>
</footer>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "l9nnz5rus0");
</script>
</div>
</div>
</body>
</html>