LeemanCheung/dsh-whale-animation

LeemanCheung★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

Persistent closed-loop whale-dive animation for DeepSeek Harness Web turn status

README 摘要

dsh-whale-animation A persistent DeepSeek Harness Web UI plugin that places a black whale-dive animation beside the turn status (such as Deep diving... ). The animation is a self-contained 184×184 lossless animated WebP with a reduced-motion PNG fallback. Its 618-frame closed trajectory eliminates the former end-to-start hard cut while keeping every frame at 17ms for 60Hz-safe playback. Install Install from GitHub into the Web profile: Then hard-refresh the DSH Web page. Restart DSH if the running profile has already cached its client bundle. Uninstall What it changes - Adds a pure-black whale animation immediately after the DSH turn-status label. - Uses an embedded animated WebP; no network request or external asset path is required while DSH runs. - Respects prefers-reduced-motion by using the included static PNG. - Uses a closed forward/return trajectory so the loop does not snap from the final dive pose back to its first pose. Development Requirements: Node.js 20 or newer. assets/whale-dive.webp and assets/whale-static.png are the source assets. scripts/build-client.mjs embeds them into lib/client.js , which is committed so GitHub installs work without a build step. Notes This …

在 GitHub 查看完整 README →
Tools / Devdsh-pluginweb ui

分类