feat: add dark mode support with theme toggle

This commit is contained in:
张翔
2026-02-13 15:17:42 +08:00
parent 34c96c119d
commit 8175c2f035
8 changed files with 1761 additions and 241 deletions
+1
View File
@@ -9,6 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.16",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"next": "16.1.6",