01Virex/dsh-deepshub0

dsh-deepshub

DeepSeek Harness Web UI 的梗向重皮肤插件:深灰近黑与橙色主题、pill 按钮、圆角 Baloo-2“Deephub”字标、18+ 提示与今日热点卡片,不含露骨内容。

AI 分析

适合仅需界面风格定制、追求趣味化展示的用户;仅影响视觉效果,不负责功能增强。

包名
dsh-deepshub
版本
0.3.2
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:01Virex/dsh-deepshub

Configuration

Built-in defaults give the full effect out of the box. Three override sources, highest priority first:

  1. localStorage (live debugging from the devtools console): window.dshDeepHub.setConfig({ accent: "#ff5500" }) / window.dshDeepHub.reset()
  2. config.json: copy config.example.json to config.json in the plugin root — the node half auto-serves it at /plugins/dsh-deepshub/config.json (for a link: install that IS the source directory, so a refresh applies it).
  3. Built-in defaults (see config.example.json).

Key fields:

FieldDefaultDescription
enabledtrueMaster switch
accent / accentHover / accentText#ff9000 / #ffa72e / #ffffffPH orange primary / hover / text on primary
wordmark / logoTexttrue / DeephubWordmark toggle and text
favicontrueSwap favicon
titletrueTab title
pillButtonstruePill buttons
ageGatetrue"18+ entry gate" (every page load)
codeBadgestrue"HD 1080p" / "🔴 直播中" badges
recommendCardtrue"Today's hot pick" sidebar card
debugfalseConsole 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