chore: sync local changes (2026-03-12)

This commit is contained in:
2026-03-12 18:58:53 +08:00
parent 74f15c282e
commit d861a9937b
38 changed files with 3570 additions and 2926 deletions

View File

@@ -5,9 +5,11 @@
"type": "module",
"scripts": {
"dev": "vite",
"dev:local": "vite --host 0.0.0.0 --port 5173 --strictPort",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"preview:local": "vite preview --host 0.0.0.0 --port 4173 --strictPort"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",