feat: 添加前端页面处理和静态资源支持

- 移除测试端点,添加前端页面处理逻辑
- 实现静态资源处理功能
- 添加SPA路由支持,所有未匹配路径返回前端页面
- 更新依赖,添加@cloudflare/kv-asset-handler
This commit is contained in:
2025-10-08 16:15:24 +08:00
parent 1147cd270b
commit 0faea53617
20 changed files with 2578 additions and 45 deletions

View File

@@ -18,6 +18,7 @@
"changelog": "conventional-changelog -p jquery -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.4.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"fflate": "^0.8.2",