mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 07:35:56 +03:00
[PR #102] [MERGED] feat(ai-providers): 优化 OpenAI 编辑页 UI,支持批量与按 Key 单独测试模型连通性 #105
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/102
Author: @moxi000
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @LTbinglingfeng
Base:
dev← Head:feat/openai-ui-ux-optimization📝 Commits (4)
c726fbcfeat(ai-providers): 优化 OpenAI 编辑页 UI 交互与对齐0089d4achore: 同步 package-lock 以匹配依赖变更2cf1e23fix(ai-providers): 修复 OpenAI 密钥测试状态与共享样式回归ab6a1a4fix(ai-providers): 统一 OpenAI key 表头与内容居中对齐📊 Changes
15 files changed (+896 additions, -249 deletions)
View changed files
📝
package-lock.json(+5 -33)📝
src/components/ui/HeaderInputList.tsx(+7 -3)📝
src/components/ui/ModelInputList.tsx(+38 -12)📝
src/i18n/locales/en.json(+11 -2)📝
src/i18n/locales/ru.json(+11 -2)📝
src/i18n/locales/zh-CN.json(+11 -2)📝
src/pages/AiProvidersAmpcodeEditPage.tsx(+2 -0)📝
src/pages/AiProvidersClaudeEditPage.tsx(+5 -1)📝
src/pages/AiProvidersCodexEditPage.tsx(+3 -1)📝
src/pages/AiProvidersGeminiEditPage.tsx(+3 -1)📝
src/pages/AiProvidersOpenAIEditLayout.tsx(+26 -0)📝
src/pages/AiProvidersOpenAIEditPage.tsx(+416 -178)📝
src/pages/AiProvidersPage.module.scss(+312 -13)📝
src/pages/AiProvidersVertexEditPage.tsx(+5 -1)📝
src/stores/useOpenAIEditDraftStore.ts(+41 -0)📄 Description
变更内容
验证
备注
Follow-up(审查后修复)
loading/success/error与摘要消息更新,避免状态徽章失效.item-row共享样式到上游行为,消除跨页面对齐/换行回归风险Follow-up 验证
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.