kongkongyo
879112d856
Merge upstream/main: 同步上游更新,解决 OAuthPage 冲突
...
合并上游 main 分支,包含俄语国际化、Kimi OAuth、UI 重构、
类型安全加固等更新。保留本地 Kiro OAuth 功能,同时引入
上游新增的类型安全工具函数。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 21:28:21 +08:00
LTbinglingfeng
6c2cd761ba
refactor(core): harden API parsing and improve type safety
2026-02-08 09:42:00 +08:00
LTbinglingfeng
e053854544
feat(system): redesign system info page and move request-log controls from layout footer
2026-02-07 12:03:40 +08:00
LTbinglingfeng
385117d01a
fix(i18n): switch language via popover menu and complete Russian Kimi translations
2026-02-07 01:13:11 +08:00
LTbinglingfeng
700bff1d03
fix(i18n): harden language switching and enforce language list consistency
2026-02-07 00:43:36 +08:00
Chebotov Nickolay
50ab96c3ed
feat: add language dropdown
2026-02-06 15:20:25 +03:00
kongkongyo
e2afc17f22
feat: 同步上游更新 - 可视化配置编辑器与导航重构
...
- feat(config): 添加可视化配置编辑器和 YAML 处理
- feat(i18n): 可视化配置编辑器国际化支持
- feat(logs): 优化日志加载,支持自动预加载
- feat(ui): API 使用统计显示成功/失败状态
- feat(ui): Payload 规则编辑器空状态显示
- refactor(nav): Config Panel 导航重构,移除 Settings/API Keys 页面
- fix(ui): Config Panel 操作栏居中,ProviderNav 移至底部
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-06 14:20:16 +08:00
LTbinglingfeng
f53d333198
fix(ui): center Config Panel action bar and move ProviderNav to bottom
2026-02-06 03:13:13 +08:00
LTbinglingfeng
adcf0b6582
refactor(nav): move Config Panel and remove Settings/API Keys pages
2026-02-06 02:47:37 +08:00
kongkongyo
c4642444ef
Merge pull request #12 from router-for-me/main
...
sync: merge upstream router-for-me/Cli-Proxy-API-Management-Center
主要更新:
- 登录页面重新设计(分屏布局 + 自动登录 UI)
- AI 提供商编辑改为独立页面(替代弹窗模式)
- 新增浮动导航侧边栏,支持快速跳转
- OAuth 模型别名和排除模型编辑页面
- 新增多个模型图标(Codex、DeepSeek、GLM、Grok、Kimi、MiniMax)
- 页面过渡动画优化,防止空白闪烁
- 日志页面新增原始日志显示开关
- 移动端响应式布局优化
- 配额管理新增认证类型统计
冲突解决:
- src/stores/index.ts: 保留本地 useDisabledModelsStore 和 PR 的 useOpenAIEditDraftStore
- src/pages/AiProvidersPage.tsx: 采用 PR 版本(页面导航重构)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-02 21:38:04 +08:00
LTbinglingfeng
5c85df486e
feat: replace AI provider modals with dedicated edit pages
2026-01-30 01:30:36 +08:00
LTbinglingfeng
8148851a06
feat: add OAuth model alias editing page and routing
2026-01-29 02:21:04 +08:00
kongkongyo
e4850656a5
feat: 增强文档和监控功能
...
主要更新:
- 完善 README 文档,新增中文详细使用说明与监控中心介绍
- 优化 README.md 文档内容和格式,增加英文和中文文档切换链接
- 新增监控中心模块,支持请求日志、统计分析和模型管理
- 增强 AI 提供商配置页面,添加配置搜索功能
- 更新 .gitignore,移除无效注释和调整条目名称
- 删除 README_CN.md 文件,统一文档结构
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-19 00:58:48 +08:00
LTbinglingfeng
db376c7504
fix(layout): wire header refresh to page loaders and quota config refresh
2026-01-03 01:40:54 +08:00
LTbinglingfeng
7ce97a616f
fix(transition): preserve scroll position during page animations
2026-01-02 00:29:42 +08:00
LTbinglingfeng
946ed36af0
feat(router): add GSAP page transition animations
2026-01-02 00:01:25 +08:00
Supra4E8C
49b9259452
feat(quota): add quota page and update i18n
2025-12-30 14:13:04 +08:00
Supra4E8C
3cffa19319
fix(footer): prevent copying management center version text
2025-12-28 00:03:16 +08:00
Supra4E8C
03bf58671e
fix(logs): improve responsive layout for logs page on mobile and small screens
2025-12-27 17:07:31 +08:00
Supra4E8C
0b2e6efe28
fix(logs): keep log panel scroll within viewport
2025-12-27 14:42:10 +08:00
XYenon
961cc802b2
fix: address PR review feedback
...
- Use unique ID prefix for clipPath to avoid duplicate ID issues
- Add cleanup function to initializeTheme to prevent memory leak
- Change tooltip to show action description instead of current theme name
2025-12-24 00:18:44 +08:00
XYenon
5f7df33469
feat: add auto theme mode (follow system preference)
...
- Add 'auto' to Theme type
- Implement cycleTheme (light -> dark -> auto)
- Add autoTheme icon (sun with half-filled center)
- Listen to system theme changes in auto mode
Also includes some Prettier formatting fixes.
2025-12-24 00:02:59 +08:00
Supra4E8C
94962158ef
feat(settings): move request logging toggle behind hidden entry
2025-12-22 22:41:50 +08:00
Supra4E8C
a9df58cba7
feat(dashboard): add dashboard page with stats and splash screen
2025-12-21 16:05:09 +08:00
Supra4E8C
8d606aa456
fix(ui): optimize mobile layout for header and settings page
2025-12-15 18:53:03 +08:00
Supra4E8C
f17329b0ff
feat(layout): add logout button to header
...
Add a logout icon and button to the main layout header,
allowing users to log out directly from the navigation bar.
2025-12-15 01:37:21 +08:00
Supra4E8C
a7b77ffa25
feat:update icon
2025-12-13 00:51:01 +08:00
Supra4E8C
7c0a2280a4
feat: implement versioning system by extracting version from environment, git tags, or package.json, and display app version in MainLayout; enhance ConfigPage with search functionality and CodeMirror integration for YAML editing
2025-12-12 19:10:09 +08:00
Supra4E8C
2a57055f81
feat: introduce ModelInputList component for managing model entries in AiProvidersPage, enhance MainLayout with header action icons, and improve styling for success and failure statistics across pages
2025-12-12 17:58:23 +08:00
Supra4E8C
defa633f92
refactor: remove isLocalhost check from MainLayout, update UsagePage styles for improved layout and spacing, and adjust layout.scss for better sidebar toggle appearance
2025-12-10 23:49:01 +08:00
Supra4E8C
841dfa8a61
feat: add INLINE_LOGO_JPEG to MainLayout for branding, enhance layout styles in UsagePage for improved spacing and responsiveness, and update layout.scss for better logo handling and alignment
2025-12-10 22:56:47 +08:00
Supra4E8C
c71af9a8a5
feat: enhance MainLayout with header height management using useLayoutEffect, improve AiProvidersPage by removing priority field, and update UsagePage with dynamic stats cards and sparkline charts for better data visualization
2025-12-10 01:42:21 +08:00
Supra4E8C
18b1adb4e2
feat: enhance MainLayout with brand name expansion feature, sidebar toggle improvements, and responsive design adjustments for better user experience
2025-12-09 19:04:40 +08:00
Supra4E8C
5d5334afb1
refactor: remove README and REFACTOR_PROGRESS files; enhance MainLayout with sidebar icons and improved navigation item display
2025-12-09 01:46:58 +08:00
Supra4E8C
2ca662e971
refactor: update button styles and layout in MainLayout for improved UI consistency and accessibility
2025-12-09 01:05:56 +08:00
Supra4E8C
e417d3c771
feat: refactor MainLayout component to implement sidebar collapse functionality, enhance navigation item display, and improve layout responsiveness
2025-12-09 00:59:40 +08:00
Supra4E8C
450964fb1a
feat: initialize new React application structure with TypeScript, ESLint, and Prettier configurations, while removing legacy files and adding new components and pages for enhanced functionality
2025-12-07 11:32:31 +08:00