SeekerCodes/dsh-ui-deepseek-balance

SeekerCodes★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

README 摘要

dsh-ui-deepseek-balance A floating widget for DeepSeek Harness ( dsh ) that shows your DeepSeek account balance and the cost of the latest task in real time (auto-refresh every 30 s). 为 DeepSeek Harness (dsh) 提供的一个悬浮小组件:实时显示 DeepSeek 账户余额 与 最近一次任务的花费 (每 30 秒自动刷新)。 Features / 功能 - Floating card in the bottom-right corner (mounted on the shell.overlay slot, above every column) / 右下角悬浮卡片(挂在 shell.overlay 全局悬浮层) - Balance: total / top-up / granted / 余额(总额/充值/赠送) - Latest task cost in ¥, with total tokens / 最近任务花费(¥)与 token 总数 - The API key never leaves your machine: the host half (Node, loopback-only 127.0.0.1:3199 ) talks to DeepSeek; the browser half only fetches localhost / 密钥不出本机:host half(仅回环 127.0.0.1:3199)访问 DeepSeek,浏览器端只请求本机 - zh / en UI, auto-detected from browser language Requirements / 环境要求 - DeepSeek Harness with shell.overlay support (recent build; the npm release lags the repo — see Compatibility below) / 需支持 shell.overlay 的较新 dsh(npm 发布版落后于仓库,见下方兼容性) - DEEPSEEK API KEY env var (or an export DEEPSEEK API KEY="..." line in /.zshrc ) / 需要 DEEPSEEK API KEY 环境变量(或 /.zshrc 中的 export 行) Install / 安装 Append one row to /.dsh/profiles/web/cordis.patch.yml (your profile user patch…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类