ABccgh/dsh-account-balance ↗★ 0
dsh-account-balance
适用于 DSH Web GUI 的 DeepSeek 账户余额插件:通过认证的主机路由读取余额,并在侧边栏底部徽章中渲染。
AI 分析
核心用途是在 DSH 侧边栏底部实时显示 DeepSeek 账户的 API 余额。适合需要监控 API 消耗情况、避免因额度耗尽导致服务中断的开发者。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
apiKeyEnv | DEEPSEEK_API_KEY | Credential reference name resolved through the credentials seam on each request |
baseURL | https://api.deepseek.com | Provider base; the route appends /user/balance |
refreshSeconds | 60 | Poll period the badge uses, reported to the browser by the route |
cacheSeconds | 30 | How long one upstream read is reused across requests and tabs |
timeoutMs | 8000 | Per-request budget for the upstream call |