all - #699
Open
danxing01 wants to merge 776 commits into
Open
Conversation
feat: 添加 R2/S3 渠道容量限制功能
- 新增 Discord API 封装类 (discordAPI.js) - 支持 Discord 文件上传(10MB 限制,超过自动切换其他渠道) - 支持 Discord 文件读取和代理 URL(国内访问) - 前端添加 Discord 渠道配置 UI(负载均衡、表单验证) - 支持环境变量配置:DISCORD_BOT_TOKEN, DISCORD_CHANNEL_ID, DISCORD_PROXY_URL - 修复 sysConfig.js 中 Discord 渠道过滤
- 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
…l server port Co-authored-by: MarSeventh <108160987+MarSeventh@users.noreply.github.com>
Co-authored-by: MarSeventh <108160987+MarSeventh@users.noreply.github.com>
…gic; fix folder delete/move body consumption bug Co-authored-by: MarSeventh <108160987+MarSeventh@users.noreply.github.com>
Co-authored-by: MarSeventh <108160987+MarSeventh@users.noreply.github.com>
…image Co-authored-by: MarSeventh <108160987+MarSeventh@users.noreply.github.com>
Co-authored-by: MarSeventh <108160987+MarSeventh@users.noreply.github.com>
前端优化上传目录选择器体验#30的构建产物
…cker-deployment-architecture Fix url.origin-based logic in Docker mode: replace URL rewrite with fetch interceptor
- Add getConnInfo to inject client real IP into x-real-ip header in Docker/Node.js environment (where cf-connecting-ip is unavailable) - Strip IPv6-mapped IPv4 prefix (::ffff:) for clean IP values - Add .claude/ to .gitignore
- 新增 tokenExpiration.js 工具模块(过期判定、自动删除过滤) - apiTokens.js 支持 expiresAt/autoDelete 字段的创建、更新、自动清理 - 新增 getTokenData 导出函数 - tokenValidator.js 增加过期检查逻辑
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.