feat: 新增加载动画

This commit is contained in:
duanshuwen
2025-12-19 22:48:28 +08:00
parent 0d6ffdef83
commit 4b4e955b17
11 changed files with 59 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'vite';
import { resolve } from "path";
import { defineConfig } from 'vite'
import { resolve } from 'node:path'
// https://vitejs.dev/config
export default defineConfig({