DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Pianpian Ui — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-pianpian-ui

Pianpian Ui

A DeepSeek Harness UI plugin that adds pianpian.jpg as a translucent background.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:tdyangbo/PianpianUI#8e1f364f91077cad94359e8d8be4cd5223f68c20
READMECompatibilityVersions
PianpianUI 效果预览

Compatibility and provenance

Pianpian Ui is published as dsh-pianpian-ui and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/23/2026

Versions

0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 4
Weekly downloads
0
Last push
9/13/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

PianpianUI for DeepSeek Harness

PianpianUI 是一个 DeepSeek Harness Web UI 插件。安装后,它会改变聊天主页面样式,使用《哀鸿:城破十日记》中的角色林翩翩作为半透明背景,并保留正常聊天界面的可读性。

安装

使用 DSH 命令安装:

dsh plugin --profile web add git+https://github.com/tdyangbo/PianpianUI.git

启动 DSH Web UI:

dsh web

如果页面仍显示旧效果,请在浏览器中按 Ctrl + F5 强制刷新。

效果预览

PianpianUI 效果预览

安装后的效果

  • 聊天主页面会显示林翩翩半透明背景。
  • 侧边栏、输入框、按钮和聊天内容仍保持清晰可读。
  • 页面右下角会出现一个 UI 调节按钮。
  • 打开设置弹窗等非聊天页面时,调节按钮会自动隐藏。

调节背景效果

在聊天页面点击右下角 UI 按钮,可以打开调节面板。

  • Opacity:调节图片透明度。向右拖动,图片更明显;向左拖动,图片更淡。
  • Depth:调节背景深度。向右拖动,背景更深、更有层次;向左拖动,界面更亮、更柔和。
  • Reset:恢复默认显示效果。

调节结果会保存在当前浏览器中,刷新页面后仍会保留。

更新插件

如果插件已有新版本,先移除旧版本,再重新安装:

dsh plugin --profile web remove dsh-pianpian-ui
dsh plugin --profile web add git+https://github.com/tdyangbo/PianpianUI.git
dsh web

然后在浏览器中按 Ctrl + F5。

停用插件

如果不想继续使用该 UI 插件,执行:

dsh plugin --profile web remove dsh-pianpian-ui
dsh web

如果页面仍有缓存效果,请按 Ctrl + F5 或重新打开浏览器页面。