overact/dsh-peak-indicator ↗★ 0
dsh-peak-indicator
用于 DSH 网页 GUI 的 DeepSeek 高峰/非高峰时段指示器(实时状态、时区自动检测、倒计时、SVG 图标、折扣计划)。
AI 分析
核心用途是实时提示 DeepSeek API 的峰谷电价时段并提供半价倒计时。适合希望通过避开高峰期以节省 API 费用的用户。支持时区自动检测与侧边栏实时显示。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:overact/dsh-peak-indicator說明文件
閱讀完整 README ↗🚀 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.