多背景轮训+淡入淡出

This commit is contained in:
2026-01-14 20:35:48 +08:00
parent f61a3bfc30
commit 37e8c7ecc4
7 changed files with 175 additions and 6 deletions

View File

@@ -66,6 +66,15 @@ export default defineConfig({
link: 'https://github.com/handsomezhuzhu'
}
]
},
vite: {
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
}
}
})