chore: 更新项目配置并添加 p5.js 粒子演示
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m27s
/ surge (push) Successful in 2m54s
/ playwright (push) Successful in 1m3s
/ lint-build-and-check (push) Successful in 4m51s

This commit is contained in:
mini2024
2025-04-06 21:35:58 +08:00
parent aecfd22055
commit 9e8affc52d
10 changed files with 148 additions and 8 deletions

View File

@ -30,7 +30,8 @@
"source.fixAll.eslint": "never",
"source.fixAll.stylelint": "never",
"source.fixAll.oxc": "never",
"source.organizeImports": "never"
"source.organizeImports": "never",
"source.fixAll": "never"
},
"editor.formatOnSave": false
}