Kaynağa Gözat

添加404页面和相关资源文件

新增404错误页面,并添加了logo图标、图片和其他CSS及JS文件,以支持网站的完整性和功能。同时配置了CNAME文件以指向正确的域名。

Signed-off-by: 宋子桓🌈 <songzihuan@song-zh.com>
SongZihuan 3 ay önce
ebeveyn
işleme
e187dcc80a

+ 59 - 0
docs/404.html

@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <!--
+  此文具用于Github Page显示 404 页面。
+
+  此HTML文件已被压缩为单一文件,无需额外加载样式表或脚本。
+  所有必要的样式已内联编写,确保页面在无外部资源的情况下正常显示。
+  这样的设计有利于简化部署和提高加载速度,特别适合静态页面展示。
+  -->
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>404 Error - Page Not Found</title>
+  <style>
+    body {
+      font-family: Arial, sans-serif;
+      text-align: center;
+      padding-top: 50px;
+      background-color: #f8f8f8;
+    }
+
+    h1 {
+      font-size: 7em;
+      margin-bottom: 0.5em;
+      color: #cc0000;
+    }
+
+    h2 {
+      font-size: 2em;
+      color: #666;
+    }
+
+    p {
+      font-size: 1.2em;
+      color: #333;
+    }
+
+    a {
+      color: #007bff;
+      text-decoration: none;
+    }
+
+    a:hover {
+      text-decoration: underline;
+    }
+  </style>
+</head>
+<body>
+<h1>404</h1>
+<h2>Oops! The page you're looking for isn't here.</h2>
+<p>We can't seem to find the page you were trying to reach. This might be because of:</p>
+<ul>
+  <li>An outdated link</li>
+  <li>A mistyped address</li>
+  <li>Or the page has been moved</li>
+</ul>
+<p>Try going back to the <a href="/">homepage</a> or contact us if the problem persists.</p>
+</body>
+</html>

+ 1 - 0
docs/CNAME

@@ -0,0 +1 @@
+song-zh.com

+ 1 - 0
docs/_plugin-vue_export-helper.1b428a4d.js

@@ -0,0 +1 @@
+const o=(o,t)=>{const c=o.__vccOpts||o;for(const[s,n]of t)c[s]=n;return c};export{o as _};

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
docs/index.6404ae47.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
docs/index.6b9c558e.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
docs/index.b7cd34e4.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
docs/index.ba951e4a.js


+ 24 - 0
docs/index.html

@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8"/>
+    <link rel="icon" type="image/png" href="/logo-icon.png"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <title></title>
+    <style>
+        #app {
+            position: relative;
+            margin: auto;
+            height: 100%;
+            overflow: auto;
+        }
+    </style>
+  <script type="module" crossorigin src="/index.b7cd34e4.js"></script>
+  <link rel="modulepreload" crossorigin href="/vue.bcf60913.js">
+  <link rel="stylesheet" href="/index.6404ae47.css">
+</head>
+<body>
+<div id="app"></div>
+
+</body>
+</html>

BIN
docs/logo-icon.png


+ 1 - 0
docs/notfound.c2ff7855.js

@@ -0,0 +1 @@
+import{_ as e}from"./_plugin-vue_export-helper.1b428a4d.js";import{o as a,z as l,J as o,a7 as t,a8 as s,C as n,a5 as r}from"./vue.bcf60913.js";const u={},i=e=>(t("data-v-e4409fbc"),e=e(),s(),e),p=i((()=>n("h1",null,"404",-1))),h=i((()=>n("h2",null,"Oops! The page you're looking for isn't here.",-1))),c=i((()=>n("p",null,"We can't seem to find the page you were trying to reach. This might be because of:",-1))),d=i((()=>n("ul",null,[n("li",null,"An outdated link"),n("li",null,"A mistyped address"),n("li",null,"Or the page has been moved")],-1))),f=i((()=>n("p",null,[r("Try going back to the "),n("a",{href:"/"},"homepage"),r(" or contact us if the problem persists.")],-1)));const g=e(u,[["render",function(e,t){return a(),l(o,null,[p,h,c,d,f],64)}],["__scopeId","data-v-e4409fbc"]]);export{g as default};

+ 1 - 0
docs/notfound.e18f3ae4.css

@@ -0,0 +1 @@
+h1[data-v-e4409fbc]{font-size:7em;margin-bottom:.5em;color:#c00}h2[data-v-e4409fbc]{font-size:2em;color:#666}p[data-v-e4409fbc]{font-size:1.2em;color:#333}a[data-v-e4409fbc]{color:#007bff;text-decoration:none}a[data-v-e4409fbc]:hover{text-decoration:underline}

BIN
docs/songzihuan.cc86507d.jpg


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
docs/vue.bcf60913.js


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor