Lkrain821/dsh-pixelwhale0

dsh-pixelwhale

DSH 网页端像素蓝鲸动效插件:在模型思考时展示像素风蓝鲸喷水摆尾动画

AI 分析

将 DSH 原生的“深度求索中”状态栏替换为复古像素字体,并增加一只动态像素蓝鲸。适合想要为 AI 思考等待过程增添趣味视觉动效的 DSH 用户。

包名
dsh-pixelwhale
版本
1.0.0
许可证
MIT
最近更新
2026年9月11日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lkrain821/dsh-pixelwhale

PixelWhale 🐋

深度求索时,派一只像素蓝鲸为你喷水摆尾。

A DSH (DeepSeek Harness) web UI plugin: when the model is thinking, the native 「深度求索中...」/ "Deep diving..." status turns into a pixel font and a pixel-art DeepSeek blue whale appears beside it, spouting and wagging its tail.

Features

  • 🐋 Animated pixel whale — official DeepSeek blue-whale sprite (40×25, 6-tone palette), looping a spout + tail-wag sequence.
  • 🔤 Real pixel fontFusion Pixel 12px rendered for the status text, subsetted and embedded as WOFF2 (works offline).
  • 🎯 Non-invasive — only decorates the [role="status"] thinking bar; the native language, content, timer and update logic are untouched. The timer span keeps its original font.

Install

dsh plugin --profile desktop add https://github.com/Lkrain821/dsh-pixelwhale

Then restart DSH.

How it works

  • The host half (lib/index.js) is a client-only cosmetics entry — it just mounts the bundle and exposes the browser half via exports["./client"].
  • The client half (lib/client.js) observes [role="status"] for the "深度求索中" / "Deep diving" text, injects a Canvas whale, and applies @font-face pixel fonts scoped with unicode-range.

Font license

The embedded pixel font is Fusion Pixel Font, licensed under SIL Open Font License 1.1 (OFL-1.1). See FONT-LICENSE-OFL.txt. Font copyright belongs to TakWolf (https://takwolf.com) and upstream font authors.

The whale sprite frames are derived from dsh-TUI / dsh-ui-whale, courtesy of @lhh010.

License

MIT (see package.json). The bundled font carries its own OFL-1.1 license.