rison114514/deepseek-status-monitor0

deepseek-status-monitor

DSH 对话页时段状态显示器:根据当前时段(低谷/过渡/高峰)在对话页浮层显示对应插画,引导用户在低谷时段使用。

AI Analysis

核心用途是在对话页浮层展示时段插画,引导用户在低谷时段使用。适合想要美化界面并避开 API 使用高峰的用户。

Package
deepseek-status-monitor
Version
1.0.0
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rison114514/deepseek-status-monitor

配置

完整配置见 config.example.json,通过 patch 文件覆盖 cordis.patch.yml 中的默认值。

最常用的自定义:

plugins:
  - id: status-monitor
    config:
      lowHours: [0, 1, 2, 3, 4, 5, 6, 12, 13, 14, 15]
      transitionHours: [17]
      peakHours: [18, 19, 20, 21]
      opacity: 0.65

⚠️ dsh patch 是整条 config 替换,不是深度合并。要修改任何字段,都要把全部字段写出来(详见使用教程 §6.4)。