feat: 更新组件样式和结构,优化函数式组件展示
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m14s
/ depcheck (push) Successful in 1m10s
/ playwright (push) Failing after 2m57s

This commit is contained in:
严浩
2024-12-27 15:02:29 +08:00
parent 6b6e313195
commit eff30bd6c0
2 changed files with 24 additions and 27 deletions

View File

@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.eslint": "never",
"source.organizeImports": "never",
"source.fixAll.oxc": "explicit"
},