DeepSeek Harness 插件

yanglingrise/dsh-erii-boot-splash

分类 UI 增强 收录于 2026-08-22

绘梨衣(Sakura)主题启动加载动画——樱花瓣飘落、头戴樱花的小怪兽、粉色进度条,约 3 秒自动淡出且不阻挡操作。

安装

# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)

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

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本——pnpm 默认拦截,所以安装可能停在 ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWEDERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yamlallowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。

README

该插件的 README 只有英文版本。

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

Element Effect
Background Sakura pink → white vertical gradient
Mascot Mint monster, floating + glow breathing, sakura on head
Petals 7 petals falling with rotation + horizontal sway
Progress bar Pink gradient, fills over 2.4 s
Title 「S a k u r a 加 载 中」 pulsing
Subtitle ERII · 上杉绘梨衣
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:

What Where
Show duration setTimeout(... 2800) / cleanup at 3700
Colors The .esb-* CSS rules at the top
Petal count / speed The PETALS array
Title text "S a k u r a 加 载 中"
Quote The esb-quote line

License

MIT

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →

社区评论

评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。