Commit Graph
25 Commits
Author SHA1 Message Date
axibayuit 2df7e1ebea feat: add HuggingFace storage channel support
- Add HuggingFace API wrapper class (huggingfaceAPI.js)
- Support upload, download, delete operations via HuggingFace Hub API
- Support public repos (unlimited storage) and private repos (100GB limit)
- Private repos: server proxies requests with Authorization header
- Auto-create repo if not exists (with write token)
- Add HuggingFace to auto-retry channel list
- Environment variables: HF_TOKEN, HF_REPO, HF_PRIVATE
- Support load balancing for multiple HuggingFace channels
2025-12-30 17:46:11 +08:00
axibayuit e0a95c439e fix: Discord 渠道配置添加 isNitro 字段持久化支持 2025-12-30 15:44:30 +08:00
axibayuit 9a0ab93790 feat: 添加 Discord 渠道支持
- 新增 Discord API 封装类 (discordAPI.js)
- 支持 Discord 文件上传(10MB 限制,超过自动切换其他渠道)
- 支持 Discord 文件读取和代理 URL(国内访问)
- 前端添加 Discord 渠道配置 UI(负载均衡、表单验证)
- 支持环境变量配置:DISCORD_BOT_TOKEN, DISCORD_CHANNEL_ID, DISCORD_PROXY_URL
- 修复 sysConfig.js 中 Discord 渠道过滤
2025-12-30 15:08:19 +08:00
axibayuit b20c32ab68 fix: preserve quota config for env-based channels 2025-12-29 20:37:34 +08:00
MarSeventh 0d722b97bd Feat:移除官方图像审查渠道 2025-12-18 19:08:55 +08:00
MarSeventh 60ce831698 Bug:修复移动文件时的路径错误 2025-11-27 00:42:11 +08:00
MarSeventh 19856a0e87 Bug:修复APITokens保存失效问题 2025-09-15 22:58:08 +08:00
MarSeventh f54f0ea3e1 Feat:支持WebDAV功能 2025-08-28 16:56:14 +08:00
MarSeventh 567cda2312 Feat:适配D1数据库 2025-08-22 18:20:10 +08:00
初衷 45f89f871c fix:优化备份和恢复功能 2025-08-14 14:36:39 +08:00
初衷 55315b778e debug:调试恢复功能和登录功能 2025-08-13 21:33:06 +08:00
初衷 dbea752676 fix:所有模块导入/导出的兼容性问题 2025-08-13 19:09:01 +08:00
初衷 a49c1b75a3 fix:语法兼容性修复 2025-08-13 18:12:11 +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 aa442b5c76 支持大文件分片上传 2025-07-13 23:54:02 +08:00
MarSeventh be81a8b170 优化部分页面显示效果;登录密码增加有效性检查 2025-06-27 21:06:24 +08:00
MarSeventh 2520cf4f8e Feat:支持全局搜索;支持自定义后台登录页背景图;多项体验优化 2025-06-26 19:23:26 +08:00
MarSeventh 6abed34d85 Bug:修改管理端密码后前端缓存问题 2025-06-26 10:58:28 +08:00
MarSeventh fa2dc202ac Bug:白名单设置不生效 2025-06-25 14:51:42 +08:00
MarSeventh 132cb96040 Feat:支持nsfwjs审查渠道 2025-06-22 22:50:24 +08:00
MarSeventh 7624899599 Feat:S3渠道支持路径风格;代码风格优化 2025-06-19 15:23:29 +08:00
MarSeventh 53abe019cc 优化显示效果;支持公告功能 2025-05-23 19:02:16 +08:00
MarSeventh 5d0ddb58d3 随机图API支持目录权限控制
对于随机图API,可以指定仅开放部分目录,避免隐私泄露风险
2025-03-08 21:22:39 +08:00
MarSeventh 1ea5e16634 v2beta 2025-02-06 18:18:39 +08:00