dsh-deepshub
DeepSeek Harness Web UI 的梗向重皮肤插件:深灰近黑与橙色主题、pill 按钮、圆角 Baloo-2“Deephub”字标、18+ 提示与今日热点卡片,不含露骨内容。
AI 分析
适合仅需界面风格定制、追求趣味化展示的用户;仅影响视觉效果,不负责功能增强。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:01Virex/dsh-deepshub说明文档
阅读完整 README ↗Configuration
Built-in defaults give the full effect out of the box. Three override sources, highest priority first:
- localStorage (live debugging from the devtools console):
window.dshDeepHub.setConfig({ accent: "#ff5500" })/window.dshDeepHub.reset() - config.json: copy
config.example.jsontoconfig.jsonin the plugin root — the node half auto-serves it at/plugins/dsh-deepshub/config.json(for alink:install that IS the source directory, so a refresh applies it). - Built-in defaults (see
config.example.json).
Key fields:
| Field | Default | Description |
|---|---|---|
enabled | true | Master switch |
accent / accentHover / accentText | #ff9000 / #ffa72e / #ffffff | PH orange primary / hover / text on primary |
wordmark / logoText | true / Deephub | Wordmark toggle and text |
favicon | true | Swap favicon |
title | true | Tab title |
pillButtons | true | Pill buttons |
ageGate | true | "18+ entry gate" (every page load) |
codeBadges | true | "HD 1080p" / "🔴 直播中" badges |
recommendCard | true | "Today's hot pick" sidebar card |
debug | false | Console logs [dsh-deepshub] |
Uninstall: dsh plugin --profile web remove dsh-deepshub, or disable temporarily via the profile's cordis.patch.yml:
- id: deepshub
name: dsh-deepshub
disabled: true