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.

Erii Boot Splash — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
E

dsh-erii-boot-splash

Erii Boot Splash

Erii (Sakura) themed boot splash animation for the DeepSeek Harness Web UI: falling sakura petals, a mint monster mascot with a cherry blossom on its head, a soft pink progress bar, and the line "Sakura, walk slower." Auto fades out after ~3 seconds; pure client-side, zero dependencies.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:yanglingrise/dsh-erii-boot-splash#406f106b8294e80ddde95e24561f088fbfe843c0
READMECompatibilityVersions

Compatibility and provenance

Erii Boot Splash is published as dsh-erii-boot-splash and currently resolves to version 1.0.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/22/2026

Versions

1.0.0stable
8/22/2026

Related plugins

Loading related plugins…

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

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 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-erii-boot-splash 🌸

Erii (Sakura) themed boot splash animation for the DeepSeek Harness Web UI.

Every time the page loads, a soft sakura-pink screen fades in: seven petals drift and sway down the viewport while a mint monster mascot — with a cherry blossom on its head — floats gently above a filling progress bar. The whole scene fades out after ~3 seconds and never blocks interaction (pointer-events: none).

"Sakura 走慢一点。"

Preview

ElementEffect
BackgroundSakura pink → white vertical gradient
MascotMint monster, floating + glow breathing, sakura on head
Petals7 petals falling with rotation + horizontal sway
Progress barPink gradient, fills over 2.4 s
Title「S a k u r a 加 载 中」 pulsing
SubtitleERII · 上杉绘梨衣
Quote“Sakura 走慢一点。”

Install

From the DSH plugin CLI:

dsh plugin --profile web add github:yanglingrise/dsh-erii-boot-splash

Or manually:

git clone https://github.com/yanglingrise/dsh-erii-boot-splash.git
cp -r dsh-erii-boot-splash ~/.dsh/profiles/web/node_modules/
```Then append to `~/.dsh/profiles/web/cordis.patch.yml`:

```yaml
- insert:
    - id: erii-boot-splash
      name: 'dsh-erii-boot-splash'

Restart the Web service (or reload the page after service restart) and enjoy.

How it works

  • Pure client-side Cordis plugin. The host half is an empty apply() so the plugin row mounts; everything renders in the browser.
  • Registers one occupant into the frame-wide shell.overlay slot with order: 9999.
  • All animation is CSS keyframes; the stylesheet tag carries data-plugin="dsh-erii-boot-splash" and is removed automatically when the plugin unloads.
  • Zero runtime dependencies — React is provided by the host module loader.

Customize

Open lib/client.js and tweak:

WhatWhere
Show durationsetTimeout(... 2800) / cleanup at 3700
ColorsThe .esb-* CSS rules at the top
Petal count / speedThe PETALS array
Title text"S a k u r a 加 载 中"
QuoteThe esb-quote line

License

MIT