Преглед на файлове

删除不必要的CSS和JS文件

移除了 `docs/assets.index.08dcc30d.css` 和 `docs/assets.index.9bf3c598.js` 文件,因为它们的内容不再需要。

Signed-off-by: 宋子桓🌈 <songzihuan@song-zh.com>
SongZihuan преди 2 месеца
родител
ревизия
068565f34c

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
docs/assets.index.1c7bbb75.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
docs/assets.index.c2c42f83.css


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
docs/assets.index.d07c990b.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
docs/assets.index.e3d5e8be.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
docs/assets.message.76882858.js


+ 1 - 1
docs/assets.notfound.61e8bc38.js → docs/assets.notfound.4c35ba7f.js

@@ -1 +1 @@
-import{P as e}from"./assets.index.9bf3c598.js";import{X as s,v as t,x as a,A as o,Y as l,O as n,H as r,I as u,Z as i,_ as d}from"./assets.vue.33cd34e1.js";const p={},c=e=>(i("data-v-cf7e57e5"),e=e(),d(),e),h=c((()=>o("h1",null,"404",-1))),f=c((()=>o("h2",null,"Oops! The page you're looking for isn't here.",-1))),m=c((()=>o("p",null,"We can't seem to find the page you were trying to reach. This might be because of:",-1))),g=c((()=>o("ul",null,[o("li",null,"An outdated link"),o("li",null,"A mistyped address"),o("li",null,"Or the page has been moved")],-1)));const b=e(p,[["render",function(e,i){const d=s("router-link");return t(),a(u,null,[h,f,m,g,o("p",null,[l("Try going back to the "),n(d,{to:"/"},{default:r((()=>[l("homepage")])),_:1}),l(" or contact us if the problem persists.")])],64)}],["__scopeId","data-v-cf7e57e5"]]);export{b as default};
+import{P as e}from"./assets.index.d07c990b.js";import{X as s,v as t,x as a,A as o,Y as l,O as n,H as r,I as u,Z as i,_ as d}from"./assets.vue.33cd34e1.js";const p={},c=e=>(i("data-v-cf7e57e5"),e=e(),d(),e),h=c((()=>o("h1",null,"404",-1))),f=c((()=>o("h2",null,"Oops! The page you're looking for isn't here.",-1))),m=c((()=>o("p",null,"We can't seem to find the page you were trying to reach. This might be because of:",-1))),g=c((()=>o("ul",null,[o("li",null,"An outdated link"),o("li",null,"A mistyped address"),o("li",null,"Or the page has been moved")],-1)));const b=e(p,[["render",function(e,i){const d=s("router-link");return t(),a(u,null,[h,f,m,g,o("p",null,[l("Try going back to the "),n(d,{to:"/"},{default:r((()=>[l("homepage")])),_:1}),l(" or contact us if the problem persists.")])],64)}],["__scopeId","data-v-cf7e57e5"]]);export{b as default};

+ 1 - 1
docs/index.html

@@ -12,7 +12,7 @@
             overflow: auto;
         }
     </style>
-  <script type="module" crossorigin src="/assets.index.9bf3c598.js"></script>
+  <script type="module" crossorigin src="/assets.index.d07c990b.js"></script>
   <link rel="modulepreload" crossorigin href="/assets.vue.33cd34e1.js">
   <link rel="stylesheet" href="/assets.index.1c341960.css">
 </head>

+ 1 - 1
src/utils/build_time.json

@@ -1 +1 @@
-{"compile_time":1738166594774,"time_zone":"Asia/Shanghai"}
+{"compile_time":1738239873234,"time_zone":"Asia/Shanghai"}

+ 10 - 4
src/views/index.vue

@@ -328,14 +328,14 @@
 
       <div class="title_b">我的Github动态</div>
       <div v-if="statusHorizontal" class="stats_row">
-        <div>
+        <div class="stat">
           <img
             v-if="showGithubStats"
             src="https://github-readme-stats.vercel.app/api?username=SongZihuan&show_icons=true&count_private=true&hide_border=true"
             alt="Github动态"
           />
         </div>
-        <div>
+        <div class="stat">
           <img
             v-if="showGithubLanguage"
             src="https://github-readme-stats.vercel.app/api/top-langs/?username=SongZihuan&hide_border=true&layout=compact"
@@ -344,14 +344,14 @@
         </div>
       </div>
       <div v-else class="stats_column">
-        <div>
+        <div class="stat">
           <img
             v-if="showGithubStats"
             src="https://github-readme-stats.vercel.app/api?username=SongZihuan&show_icons=true&count_private=true&hide_border=true"
             alt="Github动态"
           />
         </div>
-        <div>
+        <div class="stat">
           <img
             v-if="showGithubLanguage"
             src="https://github-readme-stats.vercel.app/api/top-langs/?username=SongZihuan&hide_border=true&layout=compact"
@@ -579,15 +579,21 @@
   .stats_row {
     display: flex;
     justify-content: center;
+    align-items: center;
     flex-direction: row;
   }
 
   .stats_column {
     display: flex;
     justify-content: center;
+    align-items: center;
     flex-direction: column;
   }
 
+  .stat {
+    margin: 5px;
+  }
+
   .license_box {
     display: flex;
     justify-content: center;

Някои файлове не бяха показани, защото твърде много файлове са промени