Commit Graph
24 Commits
Author SHA1 Message Date
sean908 797f63b00a Feat: Add tag management system
- Add tag CRUD APIs (single file and batch operations)
  - Add tag autocomplete endpoint
  - Add tag search support in file listing
  - Update database schema with tags column
  - Add tag validation and normalization utilities
  - Initialize Tags:[] for all new uploads
2025-10-10 14:43:11 +08:00
MarSeventh 1ca13a474b Opt:优化大文件上传稳定性 2025-08-24 15:07:11 +08:00
MarSeventh 00dd483678 Opt:优化大文件上传稳定性 2025-08-24 12:01:33 +08:00
MarSeventh 567cda2312 Feat:适配D1数据库 2025-08-22 18:20:10 +08:00
初衷 50c87b1601 feat:同步代码 2025-08-20 08:53:33 +08:00
初衷 d2c05adf1b fix:批量修复env.img_url转为getDatabase 2025-08-14 09:23:03 +08:00
初衷 7237bcac28 fix:修复问题
修复了所有直接访问`env.img_url.get`的地方
 添加了数据库未配置时的降级处理
 2. upload/index.js
- 修复了3处直接使用`env.img_url.put`的地方
- 现在都使用`getDatabase(env)`和数据库适配器

 3. 错误处理改进
- 数据库未配置时提供合理的默认行为
- 避免了undefined访问导致的500错误
2025-08-14 08:47:02 +08:00
初衷 dbea752676 fix:所有模块导入/导出的兼容性问题 2025-08-13 19:09:01 +08:00
初衷 d3291b82f8 fix:修复更多兼容方法 2025-08-13 17:56:34 +08:00
MarSeventh 25446b295c Opt:优化中间件架构 2025-08-13 16:33:32 +08:00
初衷 e901a08af9 feat:现有的 KV 存储数据迁移到 D1 数据库 2025-08-13 16:26:04 +08:00
MarSeventh bab8dd35a6 Feat:支持备份和恢复;支持APIToken鉴权;支持指定部分默认上传设置 2025-07-31 16:22:25 +08:00
MarSeventh 088c0e6c06 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-28 22:28:12 +08:00
MarSeventh d27a8c4ac1 Opt:优化大文件上传成功率 2025-07-26 16:20:01 +08:00
MarSeventh b2239a77c4 Opt:优化大文件上传成功率 2025-07-26 13:49:32 +08:00
MarSeventh fe48728c5e Opt:优化大文件上传成功率 2025-07-26 13:31:49 +08:00
MarSeventh ece950427f Opt:优化大文件上传稳定性 2025-07-21 22:40:38 +08:00
MarSeventh 5d35d3c73e Opt:优化大文件上传稳定性 2025-07-21 21:08:11 +08:00
MarSeventh c03fb067c7 Opt:优化大文件上传稳定性 2025-07-21 20:40:02 +08:00
MarSeventh f1689767e3 Opt:代码整合优化 2025-07-21 13:39:14 +08:00
MarSeventh 348d845551 优化大文件上传 2025-07-17 22:34:52 +08:00
MarSeventh 9b2a4fac37 Opt:优化大文件上传 2025-07-17 21:50:42 +08:00
MarSeventh 22f777b988 Opt:优化大文件上传 2025-07-17 21:43:24 +08:00
MarSeventh ece3685546 Opt:优化大文件上传 2025-07-17 20:13:18 +08:00