Эх сурвалжийг харах

删除无用的静态资源文件

移除了不再使用的静态资源文件 `docs/assets.index.739e273b.js`,以保持项目整洁。

Signed-off-by: 宋子桓🌈 <songzihuan@song-zh.com>
SongZihuan 2 сар өмнө
parent
commit
0644563de3

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
docs/assets.index.6eb9cc5c.js


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
docs/assets.index.a4137c4c.js


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
docs/assets.message.4015d036.js


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
docs/assets.message.9eb388b1.css


+ 1 - 1
docs/assets.notfound.d37731fd.js → docs/assets.notfound.1b9324d3.js

@@ -1 +1 @@
-import{P as e}from"./assets.index.739e273b.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.6eb9cc5c.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};

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
docs/assets.str.c2a390b3.js


+ 1 - 1
docs/index.html

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

+ 2 - 1
src/api/message/sendmsg.ts

@@ -1,8 +1,9 @@
 import request from '@/utils/msgrequest'
 import request from '@/utils/msgrequest'
 
 
-export function sendMsgToMail(name: string, message: string) {
+export function sendMsgToMail(name: string, email: string, message: string) {
   return request.post('', {
   return request.post('', {
     name: name,
     name: name,
+    email: email,
     message: message,
     message: message,
     refer: 'personal website (song-zh.com)'
     refer: 'personal website (song-zh.com)'
   })
   })

+ 1 - 1
src/utils/build_time.json

@@ -1 +1 @@
-{"compile_time":1739097339788,"time_zone":"Asia/Shanghai"}
+{"compile_time":1739101836340,"time_zone":"Asia/Shanghai"}

+ 1 - 1
src/views/message.vue

@@ -40,7 +40,7 @@
     }
     }
 
 
     loading.value = true
     loading.value = true
-    sendMsgToMail(form.value.name, form.value.message)
+    sendMsgToMail(form.value.name, form.value.email, form.value.message)
       .then((response) => {
       .then((response) => {
         const data = response.data
         const data = response.data
         if (data.success) {
         if (data.success) {

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно