优化结构目录,新增部署脚本,一键上传s3 和刷新 cdn

This commit is contained in:
eafonyang
2026-06-18 16:12:51 +08:00
parent e16c3ebd9d
commit 07262e91ba
38 changed files with 114 additions and 567 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ interface VUStyle {
const VU_STYLES: VUStyle[] = Array.from({ length: 16 }, (_, i) => ({
index: i,
name: `VU ${i + 1}`,
preview: `${import.meta.env.BASE_URL}vu/vu${i + 1}.png`,
preview: `${import.meta.env.BASE_URL}images/vu/vu${i + 1}.png`,
}));
export default function VUPage() {