chore: 更新项目配置并添加 p5.js 粒子演示

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
}