chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:25 +08:00
parent ea07531243
commit 5c44179c2c
50 changed files with 6892 additions and 869 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"deploy": "npm run build && wrangler deploy",
"deploy": "npm run build && wrangler deploy --config wrangler.json",
"cf-typegen": "wrangler types",
"secret:admin": "wrangler secret put ADMIN_TOKEN",
"lint": "eslint .",
@@ -14,6 +14,7 @@
},
"dependencies": {
"hono": "^4.12.19",
"lxgw-wenkai-webfont": "^1.7.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.15.1"
@@ -33,6 +34,7 @@
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12",
"vite-plugin-pwa": "^1.3.0",
"wrangler": "^4.92.0"
}
}