Apply the "Deep Sea Maid Workshop" skin to DSH Web: dual maid background, deep sea blue lace UI, and chibi-style sidebar. Display layer only.
- Language
- TypeScript
- Branch
- main
Install
$ dsh plugin --profile web add github:Small-tailqwq/dsh-deep-whale/maid-atelierRun the command above in your terminal to install this plugin via the dsh CLI. You can switch Profile in the top-right corner. New to dsh? Read the beginner tutorial
One-Line Description
maid-atelier is a display-oriented skin package for the DeepSeek Harness Web frontend, themed around "Deep Sea Maid Atelier" applied to conversation backgrounds, sidebars, decorative elements, and system icons. It does not modify any DSH behavior—no new services, no Cordis events, no model request interference—it merely dresses up the Web interface with a new skin.
Core Features
- Replaces the conversation area background with "Dual Maid Atelier" illustrations, automatically switching between palace day and night scenes based on system light/dark theme
- Decorates the collapsible sidebar: adds lace corner ornaments to the four corners, places a chibi character at the top of the sidebar, and adds "workspace/conversation line" labels to session tree nodes
- Adds borders and bottom decorations to the input composer: the landing page features a large character display, which animates away to a safe edge within 560ms when switching to the conversation page
- Automatically updates favicon, document title, and system theme-color to follow DSH themes (Deep Sea Blue
#0b193f) - Listens to sidebar width via ResizeObserver, synchronizing CSS variables like
--maid-sidebar-widthin real-time—the curtain "instant-follows" with the sidebar width - Monitors DSH UI changes (settings panel, conversation activation, better-sidebar, cordis-panel, etc.) via MutationObserver, automatically mounting/removing corresponding state attributes on the body to provide hooks for CSS
Technical Implementation
- Language: TypeScript (also bundled as ESM)
- Key Dependencies:
@deepseek-ai/cordis(^4.0.1, corresponding to DSH rc.6+),lightningcss(build-time CSS Modules compilation),tsdown(build packaging) - Architecture Pattern: Cordis
ctx.effectlifecycle—when apply() starts, it registers a deactivator that restores all DOM, CSS, Observers, document.title, and theme-color in one go when DSH unloads or hot-swaps - Entry File:
src/index.ts(placeholder with no host-side operations); the real implementation is insrc/client/index.ts, built tolib/client.js(2.7 MB, containing all assets as data URIs) - Host Injection: Registered to the Web plugin whitelist via
cordis.patch.ymlasui-skin-maid-atelier, switched mutually exclusively by DSH skin center (dsh-skin) based on home-layer
Use Cases
Users who want to transform their DSH Web frontend into a "Whale Girl" themed anime style; users who only want decoration without touching any DSH behavior; users concerned about offline capability and privacy, preferring all assets localized (no external network requests). Prerequisites: already using DSH Web frontend and willing to check/enable this skin in the skin center.
Prerequisites & Compatibility
| Dependency | Minimum Version | Description |
|---|---|---|
| DSH | 0.1.0-rc.6+ | peerDependencies locks @deepseek-ai/cordis ^4.0.1; source comments explicitly note compatibility with rc.6 sidebar search behavior (src/client/index.ts:562) |
| Node | Not declared | Repository doesn't require Node; this skin loads only in browser, build completed by repository owner |
| Platform | Cross-platform | dsh.client.platform = "web" (package.json:14-22), runs on any desktop/mobile OS with modern browsers |
| Native Modules | None | All assets embedded as data URIs in client.js, no Node native modules or external resources required |
Installation
dsh plugin --profile web add github:Small-tailqwq/dsh-deep-whale/maid-atelier
After installation, you must also check/enable this skin in the DSH skin center (
dsh-skin) to triggerapply().
Configuration
This plugin requires no additional configuration. All "parameters" are hardcoded as fixed values in the source code (such as system chrome color #0b193f, sidebar three-tier width breakpoints 120/220px, ResizeObserver throttling, etc.). The skin center only handles on/off toggle.
| Config | Type | Description | Default |
|---|---|---|---|
| None | — | This plugin requires no additional configuration | — |
FAQ
Q: After installation, the interface shows no changes and no errors. What should I do?
A: Installation alone doesn't auto-activate. Open the DSH skin center (dsh-skin), check "Deep Sea Maid Atelier" in the skin list to enable; to uninstall, uncheck in the skin center—the deactivator will restore everything.
Q: Can this skin coexist with DSH's built-in themes or other third-party skins?
A: No. cordis.patch.yml uses home-layer mutual exclusive switching (wiring.id is ui-skin-maid-atelier)—only one skin can be active at a time.
Q: Can it be installed on desktop (Electron)?
A: No. package.json explicitly declares dsh.client.platform: "web"—the skin only injects into Web GUI; desktop shells use their own hosts.
Q: After switching skins, the settings panel won't open / sidebar width doesn't change?
A: Most likely because DSH is still loading or concurrent plugins like better-sidebar are modifying DOM, triggering the MutationObserver's recovery loop. Refreshing the page once lets both plugins' Observers establish properly.
Q: After uninstalling, the page layout is broken?
A: Rare, but theoretically possible: if forced uninstall before apply() completes, some body attributes may not be restored. Re-enable and uninstall again to recover.
Q: What happens if the browser disables WebGL acceleration?
A: When apply() starts, hasAcceleratedWebGL() detection fails, and data-maid-low-power is mounted on the body—CSS takes the lightweight rendering path—visuals slightly simplified, main functionality unaffected.
Q: Will dark theme auto-switch?
A: Yes. MutationObserver monitors data-ds-dark-theme attribute changes—switching to palace night scene background and corresponding decoration layers in dark mode.
Difficulty Level
Beginner — after installation, just check once in the skin center; no configuration, no commands, no keyboard shortcuts—ordinary users can get started easily.
Known Issues & Limitations
- On browsers without WebGL acceleration or using software rendering, decoration effects downgrade to "low power" path (src/client/index.ts:163-178, 402)
- Compatibility code exists for DSH rc.6's "sidebar search button mounts wide search and outside-click listener in the same click frame" behavior (src/client/index.ts:562-595)—if DSH fixes this behavior in the future, rc.6+ workspace versions will skip this recovery logic
- All skin assets embedded in
lib/client.js(~2.7 MB)—first installation requires downloading/extracting this package - Strictly prohibits any commercial use and requires preserving the three-creation attribution chain (see
NOTICE); modified redistribution must be shared under the same terms - Development builds require working in the upstream
dsh-web-uirepository'sskins/maid-atelier/directory (README.md:35-45)—this repository only distributes finished products
DeepSeek Harness Web GUI 的鲸鱼娘主题皮肤系列(独立分发仓库)。
效果预览
点击图片可查看完整尺寸。
住户
| 皮肤 | 包名 | 说明 | 许可 |
|---|---|---|---|
| maid-atelier | @dsh-external/dsh-client-ui-skin-maid-atelier | 深海女仆工坊:双女仆背景、深海蓝蕾丝界面与 Q 版侧栏 | CC BY-NC-SA 4.0 |
版权所有人
| 版权所有人 | 版权所有内容 | 个人主页 |
|---|---|---|
| 上善 | 鲸鱼娘角色形象原作 | Pixiv · Bilibili(上善无形) |
| ZipZipPipe | 加入 DeepSeek 元素的女仆鲸鱼娘二次设计 | Pixiv · Bilibili(ZipZipPipe) |
*反馈问题尽可能在 issue 中发起,而不是跑去联系上面两位老师。但是,看鲸鱼娘二创可以去关注一下,谢谢喵
安装
懒人版
对你的 dsh 说:
安装一下这个皮肤包:https://github.com/Small-tailqwq/dsh-deep-whale
git clone https://github.com/Small-tailqwq/dsh-deep-whale
cd <harness>
dsh plugin --profile web add ../dsh-deep-whale/maid-atelier
懒人版 · 自带技能
本仓库自带 dsh-skin-install 技能(.agents/skills/)。dsh 在仓库目录内运行时自动发现该技能;对你的 dsh 说"安装一下这个皮肤包"或"切换皮肤",它会列出仓库全部皮肤、询问你要激活哪一套,并交代作者署名链与许可边界后再安装。无需自行克隆到 dsh 源码里,皮肤开关走配置热重载,无需重启。
许可
本仓库各皮肤为衍生创作,整体以 CC BY-NC-SA 4.0(署名-非商业性使用-相同方式共享)发布,禁止商业性使用。署名链见各皮肤 NOTICE。
皮肤工程脚手架来自 zhu1090093659/dsh-web-ui ,本仓库仅分发皮肤成品,不包含脚手架。

