From 4324921fb28e9dde4cc4423512c1f35ce806d4a5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 11 Sep 2025 12:08:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=81=E7=A7=BB=E9=9D=99=E6=80=81?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=96=87=E4=BB=B6=E8=87=B3static=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将图片、音频和HTML文件从根目录迁移至static目录下的img和mp3子目录,并删除原文件 --- 1.html | 104 ------------ index.html | 82 ++++++---- {css => static/css}/index.css | 52 +++++- {css => static/css}/index.less | 64 +++++++- {img => static/img}/WeChat-img.jpg | Bin {img => static/img}/ai-title.png | Bin {img => static/img}/album-bj1.svg | 0 {img => static/img}/album-bj2.svg | 0 {img => static/img}/album-bj3.svg | 0 {img => static/img}/album-bj4.png | Bin {img => static/img}/album-bj5.svg | 0 {img => static/img}/album-img.svg | 0 {img => static/img}/arrow-orange.svg | 0 {img => static/img}/arrow-white.svg | 0 {img => static/img}/arrows-yellow.svg | 0 {img => static/img}/audio-img.png | Bin {img => static/img}/audio-img.svg | 0 {img => static/img}/award-winning-works.png | Bin {img => static/img}/close.svg | 0 {img => static/img}/contact-title.png | Bin {img => static/img}/custom-bj-1.svg | 0 {img => static/img}/custom-bj-2.svg | 0 {img => static/img}/custom-img.png | Bin {img => static/img}/custom-title.png | Bin {img => static/img}/cut-left.svg | 0 {img => static/img}/cut-right.svg | 0 {img => static/img}/gushi.png | Bin {img => static/img}/headset-icon.png | Bin {img => static/img}/logo-black.png | Bin {img => static/img}/logo.png | Bin {img => static/img}/mv-1.svg | 0 {img => static/img}/mv-icon.png | Bin {img => static/img}/pause-black-icon.svg | 0 {img => static/img}/pause-white-icon.svg | 0 {img => static/img}/play-black-icon.svg | 0 {img => static/img}/play-white-icon.svg | 0 {img => static/img}/record-icon.png | Bin {img => static/img}/remake-icon.png | Bin {img => static/img}/serial-icon.png | Bin {img => static/img}/serial-icon.svg | 0 {img => static/img}/speed-left.png | Bin {img => static/img}/speed-right.png | Bin {img => static/img}/speed-white-left.png | Bin {img => static/img}/speed-white-right.png | Bin {img => static/img}/student-icon.svg | 0 {img => static/img}/student-img.png | Bin {img => static/img}/student-title.png | Bin {img => static/img}/train-icon.png | Bin {img => static/img}/works-bj1.png | Bin {img => static/img}/works-bj2.png | Bin {img => static/img}/works-line-1.svg | 0 {img => static/img}/works-line-2.svg | 0 {img => static/img}/works-line-3.svg | 0 {img => static/img}/works-line-4.svg | 0 {img => static/img}/works-line-5.svg | 0 {img => static/img}/works-line-6.svg | 0 {img => static/img}/works-title-bj.svg | 0 {img => static/img}/works-title.png | Bin {js => static/js}/artplayer.js | 0 {js => static/js}/index.js | 172 ++++++++++++++++++-- {js => static/js}/vue.global.js | 0 {mp3 => static/mp3}/1.MP3 | Bin 62 files changed, 310 insertions(+), 164 deletions(-) delete mode 100644 1.html rename {css => static/css}/index.css (94%) rename {css => static/css}/index.less (94%) rename {img => static/img}/WeChat-img.jpg (100%) rename {img => static/img}/ai-title.png (100%) rename {img => static/img}/album-bj1.svg (100%) rename {img => static/img}/album-bj2.svg (100%) rename {img => static/img}/album-bj3.svg (100%) rename {img => static/img}/album-bj4.png (100%) rename {img => static/img}/album-bj5.svg (100%) rename {img => static/img}/album-img.svg (100%) rename {img => static/img}/arrow-orange.svg (100%) rename {img => static/img}/arrow-white.svg (100%) rename {img => static/img}/arrows-yellow.svg (100%) rename {img => static/img}/audio-img.png (100%) rename {img => static/img}/audio-img.svg (100%) rename {img => static/img}/award-winning-works.png (100%) rename {img => static/img}/close.svg (100%) rename {img => static/img}/contact-title.png (100%) rename {img => static/img}/custom-bj-1.svg (100%) rename {img => static/img}/custom-bj-2.svg (100%) rename {img => static/img}/custom-img.png (100%) rename {img => static/img}/custom-title.png (100%) rename {img => static/img}/cut-left.svg (100%) rename {img => static/img}/cut-right.svg (100%) rename {img => static/img}/gushi.png (100%) rename {img => static/img}/headset-icon.png (100%) rename {img => static/img}/logo-black.png (100%) rename {img => static/img}/logo.png (100%) rename {img => static/img}/mv-1.svg (100%) rename {img => static/img}/mv-icon.png (100%) rename {img => static/img}/pause-black-icon.svg (100%) rename {img => static/img}/pause-white-icon.svg (100%) rename {img => static/img}/play-black-icon.svg (100%) rename {img => static/img}/play-white-icon.svg (100%) rename {img => static/img}/record-icon.png (100%) rename {img => static/img}/remake-icon.png (100%) rename {img => static/img}/serial-icon.png (100%) rename {img => static/img}/serial-icon.svg (100%) rename {img => static/img}/speed-left.png (100%) rename {img => static/img}/speed-right.png (100%) rename {img => static/img}/speed-white-left.png (100%) rename {img => static/img}/speed-white-right.png (100%) rename {img => static/img}/student-icon.svg (100%) rename {img => static/img}/student-img.png (100%) rename {img => static/img}/student-title.png (100%) rename {img => static/img}/train-icon.png (100%) rename {img => static/img}/works-bj1.png (100%) rename {img => static/img}/works-bj2.png (100%) rename {img => static/img}/works-line-1.svg (100%) rename {img => static/img}/works-line-2.svg (100%) rename {img => static/img}/works-line-3.svg (100%) rename {img => static/img}/works-line-4.svg (100%) rename {img => static/img}/works-line-5.svg (100%) rename {img => static/img}/works-line-6.svg (100%) rename {img => static/img}/works-title-bj.svg (100%) rename {img => static/img}/works-title.png (100%) rename {js => static/js}/artplayer.js (100%) rename {js => static/js}/index.js (54%) rename {js => static/js}/vue.global.js (100%) rename {mp3 => static/mp3}/1.MP3 (100%) diff --git a/1.html b/1.html deleted file mode 100644 index 3a2d6e3..0000000 --- a/1.html +++ /dev/null @@ -1,104 +0,0 @@ - - -
- -