feat: midterm shit done

This commit is contained in:
Tony Yang
2025-04-15 03:59:33 +08:00
parent f093df29a1
commit f7ee02586b
34 changed files with 1460 additions and 197 deletions
+5 -1
View File
@@ -6,12 +6,16 @@
"scripts": {
"dev": "vite --host",
"build": "vite build",
"watch": "vite build --watch --mode development",
"preview": "vite preview",
"pages:dev": "wrangler pages dev --proxy 5173 -- npm run dev",
"pages:dev": "wrangler pages dev --proxy 5173",
"pages:deploy": "wrangler pages deploy dist",
"deploy": "npm run build && npm run pages:deploy"
},
"dependencies": {
"file-type": "^20.4.1",
"jose": "^6.0.10",
"pinia": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},