Commit Graph

8 Commits

Author SHA1 Message Date
158dd9e85c Refactor AI proxy error handling and remove deprecated upload and event routes
- Updated `getAiProxy` function to return a JSON response for missing objects when the user is the owner.
- Removed the `upload.ts`, `event.ts`, and related middleware files to streamline the codebase.
- Cleaned up `handle-request.ts` and `index.ts` by removing unused imports and routes.
- Deleted chunk upload handling and related utility functions to simplify resource management.
- Enhanced app manager list functionality to support app creation if not found.
2026-02-02 18:06:31 +08:00
8a633feb4f 更新依赖项,使用 Busboy 替代 formidable 处理文件上传,优化上传逻辑,改进权限检查 2025-12-21 06:41:27 +08:00
b0bd771e3d temp 2025-06-27 00:32:37 +08:00
0179fe73a3 feat: 上传资源和下载资源更新 2025-03-20 02:29:26 +08:00
9b1045d456 feat: add s1/resources/upload 2025-03-15 11:38:57 +08:00
d947043a16 config 2025-03-14 01:41:53 +08:00
3477d098b7 fix: fix错误 2025-02-26 01:59:46 +08:00
d71a574613 feat: add routes-simple 2024-11-21 23:42:07 +08:00