stushansusu/dsh-miku-skin ↗★ 2
@deepseek-ai/dsh-client-ui-skin-miku
初音未来(Hatsune Miku)主题皮肤:蓝紫洋红渐变标题栏与按钮、半透明毛玻璃面板与输入框、可自定义背景图,用于 DeepSeek Harness (DSH) Web GUI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stushansusu/dsh-miku-skin说明文档
阅读完整 README ↗Configuration
Optional overrides, read from localStorage (all are optional; absent or invalid values fall back to the defaults). They are pure presentation — no services, no events:
| Key | Value | Effect |
|---|---|---|
dsh.miku.title | any string | Replaces the pinned title ("初音未来 · DeepSeek 在线") in the title bar and document title (≤ 200 chars) |
dsh.miku.cells | JSON array of strings | Replaces the status-bar cells, e.g. ["LIVE 01", "TURBO"] (≤ 20 cells, each trimmed non-blank ≤ 64 chars) |
dsh.miku.cursor | off | Disables the Miku cursor (any other value or absence keeps it on) |
Example:
localStorage.setItem('dsh.miku.title', 'Miku Works')
localStorage.setItem('dsh.miku.cells', JSON.stringify(['LIVE 01', 'TURBO']))
localStorage.setItem('dsh.miku.cursor', 'off')
location.reload()