使用openai进行了代码review

This commit is contained in:
2026-02-24 11:33:08 +08:00
parent 9efdf060f5
commit 0c97f02e51
32 changed files with 1499 additions and 969 deletions
+3 -2
View File
@@ -6,7 +6,8 @@
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"check": "npm run lint -- --max-warnings=0 && npx tsc --noEmit"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@@ -69,4 +70,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}