wkscc310/dsh-client-ui-cpa-quota ↗★ 2
dsh-client-ui-cpa-quota
CliProxyAPI 额度指示器:在输入框模型名左侧显示原生风格圆环,悬停可查看各账户提供商的额度、订阅计划及状态。
AI 分析
核心用途是实时监控多渠道 API 额度。适合使用 Codex, Claude, Gemini 等多种 CPA 授权渠道,需要直观掌握各账户剩余额度的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wkscc310/dsh-client-ui-cpa-quota說明文件
閱讀完整 README ↗Optional configuration
Auto-discovery is usually enough. To pin instances or keep management keys in YAML:
- insert:
- id: ui-cpa-quota
name: dsh-client-ui-cpa-quota
config:
refreshMinutes: 5
instances:
- baseURL: https://your-cpa.example
managementKey: your-management-key
- baseURL: https://another-cpa.example/v1
managementKey: another-management-key
The browser settings card overrides YAML. refreshMinutes is clamped to at least one minute; do not commit management keys to a public repository.