优化结构目录,新增部署脚本,一键上传s3 和刷新 cdn
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user