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.

Client Ui Paopaocat — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-client-ui-paopaocat

Client Ui Paopaocat

🐱 泡泡猫玻璃主题 — A cute blue-and-white glassmorphism theme based on the Seaglass architecture, with light and blue style options, paw prints, small fish, and bubble decorations

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

npx -y @deepseek-ai/dsh plugin --profile web add github:zmm863-commits/dsh-client-ui-paopaocat#30afa7b409233550ceb220aff6397408d83633d3
READMECompatibilityVersions

Compatibility and provenance

Client Ui Paopaocat is published as dsh-client-ui-paopaocat and currently resolves to version 0.3.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/21/2026

Versions

0.3.2stable
9/21/2026

Related plugins

Loading related plugins…

Latest
0.3.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/21/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

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 pluginsClient 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.Remote 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 r

README

dsh-client-ui-paopaocat 🐱

泡泡猫玻璃主题 — 基于 Seaglass 架构的蓝白 glassmorphism 主题,为 DeepSeek Harness Web 界面提供可切换的双风格皮肤。

适配版本 — DSH 0.1.5-rc.1

特性

  • 双风格一键切换:设置面板顶部「风格」分段控件,淡雅 / 蓝色 实时切换
    • 淡雅:极淡冰蓝白底(#F5F9FC → #FFFFFF),玻璃近乎透明,装饰极克制 —— 宁静、留白、高字体反差
    • 蓝色:饱和蓝白流体(#87CEEB → #F0F8FF → #E0F7FA),猫爪、泡泡、小鱼、星光装饰 —— 活泼、有存在感
  • 双模式:云母效果把布局改成悬浮玻璃卡片;兼容模式保持原版排版,只换材质
  • WebGL2 流体背景:三色渐变 + 噪声 + 漩涡 + 鼠标交互,色调/深浅可调
  • 自由背景:流体,或壁纸(内置一张默认壁纸,也可自定义图片/视频;含模糊、磨砂、亮度调节)
  • 品牌装饰:猫爪印、小鱼、彩色泡泡、星光、猫角色剪影
  • 一键开关:关闭即完全还原原生界面,不改 DSH 任何一行源码
  • 中/英文字体自定义

安装

dsh plugin --profile web add dsh-client-ui-paopaocat

刷新 Web 界面即可。关闭开关回到原生界面。

本地开发安装

git clone <repo>
cd dsh-client-ui-paopaocat
npm install
npm run build          # tsdown + ModuleLoader 包装 + smoke test
dsh plugin --profile web add "$(pwd)"

设置项

分组控件
总开关开启 / 关闭
风格淡雅 / 蓝色
模式云母效果 / 兼容模式
玻璃材质模糊度 0–40px · 磨砂度 0–100% · 代码块磨砂度 0–100%
背景流体 / 壁纸;流体含色调 0–360° 与深浅 0–100%;壁纸支持图片与视频
环境装饰猫角色 · 小鱼 · 星光
悬停效果鼠标辉光 · 悬停下压
字体英文字体 · 中文字体

架构

src/
├── index.ts                  Host 半边(空实现,纯客户端主题)
└── client/
    ├── index.ts              入口:locale 注册 + settings.section 挂载
    ├── ppc-layer.ts          核心层:生命周期 / CSS 变量 / 流体 / 场景 / 辉光
    ├── ppc-preset.ts         双风格参数(淡雅 / 蓝色)
    ├── ppc-fluid-shader.ts   WebGL2 流体着色器
    ├── ppc-fluid-tones.ts    HSL 调色板生成
    ├── ppc-ambient-scene.ts  装饰场景组装
    ├── ppc-brand-assets.ts   猫爪 / 小鱼 / 泡泡 / 星光 / 猫角色 SVG
    ├── ppc-settings-row.tsx  设置面板 UI
    └── ppc.css.ts            全局样式(属性 gating)

技术要点:

  • 全部样式经 [data-ppc] 属性 gating,卸载即还原
  • 客户端 bundle 为单文件 CJS,由 build.mjs 包装为 window.__ModuleLoader__.load({ id, factory })
  • React 通过 factory 的 require 获取,无动态 import
  • npm run build 内置 headless smoke test,失败即构建失败

素材来源

  • 默认壁纸 assets/default-wallpaper.jpg:由 Agnes 图像 API(agnes-image-2.1-flash)生成,暗调电影感主题(绯红彼岸花 + 白虎斑猫),仅做尺寸压缩。
  • 猫角色装饰、猫爪、小鱼、泡泡、星光:本插件自绘的内联 SVG(跟随主题色)。

许可

MIT