overact/dsh-peak-indicator ↗★ 0
dsh-peak-indicator
DeepSeek Peak / Off-Peak Time Indicator for DSH Web GUI (live status, timezone auto-detection, countdown, SVG icons, discount schedule)
安装
$
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.