Commit Graph
4 Commits
Author SHA1 Message Date
yuez 4adda19b72 fix: correct invalid CSS nesting for plan-tag dark rule, bump page version v0.2.0
- Split malformed ':root[data-theme=dark] .plan-tag, @media {...}'
  selector list into two valid rules (attribute rule + media rule)
- Bump version-tag displayed on quota page to v0.2.0
2026-09-04 14:25:08 +08:00
yuez dc6c2d18b3 feat: add subscription plan inference and Management Center theme sync 2026-09-04 14:22:56 +08:00
yuez 688a7f395f feat: derive monthly (billing period) usage window
- Add FetchUsageSummaryRaw calling /internal/usage/summary which returns
  billing-period totals (periodBasis=billing-period)
- Derive monthly window: used=totalMonthlyCredits, cap=totalMonthlyCredits
  + monthlyCredits remaining (≈ plan monthly total), remaining=monthlyCredits
- Add monthly card to quota resource page (HTML + JS rendering)
- Skip monthly card when summary unavailable
2026-09-04 14:13:08 +08:00
yuez 4ce221c22a feat: initial implementation of CLIProxyAPI Command Code plugin (stage 1) 2026-09-04 10:39:04 +08:00