mxl2498/dsh-balance1

@dsh-external/余额悬浮球

DSH Web 余额悬浮球插件,在界面上悬浮显示 DeepSeek 账户余额,支持点击直达官网充值页,并提供低余额红色告警。

AI 分析

核心用途是直观监控 DeepSeek 账户余额并便捷充值。适合频繁使用 DeepSeek 接口、需要防止因余额不足导致任务中断的 DSH Web 用户。

包名
@dsh-external/余额悬浮球
版本
0.1.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mxl2498/dsh-balance

配置

cordis.patch.yml(本包自带,可被 profile 的 patch 覆盖)中调整:

配置项默认值说明
cacheSeconds60服务端余额缓存秒数
topUpUrlhttps://platform.deepseek.com/top_up充值页地址
enabledtrue是否启用悬浮球
refreshSeconds60客户端自动刷新间隔秒数
lowBalanceThreshold5余额低于该值(CNY)时红色告警
positionbottom-right默认悬浮位置(bottom-right / top-right / bottom-left / top-left