mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 07:35:56 +03:00
[GH-ISSUE #52] Antigravity 额度显示错误 #26
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#26
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?
Originally created by @uzhao on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/issues/52
对于pro账户显示是正确的,但是免费账户可以看到usage,但额度显示始终为100%
@LTbinglingfeng commented on GitHub (Jan 11, 2026):
数据是谷歌返回的 我手头没有免费号 只能说可能是谷歌的问题 我们只对谷歌的返回进行了显示
@uzhao commented on GitHub (Jan 11, 2026):
看了下请求的数据确实raw的就不对. 反重力里面显示是正确的, 但是用mitmproxy看连接内容又会被屏蔽.
@uzhao commented on GitHub (Jan 12, 2026):
请求quota的时候缺少了账户使用的project id所以返回的内容不对, 不知道为什么付费的没这个问题. 不敢说一定是这个问题,但是别的地方似乎是没有明显区别.
lbjlaq/Antigravity-Manager https://deepwiki.com/search/quotagoogleapi_288dc4f1-e0e7-47af-a7c2-913828163e7b?mode=fast
@LTbinglingfeng commented on GitHub (Jan 13, 2026):
感谢反馈 后续测试
@LTbinglingfeng commented on GitHub (Jan 14, 2026):
已在 v1.2.18 修复