|
| 1 | + |
| 2 | +<!DOCTYPE html> |
| 3 | +<html lang="zh-CN"> |
| 4 | +<head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <title>扬辣!!!(扬不了一点 | BlueEve的小窝</title> |
| 7 | + <meta name="author" content="BlueEve" /> |
| 8 | + <meta name="description" content="纯在摆烂" /> |
| 9 | + <meta name="keywords" content="" /> |
| 10 | + <meta |
| 11 | + name="viewport" |
| 12 | + content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" |
| 13 | + /> |
| 14 | + <link rel="icon" href="/images/avatar.jpg" /> |
| 15 | + <link rel="preconnect" href="https://s4.zstatic.net" /> |
| 16 | +<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script> |
| 17 | +<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> |
| 18 | +<link rel="preconnect" href="https://fonts.googleapis.cn" /> |
| 19 | +<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> |
| 20 | +<link |
| 21 | + rel="stylesheet" |
| 22 | + 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" |
| 23 | +/> |
| 24 | +<script> const mixins = {}; </script> |
| 25 | + |
| 26 | +<script src="https://polyfill.alicdn.com/v3/polyfill.min.js?features=default"></script> |
| 27 | + |
| 28 | + |
| 29 | +<script src="https://s4.zstatic.net/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> |
| 30 | +<script src="https://s4.zstatic.net/ajax/libs/highlightjs-line-numbers.js/2.8.0/highlightjs-line-numbers.min.js"></script> |
| 31 | +<link |
| 32 | + rel="stylesheet" |
| 33 | + href="https://s4.zstatic.net/ajax/libs/highlight.js/11.9.0/styles/github.min.css" |
| 34 | +/> |
| 35 | +<script src="/js/lib/highlight.js"></script> |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +<script src="/js/lib/preview.js"></script> |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +<link rel="stylesheet" href="/css/main.css" /> |
| 50 | + |
| 51 | +<meta name="generator" content="Hexo 7.3.0"></head> |
| 52 | +<body> |
| 53 | + <div id="layout"> |
| 54 | + <transition name="fade"> |
| 55 | + <div id="loading" v-show="loading"> |
| 56 | + <div id="loading-circle"> |
| 57 | + <h2>LOADING</h2> |
| 58 | + <p>加载过慢请开启缓存 浏览器默认开启</p> |
| 59 | + <img src="/images/loading.gif" /> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + </transition> |
| 63 | + <div id="menu" :class="{ hidden: hiddenMenu, 'menu-color': menuColor}"> |
| 64 | + <nav id="desktop-menu"> |
| 65 | + <a class="title" href="/"> |
| 66 | + <span>BLUEEVE的小窝</span> |
| 67 | + </a> |
| 68 | + |
| 69 | + <a href="/"> |
| 70 | + <i class="fa-solid fa-house fa-fw"></i> |
| 71 | + <span> Home</span> |
| 72 | + </a> |
| 73 | + |
| 74 | + <a href="/about"> |
| 75 | + <i class="fa-solid fa-id-card fa-fw"></i> |
| 76 | + <span> About</span> |
| 77 | + </a> |
| 78 | + |
| 79 | + <a href="/archives"> |
| 80 | + <i class="fa-solid fa-box-archive fa-fw"></i> |
| 81 | + <span> Archives</span> |
| 82 | + </a> |
| 83 | + |
| 84 | + <a href="/categories/2024"> |
| 85 | + <i class="fa-solid fa-bookmark fa-fw"></i> |
| 86 | + <span> Categories</span> |
| 87 | + </a> |
| 88 | + |
| 89 | + <a href="/tags/%E7%94%9F%E6%B4%BB"> |
| 90 | + <i class="fa-solid fa-tags fa-fw"></i> |
| 91 | + <span> Tags</span> |
| 92 | + </a> |
| 93 | + |
| 94 | + </nav> |
| 95 | + <nav id="mobile-menu"> |
| 96 | + <div class="title" @click="showMenuItems = !showMenuItems"> |
| 97 | + <i class="fa-solid fa-bars fa-fw"></i> |
| 98 | + <span> BLUEEVE的小窝</span> |
| 99 | + </div> |
| 100 | + <transition name="slide"> |
| 101 | + <div class="items" v-show="showMenuItems"> |
| 102 | + |
| 103 | + <a href="/"> |
| 104 | + <div class="item"> |
| 105 | + <div style="min-width: 20px; max-width: 50px; width: 10%"> |
| 106 | + <i class="fa-solid fa-house fa-fw"></i> |
| 107 | + </div> |
| 108 | + <div style="min-width: 100px; max-width: 150%; width: 20%">Home</div> |
| 109 | + </div> |
| 110 | + </a> |
| 111 | + |
| 112 | + <a href="/about"> |
| 113 | + <div class="item"> |
| 114 | + <div style="min-width: 20px; max-width: 50px; width: 10%"> |
| 115 | + <i class="fa-solid fa-id-card fa-fw"></i> |
| 116 | + </div> |
| 117 | + <div style="min-width: 100px; max-width: 150%; width: 20%">About</div> |
| 118 | + </div> |
| 119 | + </a> |
| 120 | + |
| 121 | + <a href="/archives"> |
| 122 | + <div class="item"> |
| 123 | + <div style="min-width: 20px; max-width: 50px; width: 10%"> |
| 124 | + <i class="fa-solid fa-box-archive fa-fw"></i> |
| 125 | + </div> |
| 126 | + <div style="min-width: 100px; max-width: 150%; width: 20%">Archives</div> |
| 127 | + </div> |
| 128 | + </a> |
| 129 | + |
| 130 | + <a href="/categories/2024"> |
| 131 | + <div class="item"> |
| 132 | + <div style="min-width: 20px; max-width: 50px; width: 10%"> |
| 133 | + <i class="fa-solid fa-bookmark fa-fw"></i> |
| 134 | + </div> |
| 135 | + <div style="min-width: 100px; max-width: 150%; width: 20%">Categories</div> |
| 136 | + </div> |
| 137 | + </a> |
| 138 | + |
| 139 | + <a href="/tags/%E7%94%9F%E6%B4%BB"> |
| 140 | + <div class="item"> |
| 141 | + <div style="min-width: 20px; max-width: 50px; width: 10%"> |
| 142 | + <i class="fa-solid fa-tags fa-fw"></i> |
| 143 | + </div> |
| 144 | + <div style="min-width: 100px; max-width: 150%; width: 20%">Tags</div> |
| 145 | + </div> |
| 146 | + </a> |
| 147 | + |
| 148 | + </div> |
| 149 | + </transition> |
| 150 | + </nav> |
| 151 | +</div> |
| 152 | +<transition name="fade"> |
| 153 | + <div id="menu-curtain" @click="showMenuItems = !showMenuItems" v-show="showMenuItems"></div> |
| 154 | +</transition> |
| 155 | + |
| 156 | + <div id="main" :class="loading ? 'into-enter-from': 'into-enter-active'"> |
| 157 | + <div class="article"> |
| 158 | + <div> |
| 159 | + <h1>扬辣!!!(扬不了一点</h1> |
| 160 | + </div> |
| 161 | + <div class="info"> |
| 162 | + <span class="date"> |
| 163 | + <span class="icon"> |
| 164 | + <i class="fa-solid fa-calendar fa-fw"></i> |
| 165 | + </span> |
| 166 | + 2024/9/21 |
| 167 | + </span> |
| 168 | + |
| 169 | + <span class="category"> |
| 170 | + <a href="/categories/2024/"> |
| 171 | + <span class="icon"> |
| 172 | + <i class="fa-solid fa-bookmark fa-fw"></i> |
| 173 | + </span> |
| 174 | + 2024 |
| 175 | + </a> |
| 176 | + </span> |
| 177 | + |
| 178 | + |
| 179 | + <span class="tags"> |
| 180 | + <span class="icon"> |
| 181 | + <i class="fa-solid fa-tags fa-fw"></i> |
| 182 | + </span> |
| 183 | + |
| 184 | + |
| 185 | + <span class="tag"> |
| 186 | + |
| 187 | + <a href="/tags/%E7%94%9F%E6%B4%BB/" style="color: #00a596"> |
| 188 | + 生活 |
| 189 | + </a> |
| 190 | + </span> |
| 191 | + |
| 192 | + </span> |
| 193 | + |
| 194 | + </div> |
| 195 | + |
| 196 | + <div class="content" v-pre> |
| 197 | + <h1 id="我是唐(13U首砖T-T"><a href="#我是唐(13U首砖T-T" class="headerlink" title="我是唐(13U首砖T^T)"></a><del>我是唐</del>(13U首砖T^T)</h1><p>事情的经过是这样的(</p> |
| 198 | +<p><strong>前排提醒 : 我是唐,我全责~</strong></p> |
| 199 | +<h2 id="通宵备考计算机3级ing"><a href="#通宵备考计算机3级ing" class="headerlink" title="通宵备考计算机3级ing"></a>通宵备考计算机3级ing</h2><p>完了以后红牛喝多了,柚孩又提了一嘴13U新rom(他说的其实是平板)</p> |
| 200 | +<p>我就直接酷酷刷~~</p> |
| 201 | +<p>刷完酷酷不开机~~</p> |
| 202 | +<p><img src="https://raw.githubusercontent.com/BlueEve04/Blog-picture/main/390a5fc9cddb5a51457ba923958046d3.png" alt="390a5fc9cddb5a51457ba923958046d3"></p> |
| 203 | +<p><img src="https://raw.githubusercontent.com/BlueEve04/Blog-picture/main/ed9ef279860ab08bebc527ea33c05025.jpg"></p> |
| 204 | +<p><img src="https://raw.githubusercontent.com/BlueEve04/Blog-picture/main/image-20240921210744275.png" alt="image-20240921210744275"></p> |
| 205 | + |
| 206 | + </div> |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | +</div> |
| 215 | + |
| 216 | + <footer id="footer"> |
| 217 | + <div id="footer-wrap"> |
| 218 | + <div> |
| 219 | + © |
| 220 | + 2023 - 2024 BlueEve的小窝 |
| 221 | + <span id="footer-icon"> |
| 222 | + <i class="fa-solid fa-font-awesome fa-fw"></i> |
| 223 | + </span> |
| 224 | + @BlueEve |
| 225 | + </div> |
| 226 | + <div> |
| 227 | + Based on the <a target="_blank" rel="noopener" href="https://hexo.io">Hexo Engine</a> & |
| 228 | + <a target="_blank" rel="noopener" href="https://github.com/theme-particlex/hexo-theme-particlex">ParticleX Theme</a> |
| 229 | + </div> |
| 230 | + |
| 231 | + </div> |
| 232 | +</footer> |
| 233 | + |
| 234 | + </div> |
| 235 | + |
| 236 | + <transition name="fade"> |
| 237 | + <div id="preview" ref="preview" v-show="previewShow"> |
| 238 | + <img id="preview-content" ref="previewContent" /> |
| 239 | + </div> |
| 240 | + </transition> |
| 241 | + |
| 242 | + </div> |
| 243 | + <script src="/js/main.js"></script> |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | +</body> |
| 252 | +</html> |
0 commit comments