Master lsf#125
Merged
lich0821 merged 2 commits intolich0821:masterfrom Apr 21, 2026
Merged
Conversation
添加端点解析器功能,允许客户端通过以下方式指定端点: - HTTP 头部:X-CCN-Endpoint 或 X-Endpoint-Name - 特殊模型名格式:@endpoint-name/model-name - 查询参数:?endpoint=name 优先级:HTTP 头部 > 特殊模型名 > 查询参数 > 默认轮询 docs: 添加项目文档和更新 gitignore - 添加 CLAUDE.md 项目指南文档,包含项目概述、开发命令、架构说明 - 更新 .gitignore 忽略 cmd/server/ccnexus/ 构建目录 docker容器配置修改 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 创建 i18n 国际化系统 (ui/js/utils/i18n.js) - 添加中文翻译文件 (ui/js/i18n/zh-CN.js) - 添加英文翻译文件 (ui/js/i18n/en.js) - 在侧边栏添加语言切换按钮 (默认显示中文) - 支持语言切换时自动重新渲染页面 - 语言选择持久化到 localStorage - 更新所有组件支持国际化:Dashboard、Endpoints、Statistics、Testing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.