DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

cnskycn /

shuimo-skin

仅 Topic 仓库

????????? for DeepSeek Harness Web: rice-paper palette + ink bamboo/mountains/plum/seal decorations + falling leaves

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@6f847041

shuimo-skin

水墨国风皮肤 (Ink-Wash Chinese-style skin) for DeepSeek Harness (dsh) Web.

Transforms the default dsh web UI into a warm rice-paper ink-wash painting: a bamboo branch hanging from the top-right corner, distant mountains in the bottom-left, an old plum blossom twig and a vermilion "墨" seal in the bottom-right, with bamboo leaves drifting down the whole screen.

Features

  • Rice-paper warm palette — light & dark theme token overrides (cream, ink, vermilion accent)
  • Ink decorations — SVG bamboo / mountains / plum / seal, positioned at the screen corners
  • Falling bamboo leaves — Web Animations API, GPU-friendly, negative delay so leaves are scattered from the start
  • Fully reversible — unloading the plugin restores the default skin exactly
  • Zero dependencies — pure DOM + inline SVG + Web Animations API; nothing imported from the module table

Requirements

  • DeepSeek Harness (@deepseek-ai/dsh) with the web profile
  • A Chromium-based browser (Electron included)

Installation

pnpm dsh plugin --profile web add shuimo-skin
pnpm dsh --profile web

Or add it to your profile's cordis.patch.yml:

- insert:
    - id: shuimo-skin
      name: 'shuimo-skin'

To disable the skin, comment out the insert and restart.

How it works

The skin is a pure browser-side feature. The host half (lib/index.js) exists only so the loader row resolves and activates; all real work happens in the client bundle (lib/client.js):

  • reads the theme service from the client context and overrides the dsh theme tokens
  • builds the corner decorations as plain DOM + inline SVG
  • runs the falling leaves on the Web Animations API
  • registers the cleanup via ctx.effect, so unloading restores the default skin

License

MIT

—/ 5

暂无评分

需要先验证清单

Commit 6f8470414dc4

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于