diff --git a/videos/25/02/04/4bWST-birthday/index.html b/videos/25/02/04/4bWST-birthday/index.html
deleted file mode 100644
index 5679c74..0000000
--- a/videos/25/02/04/4bWST-birthday/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/videos/25/02/4bWST-birthday/index.html b/videos/25/02/4bWST-birthday/index.html
deleted file mode 100644
index 0d3f8c9..0000000
--- a/videos/25/02/4bWST-birthday/index.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
- 视频播放
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/videos/25/02/knzB8-MC/2025-02-14-11-09-11_Notepad3_D0VfI8Cj2L.mp4 b/videos/25/02/knzB8-MC/2025-02-14-11-09-11_Notepad3_D0VfI8Cj2L.mp4
deleted file mode 100644
index f7bf11b..0000000
Binary files a/videos/25/02/knzB8-MC/2025-02-14-11-09-11_Notepad3_D0VfI8Cj2L.mp4 and /dev/null differ
diff --git a/videos/25/02/knzB8-MC/index.html b/videos/25/02/knzB8-MC/index.html
deleted file mode 100644
index 6b53316..0000000
--- a/videos/25/02/knzB8-MC/index.html
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
- 视频播放
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/videos/25/02/knzB8-MC/txt.txt b/videos/25/02/knzB8-MC/txt.txt
deleted file mode 100644
index 083d911..0000000
--- a/videos/25/02/knzB8-MC/txt.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-ID484a5570ea7c11ef9215e04acd26563f
-עhttps://login.mc-user.com:233/484a5570ea7c11ef9215e04acd26563f/loginreg
\ No newline at end of file
diff --git a/videos/Big Buck Bunny_1080P_60fps.mp4 b/videos/Big Buck Bunny_1080P_60fps.mp4
deleted file mode 100644
index c6ff8b1..0000000
Binary files a/videos/Big Buck Bunny_1080P_60fps.mp4 and /dev/null differ
diff --git a/videos/template-video.html b/videos/template-video.html
deleted file mode 100644
index 0221678..0000000
--- a/videos/template-video.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
- 视频播放
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/videos/video.css b/videos/video.css
deleted file mode 100644
index 8c58972..0000000
--- a/videos/video.css
+++ /dev/null
@@ -1,72 +0,0 @@
-.artplayer-app {
- width: 100%;
- height: calc(100vh - 50px);
- /* 调整高度以适应标题栏 */
- margin: 0;
- border: 1px solid #ccc;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
-}
-
-body {
- font-family: Arial, sans-serif;
- background-color: #f4f4f9;
- margin: 0;
- display: flex;
- flex-direction: column;
- height: 100vh;
- /* 设置body高度为视口高度 */
- overflow: hidden;
- /* 隐藏滚动条 */
-}
-
-.header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px 20px;
- background-color: #fff;
- border-bottom: 1px solid #ccc;
-}
-
-h1 {
- color: #333;
- margin: 0;
-}
-
-button {
- padding: 10px 20px;
- background-color: #007bff;
- color: white;
- border: none;
- border-radius: 5px;
- cursor: button;
- transition: background-color 0.3s;
-}
-
-button:hover {
- background-color: #0056b3;
-}
-
-.back-button {
- padding: 10px 20px;
- background-color: #6c757d;
- color: white;
- border: none;
- border-radius: 5px;
- cursor: button;
- transition: background-color 0.3s;
-}
-
-.back-button:hover {
- background-color: #545b62;
-}
-
-.description {
- font-size: 14px;
- color: #666;
- margin-left: 10px;
- /* 减少左边距,使说明紧挨标题 */
- max-width: 400px;
- white-space: normal;
- word-wrap: break-word;
-}
\ No newline at end of file