rison114514/deepseek-status-monitor ↗★ 0
deepseek-status-monitor
DSH 对话页时段状态显示器:根据当前时段(低谷/过渡/高峰)在对话页浮层显示对应插画,引导用户在低谷时段使用。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rison114514/deepseek-status-monitor说明文档
阅读完整 README ↗配置
完整配置见 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)。