feat:增加撒花动画

This commit is contained in:
2025-11-27 16:58:46 +08:00
parent e1aae7080e
commit bda2256ea7
7 changed files with 69 additions and 41 deletions

View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ES2017",
"lib": ["ES2017", "DOM"],
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["**/*.ts", "**/*.vue"],
"exclude": ["node_modules"]
}