mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-24 23:25:52 +03:00
[PR #53] [CLOSED] fix(antigravity): 修复免费账户额度显示问题 #81
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#81
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/53
Author: @uzhao
Created: 1/12/2026
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (1)
890d395fix(antigravity): 修复免费账户额度显示问题📊 Changes
8 files changed (+184 additions, -3 deletions)
View changed files
📝
src/components/quota/quotaConfigs.ts(+54 -1)📝
src/i18n/locales/en.json(+2 -1)📝
src/i18n/locales/zh-CN.json(+2 -1)📝
src/types/quota.ts(+17 -0)📝
src/utils/quota/constants.ts(+4 -0)📝
src/utils/quota/index.ts(+1 -0)➕
src/utils/quota/projectIdCache.ts(+61 -0)📝
src/utils/quota/resolvers.ts(+43 -0)📄 Description
实现两步查询流程以正确获取 Antigravity 免费账户额度:
核心修改:
参考 Antigravity-Manager 项目的成熟实现方案。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.