Skip to content

Commit

Permalink
Site updated: 2024-12-28 20:50:04
Browse files Browse the repository at this point in the history
  • Loading branch information
xcoding422 committed Dec 28, 2024
1 parent ebfe88c commit 1e03830
Show file tree
Hide file tree
Showing 8 changed files with 275 additions and 20 deletions.
8 changes: 4 additions & 4 deletions 2024/12/21/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<title>第一篇文章 | Xcoding422</title>
<title>关于webmc计划 | Xcoding422</title>
<meta name="author" content="Xcoding422" />
<meta name="description" content="xcoding422.github.io/mc" />
<meta name="keywords" content="" />
Expand Down Expand Up @@ -180,7 +180,7 @@ <h2>Loading......</h2>
<div id="main" :class="loading ? 'into-enter-from': 'into-enter-active'">
<div class="article">
<div>
<h1>第一篇文章</h1>
<h1>关于webmc计划</h1>
</div>
<div class="info">
<span class="date">
Expand All @@ -194,8 +194,8 @@ <h1>第一篇文章</h1>
</div>

<div class="content" v-pre>
<p>已对在线版mc进行优化,在进入游戏时要先切换语言。</p>
<p>不管你点击的是什么语言,都会自动切换成中文。</p>
<p>Minecraft是一个非常有实力的游戏(Bedrock&#x2F;Netease是一大坨)</p>
<span id="more"></span>

</div>

Expand Down
247 changes: 247 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,247 @@

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<title> | Xcoding422</title>
<meta name="author" content="Xcoding422" />
<meta name="description" content="xcoding422.github.io/mc" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="icon" href="/images/avatar.jpg" />
<canvas id="fireworks" style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 32767"></canvas>
<script src="https://cdn.staticfile.org/animejs/3.2.1/anime.min.js"></script>
<script src="/js/fireworks.min.js"></script>
<canvas id="background" style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: -1"></canvas>
<script src="/js/background.min.js"></script>
<div id="cursor"></div>
<link rel="stylesheet" href="/css/cursor.min.css">
<script src="/js/cursor.min.js"></script>
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap"
/>
<script> const mixins = {}; </script>

<script src="https://polyfill.alicdn.com/v3/polyfill.min.js?features=default"></script>


<script src="https://s4.zstatic.net/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="https://s4.zstatic.net/ajax/libs/highlightjs-line-numbers.js/2.8.0/highlightjs-line-numbers.min.js"></script>
<link
rel="stylesheet"
href="https://s4.zstatic.net/ajax/libs/highlight.js/11.9.0/styles/github.min.css"
/>
<script src="/js/lib/highlight.js"></script>


<script src="https://s4.zstatic.net/ajax/libs/KaTeX/0.16.9/katex.min.js"></script>
<script src="https://s4.zstatic.net/ajax/libs/KaTeX/0.16.9/contrib/auto-render.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/KaTeX/0.16.9/katex.min.css" />
<script src="/js/lib/math.js"></script>


<script src="/js/lib/preview.js"></script>









<link rel="stylesheet" href="/css/main.css" />

<meta name="generator" content="Hexo 7.3.0"></head>
<body>
<div id="layout">
<transition name="fade">
<div id="loading" v-show="loading">
<div id="loading-circle">
<h2>Loading......</h2>
<p>正在连接到服务器......</p>
<img src="/images/loading.gif" />
</div>
</div>
</transition>
<div id="menu" :class="{ hidden: hiddenMenu, 'menu-color': menuColor}">
<nav id="desktop-menu">
<a class="title" href="/">
<span>XCODING422</span>
</a>

<a href="/">
<i class="fa-solid fa-house fa-fw"></i>
<span>&ensp;主页</span>
</a>

<a href="/about">
<i class="fa-solid fa-id-card fa-fw"></i>
<span>&ensp;关于</span>
</a>

<a href="/archives">
<i class="fa-solid fa-box-archive fa-fw"></i>
<span>&ensp;存档</span>
</a>

<a href="/categories">
<i class="fa-solid fa-bookmark fa-fw"></i>
<span>&ensp;分类</span>
</a>

<a href="/tags">
<i class="fa-solid fa-tags fa-fw"></i>
<span>&ensp;标签</span>
</a>

<a href="/mc">
<i class="fa-solid fa-gamepad fa-fw"></i>
<span>&ensp;Minecraft Online</span>
</a>

</nav>
<nav id="mobile-menu">
<div class="title" @click="showMenuItems = !showMenuItems">
<i class="fa-solid fa-bars fa-fw"></i>
<span>&emsp;XCODING422</span>
</div>
<transition name="slide">
<div class="items" v-show="showMenuItems">

<a href="/">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-house fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">主页</div>
</div>
</a>

<a href="/about">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-id-card fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">关于</div>
</div>
</a>

<a href="/archives">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-box-archive fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">存档</div>
</div>
</a>

<a href="/categories">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-bookmark fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">分类</div>
</div>
</a>

<a href="/tags">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-tags fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">标签</div>
</div>
</a>

<a href="/mc">
<div class="item">
<div style="min-width: 20px; max-width: 50px; width: 10%">
<i class="fa-solid fa-gamepad fa-fw"></i>
</div>
<div style="min-width: 100px; max-width: 150%; width: 20%">Minecraft Online</div>
</div>
</a>

</div>
</transition>
</nav>
</div>
<transition name="fade">
<div id="menu-curtain" @click="showMenuItems = !showMenuItems" v-show="showMenuItems"></div>
</transition>

<div id="main" :class="loading ? 'into-enter-from': 'into-enter-active'">
<div class="article">
<div>
<h1></h1>
</div>
<div class="info">
<span class="date">
<span class="icon">
<i class="fa-solid fa-calendar fa-fw"></i>
</span>
2024/12/28
</span>


</div>

<div class="content" v-pre>
<!DOCTYPE html>
<html lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>window.location.replace("./");</script>
</html>
</div>







</div>

<footer id="footer">
<div id="footer-wrap">
<div>
&copy;
2014 - 2024 Xcoding422
<span id="footer-icon">
<i class="fa-solid fa-font-awesome fa-fw"></i>
</span>
&commat;Xcoding422
</div>
<div>
Based on the <a target="_blank" rel="noopener" href="https://hexo.io">Hexo Engine</a> &amp;
<a target="_blank" rel="noopener" href="https://github.com/theme-particlex/hexo-theme-particlex">ParticleX Theme</a>
</div>

</div>
</footer>

</div>

<transition name="fade">
<div id="preview" ref="preview" v-show="previewShow">
<img id="preview-content" ref="previewContent" />
</div>
</transition>

</div>
<script src="/js/main.js"></script>







</body>
</html>
4 changes: 2 additions & 2 deletions archives/2024/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ <h2>Loading......</h2>

<div id="timeline-wrap" ref="timeline">

<div class="timeline" data-title="第一篇文章">
<div class="timeline" data-title="关于webmc计划">
<div class="timeline-tail"></div>
<div class="timeline-content">
<div class="item-time">2024/12/21</div>
<a href="/2024/12/21/hello-world/">
<h3>第一篇文章</h3>
<h3>关于webmc计划</h3>
</a>
<div class="info">

Expand Down
4 changes: 2 additions & 2 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ <h2>Loading......</h2>

<div id="timeline-wrap" ref="timeline">

<div class="timeline" data-title="第一篇文章">
<div class="timeline" data-title="关于webmc计划">
<div class="timeline-tail"></div>
<div class="timeline-content">
<div class="item-time">2024/12/21</div>
<a href="/2024/12/21/hello-world/">
<h3>第一篇文章</h3>
<h3>关于webmc计划</h3>
</a>
<div class="info">

Expand Down
4 changes: 2 additions & 2 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ <h2>Loading......</h2>

<div id="timeline-wrap" ref="timeline">

<div class="timeline" data-title="第一篇文章">
<div class="timeline" data-title="关于webmc计划">
<div class="timeline-tail"></div>
<div class="timeline-content">
<div class="item-time">2024/12/21</div>
<a href="/2024/12/21/hello-world/">
<h3>第一篇文章</h3>
<h3>关于webmc计划</h3>
</a>
<div class="info">

Expand Down
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h5>xcoding422.github.io/mc</h5>

<div class="post">
<a href="/2024/12/21/hello-world/">
<h2 class="post-title">第一篇文章</h2>
<h2 class="post-title">关于webmc计划</h2>
</a>
<div class="category-and-date">

Expand All @@ -222,9 +222,7 @@ <h2 class="post-title">第一篇文章</h2>
<div class="description">
<div class="content" v-pre>

<p>已对在线版mc进行优化,在进入游戏时要先切换语言。</p>
<p>不管你点击的是什么语言,都会自动切换成中文。</p>

<p>Minecraft是一个非常有实力的游戏(Bedrock&#x2F;Netease是一大坨)</p>

</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion sitemap.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
https://xcoding422.github.io/mc/index.html
https://xcoding422.github.io/2024/12/21/hello-world/
https://xcoding422.github.io/404.html
https://xcoding422.github.io/mc/index.html
https://xcoding422.github.io/categories.html
https://xcoding422.github.io/tags.html
https://xcoding422.github.io/about.html
Expand Down
19 changes: 14 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>https://xcoding422.github.io/mc/index.html</loc>
<loc>https://xcoding422.github.io/2024/12/21/hello-world/</loc>

<lastmod>2024-12-25</lastmod>
<lastmod>2024-12-28</lastmod>

<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc>https://xcoding422.github.io/2024/12/21/hello-world/</loc>
<loc>https://xcoding422.github.io/404.html</loc>

<lastmod>2024-12-21</lastmod>
<lastmod>2024-12-28</lastmod>

<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc>https://xcoding422.github.io/mc/index.html</loc>

<lastmod>2024-12-25</lastmod>

<changefreq>monthly</changefreq>
<priority>0.6</priority>
Expand Down Expand Up @@ -49,7 +58,7 @@

<url>
<loc>https://xcoding422.github.io/</loc>
<lastmod>2024-12-27</lastmod>
<lastmod>2024-12-28</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
Expand Down

0 comments on commit 1e03830

Please sign in to comment.