mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 07:35:56 +03:00
[PR #26] [CLOSED] Add other changes #68
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#68
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/26
Author: @neutrobox
Created: 12/19/2025
Status: ❌ Closed
Base:
main← Head:add-other-changes📝 Commits (10+)
6df1b22feat(auth): add GitHub Copilot and Kiro OAuth support9e419c1refactor(auth): fix hardcoded translation keys and consolidate OAuthProvider type6b1f75aMerge pull request #1 from davidyusaku-13/feat/add-github-copilot-kiro-oauthadc71d6feat: add Antigravity quota display in auth files page476bc19Merge remote-tracking branch 'upstream/main'3763114feat: simplify quota display by merging shared quotas934e2f1fix: simplify quota modal title12d6c1ffix: filter out chat_ models and Other category from quota display1f38b40Merge upstream: remote OAuth callback, usage optimization25ddd56Merge branch 'main' of https://github.com/Zhang161215/Cli-Proxy-API-Management-Center into add-other-changes📊 Changes
14 files changed (+1739 additions, -20 deletions)
View changed files
📝
.gitignore(+2 -0)📝
src/components/ui/icons.tsx(+18 -0)📝
src/i18n/locales/en.json(+22 -0)📝
src/i18n/locales/zh-CN.json(+22 -0)📝
src/pages/AuthFilesPage.module.scss(+112 -0)📝
src/pages/AuthFilesPage.tsx(+151 -1)📝
src/pages/OAuthPage.tsx(+11 -9)➕
src/pages/OAuthPage_BACKUP_729.tsx(+403 -0)➕
src/pages/OAuthPage_BASE_729.tsx(+291 -0)➕
src/pages/OAuthPage_LOCAL_729.tsx(+377 -0)➕
src/pages/OAuthPage_REMOTE_729.tsx(+293 -0)📝
src/services/api/authFiles.ts(+22 -0)📝
src/services/api/oauth.ts(+13 -2)📝
src/types/oauth.ts(+2 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.