Skip to content

Releases: oxgbl/dsh-deepseek-price

Release list

v0.1.0

Choose a tag to compare

@oxgbl oxgbl released this 21 Aug 12:18

dsh-deepseek-price v0.1.0

DeepSeek Harness 插件:显示 DeepSeek API 定价时段(高峰 / 空闲)与价格表。

功能

  • 侧边栏实时徽标:高峰(琥珀色圆点)/ 空闲(绿色圆点),每 10 秒自动刷新
  • 距半价倒计时:高峰时段徽标直接显示「距半价 X小时Y分」
  • 点击详情面板:点击徽标弹出面板,显示当前时段、距半价倒计时、完整价格表与官方文档链接
  • /price 命令:在会话中输出当前时段、距半价时段的时间、下次切换时间与官方价格表

时段规则(北京时间)

  • 高峰时段:09:00–12:00、14:00–18:00(价格全额)
  • 空闲时段:其余时间(价格为高峰的一半)

安装

在 profile 的用户补丁文件(~/.dsh/profiles/desktop/cordis.patch.ymlweb/cordis.patch.yml)中加入 loader entry:

- insert:
    - id: deepseek-price
      name: dsh-deepseek-price

详见 README