stushansusu/dsh-miku-skin2

@deepseek-ai/dsh-client-ui-skin-miku

初音未来(Hatsune Miku)主题皮肤:蓝紫洋红渐变标题栏与按钮、半透明毛玻璃面板与输入框、可自定义背景图,用于 DeepSeek Harness (DSH) Web GUI

包名
@deepseek-ai/dsh-client-ui-skin-miku
版本
1.0.0
许可证
BSD-3-Clause
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stushansusu/dsh-miku-skin

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:

KeyValueEffect
dsh.miku.titleany stringReplaces the pinned title ("初音未来 · DeepSeek 在线") in the title bar and document title (≤ 200 chars)
dsh.miku.cellsJSON array of stringsReplaces the status-bar cells, e.g. ["LIVE 01", "TURBO"] (≤ 20 cells, each trimmed non-blank ≤ 64 chars)
dsh.miku.cursoroffDisables 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()