From b3c2e8919152b6e5602984329f90cfb6acb8b307 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 12 Oct 2023 11:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0web=E8=AF=AD=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/{xun_voice => xf_voice}/.htaccess | 0 public/{xun_voice => xf_voice}/css/base.css | 0 public/{xun_voice => xf_voice}/img/test.gif | Bin public/{xun_voice => xf_voice}/img/test.png | Bin public/{xun_voice => xf_voice}/img/voice.png | Bin public/{xun_voice => xf_voice}/index.html | 0 public/{xun_voice => xf_voice}/js/crypto-js.min.js | 0 .../{xun_voice => xf_voice}/js/transcode.worker.js | 0 public/{xun_voice => xf_voice}/js/voice.js | 0 public/{xun_voice => xf_voice}/nginx.htaccess | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename public/{xun_voice => xf_voice}/.htaccess (100%) rename public/{xun_voice => xf_voice}/css/base.css (100%) rename public/{xun_voice => xf_voice}/img/test.gif (100%) rename public/{xun_voice => xf_voice}/img/test.png (100%) rename public/{xun_voice => xf_voice}/img/voice.png (100%) rename public/{xun_voice => xf_voice}/index.html (100%) rename public/{xun_voice => xf_voice}/js/crypto-js.min.js (100%) rename public/{xun_voice => xf_voice}/js/transcode.worker.js (100%) rename public/{xun_voice => xf_voice}/js/voice.js (100%) rename public/{xun_voice => xf_voice}/nginx.htaccess (100%) diff --git a/public/xun_voice/.htaccess b/public/xf_voice/.htaccess similarity index 100% rename from public/xun_voice/.htaccess rename to public/xf_voice/.htaccess diff --git a/public/xun_voice/css/base.css b/public/xf_voice/css/base.css similarity index 100% rename from public/xun_voice/css/base.css rename to public/xf_voice/css/base.css diff --git a/public/xun_voice/img/test.gif b/public/xf_voice/img/test.gif similarity index 100% rename from public/xun_voice/img/test.gif rename to public/xf_voice/img/test.gif diff --git a/public/xun_voice/img/test.png b/public/xf_voice/img/test.png similarity index 100% rename from public/xun_voice/img/test.png rename to public/xf_voice/img/test.png diff --git a/public/xun_voice/img/voice.png b/public/xf_voice/img/voice.png similarity index 100% rename from public/xun_voice/img/voice.png rename to public/xf_voice/img/voice.png diff --git a/public/xun_voice/index.html b/public/xf_voice/index.html similarity index 100% rename from public/xun_voice/index.html rename to public/xf_voice/index.html diff --git a/public/xun_voice/js/crypto-js.min.js b/public/xf_voice/js/crypto-js.min.js similarity index 100% rename from public/xun_voice/js/crypto-js.min.js rename to public/xf_voice/js/crypto-js.min.js diff --git a/public/xun_voice/js/transcode.worker.js b/public/xf_voice/js/transcode.worker.js similarity index 100% rename from public/xun_voice/js/transcode.worker.js rename to public/xf_voice/js/transcode.worker.js diff --git a/public/xun_voice/js/voice.js b/public/xf_voice/js/voice.js similarity index 100% rename from public/xun_voice/js/voice.js rename to public/xf_voice/js/voice.js diff --git a/public/xun_voice/nginx.htaccess b/public/xf_voice/nginx.htaccess similarity index 100% rename from public/xun_voice/nginx.htaccess rename to public/xf_voice/nginx.htaccess