-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebfe88c
commit 1e03830
Showing
8 changed files
with
275 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> 主页</span> | ||
</a> | ||
|
||
<a href="/about"> | ||
<i class="fa-solid fa-id-card fa-fw"></i> | ||
<span> 关于</span> | ||
</a> | ||
|
||
<a href="/archives"> | ||
<i class="fa-solid fa-box-archive fa-fw"></i> | ||
<span> 存档</span> | ||
</a> | ||
|
||
<a href="/categories"> | ||
<i class="fa-solid fa-bookmark fa-fw"></i> | ||
<span> 分类</span> | ||
</a> | ||
|
||
<a href="/tags"> | ||
<i class="fa-solid fa-tags fa-fw"></i> | ||
<span> 标签</span> | ||
</a> | ||
|
||
<a href="/mc"> | ||
<i class="fa-solid fa-gamepad fa-fw"></i> | ||
<span> 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> 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> | ||
© | ||
2014 - 2024 Xcoding422 | ||
<span id="footer-icon"> | ||
<i class="fa-solid fa-font-awesome fa-fw"></i> | ||
</span> | ||
@Xcoding422 | ||
</div> | ||
<div> | ||
Based on the <a target="_blank" rel="noopener" href="https://hexo.io">Hexo Engine</a> & | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters