DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Ds Hentai — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
D

ds-hentai

Ds Hentai

受 ExHentai.org 启发的深色图库皮肤,适用于 DeepSeek Harness Web GUI:图库界面元素、可选的原生侧边栏、互斥的皮肤/原生编辑器、每个选项对应的 [...] 面板,以及可恢复的设置。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:lisongxuan/ds-hentai#ce8442c8c113a3dcebe80449628724799fba2e1c
README兼容性版本
Front PageSessionSettings

兼容性与来源证明

Ds Hentai 以 ds-hentai 发布,当前版本为 0.6.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/28

版本

0.6.0stable
2026/8/28
0.5.0stable
2026/8/28

相关插件

正在加载相关插件…

最新版
0.6.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/28
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0

README

ds-hentai

English | 简体中文

ExHentai.org-inspired UI for DeepSeek Harness. Charcoal background, light-gray text, gray borders. The session list reads like a gallery index; the composer reads like a search bar.

Live demo — static preview (fake host, no harness).

Front Page

Session

Settings

Install

# from npm (prebuilt)
npx @deepseek-ai/dsh plugin --profile web add ds-hentai
# or straight from GitHub
npx @deepseek-ai/dsh plugin --profile web add github:<owner>/ds-hentai

Restart dsh web and refresh the page. Later skin updates only need a refresh.

Features

  • Top nav — Front Page, New Session, Popular, Workspaces, Favorites, Settings.
  • Front Page — filter by category, search sessions, switch between a table and thumbnails. Compact / Extended rows include Rename / Fork / Archive.
  • Session view — conversation content stays native. Use the skin search dock (Search / Clear, plus Model, Access, Agent, Effort, Commands, Files) or keep the native composer.
  • Favorites — tap the heart on a row; Favorites shows only starred sessions.

Settings

Change these under Settings → General, or from the top-nav Settings page. Labels follow the host interface language (zh / en).

  • Enable gallery skin / System appearance — master switch. Off restores the DSH look you had before.
  • Native sidebar — whether the session page shows the left session list. When hidden, open sessions from Front Page.
  • Composer — skin composer or native composer; one at a time.
  • Front Page display mode — how the session list is laid out. The Front Page footer dropdown changes the same setting.
ModeWhat you see
MinimalTable, no tags
Minimal+Table with tags
CompactTable, tags + Rename / Fork / Archive (default)
ExtendedSame as Compact
ThumbnailCard grid

To restore the built-in look, set the master switch to System appearance. If Settings will not open:

dsh plugin --profile web remove ds-hentai
dsh web

Development

npm install
npm run build      # src/client.js + src/skin.css → lib/client.js
npm run check      # validate bundle envelope / placeholders / no ESM import / size budget
npm run build:demo # static preview → demo/ (demo-src/ fake host, no harness)
npm run preview    # build:demo + serve http://127.0.0.1:4173/
npm run capture    # screenshot Front Page / session / Settings into docs/preview*.png
npm test           # build + check + L1 + demo
npm run test:compat  # L2: probe published DSH packages (pin + latest)
npm run test:compat:all  # L1 + L2 every published @deepseek-ai/dsh version; writes the matrix
npm run test:e2e     # L3: isolated DSH_HOME + Playwright against 0.1.0-rc.6
npm pack --dry-run # release-view gate

The static demo reuses src/client.js and src/skin.css. demo-src/ is only a fake DSH host, fixtures, and a stand-in conversation pane; npm run build:demo writes the static site to demo/ (Vercel output directory). Search, settings, and session chrome stay local; nothing calls DeepSeek Harness, an agent, or a model API. Hosted copy: dshentai-demo.arkady14.site.

Layout

  • src/client.js — plugin body (THEME, apply state machine, settings row, shell.overlay gallery chrome)
  • src/skin.css — scoped decoration + layout rebuild
  • demo-src/ — static preview host (fixtures + fake ctx); not shipped on npm
  • scripts/build-client.mjs — wrap window.__ModuleLoader__.load(...) into lib/client.js
  • scripts/build-demo.mjs — embed the plugin bundle in demo/
  • scripts/capture-preview.mjs — screenshot Front Page / session / Settings into docs/preview*.png
  • screenshots.json — storefront gallery order (paths relative to this file)
  • docs/ARCHITECTURE.md — runtime data flow and boundaries
  • docs/COMPATIBILITY.md — baseline, layer stability, recovery
  • test/compat/catalog.json — executable probe catalog for L1/L2/L3

Notes

Browser-only plugin; it does not edit DSH files. Sessions, replies, and settings still belong to DeepSeek Harness — this skin only replaces the chrome. Preferences stay in the local browser. Install floor is DSH 0.0.1-rc.5 (first shell.overlay host); later harness versions including current 0.1.x-rc builds are allowed. Tested pin is 0.1.0-rc.6. See docs/COMPATIBILITY.md.

License

MIT