overact/dsh-peak-indicator0

dsh-peak-indicator

用于 DSH 网页 GUI 的 DeepSeek 高峰/非高峰时段指示器(实时状态、时区自动检测、倒计时、SVG 图标、折扣计划)。

AI 分析

核心用途是实时提示 DeepSeek API 的峰谷电价时段并提供半价倒计时。适合希望通过避开高峰期以节省 API 费用的用户。支持时区自动检测与侧边栏实时显示。

包名
dsh-peak-indicator
版本
0.1.1
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:overact/dsh-peak-indicator

🚀 Installation & Profile Configuration

1. In ~/.dsh/profiles/web/package.json

Add the dependency:

{
  "dependencies": {
    "dsh-peak-indicator": "link:/path/to/dsh-peak-indicator"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-base",
        "@deepseek-ai/dsh-web-app",
        "dsh-peak-indicator"
      ]
    }
  }
}

2. Auto-Mounting via cordis.patch.yml

The plugin provides its own bundle patch declaration, which is automatically merged into the profile roster upon launch.