test sprite animate , series file , zip

This commit is contained in:
NekoVari 2024-12-17 00:04:55 +07:00
parent 5391b2606c
commit cad7c8f84e
9 changed files with 269 additions and 2 deletions

View file

@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
assetsInclude: ['**/*.zip'],
})