- 09 Mar, 2026 18 commits
-
-
shaw authored
-
shaw authored
-
Wesley Liddick authored
fix(billing): 修复 OpenAI fast 档位计费并补齐展示
-
shaw authored
-
yangjianbo authored
- 打通 service_tier 在 OpenAI HTTP、WS、passthrough 与 usage 记录中的传递 - 修正 priority/flex 计费逻辑,并将 fast 归一化为 priority - 在用户端和管理端补齐服务档位与计费明细展示 - 补齐前后端测试,并修复 WS 限流信号重复持久化导致的全量回归失败 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
shaw authored
-
Wesley Liddick authored
fix(openai): remove misplaced passthrough check from isModelSupportedByAccount
-
Wesley Liddick authored
feat(frontend): 为后台账号管理和 IP 管理增加拖筐选中能力
-
Wesley Liddick authored
fix: increase SSE scanner max line size from 40MB to 500MB
-
Wesley Liddick authored
chore: bump Antigravity user agent version to 1.20.4
-
Wesley Liddick authored
[Fix] Fix issue #851
-
erio authored
-
erio authored
-
erio authored
The viper config default (config.go) was overriding the constant in gateway_service.go. Both must be updated to take effect.
-
erio authored
4K image base64 data can exceed 40MB limit, causing "bufio.Scanner: token too long" errors. Scanner is adaptive (starts at 64KB, grows as needed), so increasing the cap has no impact on normal responses.
-
Wesley Liddick authored
支持 API Key 上游池模式的同账号重试次数配置与自定义错误策略
-
Wesley Liddick authored
feat(admin): 支持定时测试自动恢复并统一账号恢复入口
-
shaw authored
-
- 08 Mar, 2026 16 commits
-
-
Wesley Liddick authored
feat(frontend): add API Key quota progress bars to usage window
-
erio authored
Display daily/weekly/total quota utilization as progress bars in the usage window column for API Key accounts, providing visual feedback consistent with other account types (OAuth/Gemini). - Daily quota: "1d" label with reset countdown - Weekly quota: "7d" label with reset countdown - Total quota: "total" label (no reset)
-
时雨遥 authored
Co-authored-by:Copilot <175728472+Copilot@users.noreply.github.com>
-
时雨遥 authored
Co-authored-by:Copilot <175728472+Copilot@users.noreply.github.com>
-
Elysia authored
-
erio authored
Squash of all swipe-select commits for clean rebase.
-
Elysia authored
-
Wesley Liddick authored
feat(ui): 使用记录页面点击用户邮箱可查看用户信息和充值记录
-
Wesley Liddick authored
feat(ui): 优化分组选择器、交互体验和样式遮挡体验问题
-
Wesley Liddick authored
fix: 修复 OpenAI WS 用量窗口刷新与限额状态不同步
-
Wesley Liddick authored
feat(account): 为 API Key 账号新增日/周周期性配额限制
-
Wesley Liddick authored
fix: 简易模式仅提升管理员默认并发到 30
-
bayma888 authored
- UsageTable 用户邮箱改为可点击链接,点击弹出余额变动记录 - 复用 UserBalanceHistoryModal 组件,通过 getById API 获取完整用户信息 - 新增 hideActions prop 隐藏充值/退款按钮(Usage 页面仅查看) - i18n: 新增 clickToViewBalance、failedToLoadUser 词条 (en/zh)
-
bayma888 authored
- 分组下拉添加搜索框,支持按名称/描述快速筛选 - 新建/编辑密钥弹窗的分组选择也支持搜索 - 智能弹出方向:底部空间不足时自动向上弹出 - 倍率独立为平台配色的圆角标签,更醒目 - 分组名称加粗,名称与描述之间增加间距 - 分组选项之间添加分隔线,视觉更清晰 - 切换图标旁增加"选择分组"文字提示 - 下拉宽度自适应内容长度 - i18n: 新增 searchGroup、noGroupFound 词条 (en/zh)
-
bayma888 authored
- Increase Select dropdown max-width from 320px to 480px for better content display - Change KeysView group selector from fixed 256px to adaptive 280-480px width - Make group switch icon always visible (60% opacity, 100% on hover) - Allow group description to wrap to 2 lines instead of truncating - Improve user experience for group selection in API keys page
-
kyx236 authored
-
- 07 Mar, 2026 6 commits
-
-
kyx236 authored
-
kyx236 authored
- 为定时测试计划增加 auto_recover 配置,补齐前后端类型、接口、仓储与数据库迁移 - 在定时测试成功后自动恢复账号 error、rate-limit 等可恢复运行时状态 - 新增 /admin/accounts/:id/recover-state 接口,合并原有重置状态与清限流操作 - 更新账号管理菜单与定时测试面板,补充自动恢复开关、说明提示和状态展示 - 补充账号恢复、限流清理与仓储同步相关测试
-
神乐 authored
-
erio authored
Show a semi-transparent blue rectangle overlay while dragging to select rows, matching the project's primary color theme with dark mode support. The box spans the full table width from drag start to current mouse position. Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
erio authored
-
神乐 authored
-