KinGao294/dsh-skin0

dsh-skin

DSH 皮肤切换与自定义壁纸插件:提供精选调色板、半透明壁纸及不透明度/模糊度控制。

AI 分析

核心用途是美化 DSH 网页端界面。适合追求个性化视觉体验、想要自定义背景壁纸和界面配色方案的用户。

包名
dsh-skin
版本
0.2.0
许可证
MIT
最近更新
2026年8月13日

安装

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

Install

From anywhere, add the package to the web profile:

dsh plugin --profile web add -w /path/to/dsh-skin

The -w flag is required: every profile ships a pnpm-workspace.yaml, so pnpm 9 treats the profile directory as a workspace root and refuses a bare add with ERR_PNPM_ADDING_TO_ROOT.

This runs pnpm in ~/.dsh/profiles/web, installs the package, and appends it to dsh.profile.bundles (its patch layer inserts the skin loader entry). The running web server must be restarted to pick up the new bundle layer: