Bladeren bron

更新文档文件并删除旧文件

将 `songzihuan.cc86507d.jpg` 移动到 `assets` 文件夹,并删除了 `_plugin-vue_export-helper.1b428a4d.js` 和多个旧的 CSS 文件。

Signed-off-by: 宋子桓🌈 <songzihuan@song-zh.com>
SongZihuan 3 maanden geleden
bovenliggende
commit
ed2f711bf4

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


File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.2edfba73.js


File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.4325f488.js


+ 0 - 0
docs/index.6404ae47.css → docs/assets.index.6404ae47.css


+ 0 - 0
docs/index.6b9c558e.css → docs/assets.index.6b9c558e.css


+ 1 - 0
docs/assets.notfound.78cb51fa.js

@@ -0,0 +1 @@
+import{_ as e}from"./assets._plugin-vue_export-helper.1b428a4d.js";import{o as s,z as a,J as t,a7 as l,a8 as o,C as n,a5 as r}from"./assets.vue.bcf60913.js";const u={},i=e=>(l("data-v-e4409fbc"),e=e(),o(),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,l){return s(),a(t,null,[p,h,c,d,f],64)}],["__scopeId","data-v-e4409fbc"]]);export{g as default};

+ 0 - 0
docs/notfound.e18f3ae4.css → docs/assets.notfound.e18f3ae4.css


+ 0 - 0
docs/songzihuan.cc86507d.jpg → docs/assets.songzihuan.cc86507d.jpg


+ 0 - 0
docs/vue.bcf60913.js → docs/assets.vue.bcf60913.js


File diff suppressed because it is too large
+ 0 - 0
docs/index.b7cd34e4.js


File diff suppressed because it is too large
+ 0 - 0
docs/index.ba951e4a.js


+ 3 - 3
docs/index.html

@@ -13,9 +13,9 @@
             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">
+  <script type="module" crossorigin src="/assets.index.2edfba73.js"></script>
+  <link rel="modulepreload" crossorigin href="/assets.vue.bcf60913.js">
+  <link rel="stylesheet" href="/assets.index.6404ae47.css">
 </head>
 <body>
 <div id="app"></div>

+ 0 - 1
docs/notfound.c2ff7855.js

@@ -1 +0,0 @@
-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 - 1
src/utils/build_time.json

@@ -1 +1 @@
-{"compile_time":1737321806852,"time_zone":"Asia/Shanghai"}
+{"compile_time":1737322512835,"time_zone":"Asia/Shanghai"}

+ 6 - 6
vite.config.ts

@@ -39,16 +39,16 @@ export default ({ mode }: ConfigEnv): UserConfig => {
   }
   if (VITE_HASH === 'false') {
     const names = {
-      entryFileNames: `[name].js`,
-      chunkFileNames: `[name].js`,
-      assetFileNames: `[name].[ext]`
+      entryFileNames: `assets.[name].js`,
+      chunkFileNames: `assets.[name].js`,
+      assetFileNames: `assets.[name].[ext]`
     }
     output = { ...output, ...names }
   } else {
     const names = {
-      entryFileNames: `[name].[hash].js`,
-      chunkFileNames: `[name].[hash].js`,
-      assetFileNames: `[name].[hash].[ext]`
+      entryFileNames: `assets.[name].[hash].js`,
+      chunkFileNames: `assets.[name].[hash].js`,
+      assetFileNames: `assets.[name].[hash].[ext]`
     }
     output = { ...output, ...names }
   }

Some files were not shown because too many files changed in this diff