mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
问题描述: - 创建 API Key 时,专属账号下拉框中没有显示任何账号选项 - 原因是前端代码使用了错误的过滤条件 `a.isDedicated` 解决方案: - 将过滤条件修改为 `a.accountType === 'dedicated'` - 后端返回的账号对象使用 `accountType` 属性(值为 'shared' 或 'dedicated') 其他修改: - 更新 package.json 中的 build:web 和 install:web 脚本路径 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>