diff --git a/index/404.html b/index/404.html
index d75ed781..3b6236db 100755
--- a/index/404.html
+++ b/index/404.html
@@ -1,6 +1,61 @@
-
-
404 Not Found
+
+
+
+
+
+ 404 Not Found
+
+
+
-404 Not Found
-
nginx
-
\ No newline at end of file
+
+
404 Not Found
+
您访问的页面不存在。
+
+
+
+
+
\ No newline at end of file
diff --git a/index/videos/template-video.html b/index/videos/template-video.html
index e06c8108..57f42826 100644
--- a/index/videos/template-video.html
+++ b/index/videos/template-video.html
@@ -45,13 +45,34 @@
button:hover {
background-color: #0056b3;
}
+
+ .back-button {
+ padding: 10px 20px;
+ background-color: #6c757d;
+ color: white;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ transition: background-color 0.3s;
+ }
+
+ .back-button:hover {
+ background-color: #545b62;
+ }
+
+
@@ -98,6 +119,12 @@
});
function downloadVideo() {
+ // ElNotification({
+ // title: '提示',
+ // message: '开始下载,请稍后',
+ // type: 'success',
+ // });
+
fetch(videoUrl)
.then(response => response.blob())
.then(blob => {