zhu1090093659/dsh-web-ui--packages-dsh-skins3.6k

@linxin666/dsh-skins

皮肤全家桶聚合插件:包含皮肤中心和全部内置皮肤资产,无需每个皮肤独立安装,由 dsh-skin 统一管理。

AI 分析

核心用途是提供一站式的皮肤管理中心和丰富的内置皮肤资产。适合想要个性化定制 dsh 界面外观且免去逐个安装皮肤包的 Web 用户。

套件
@linxin666/dsh-skins
版本
0.1.19
授權
Apache-2.0
最近更新
2026年8月17日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhu1090093659/dsh-web-ui#aeaaca8692376f442a1761e56273c574027ce96d&path:packages/dsh-skins

@linxin666/dsh-skins

English | 中文

The skin-family aggregate plugin: installing it gives you the skin center (skin-center) plus every skin asset (qq98 / ths / xp / blue-fantasy / dragon-heir / minecraft / miku / trading / whale-song / harbor ...) bundled inside the package's skins/ directory, so no per-skin npm package is needed.

What it is

  • Skin center + full collection: one package replaces installing skins individually.
  • Mutual exclusion via dsh-skin use: skin activation is exclusive and managed by dsh-skin use (the active Web profile's managed section), so skins live as skins/ assets only and never enter patchFrom; non-Web profiles do not inherit browser-only skin entries.

Install

From npm (recommended)

dsh plugin --profile web add @linxin666/dsh-skins

From the repository (development)

git clone https://github.com/zhu1090093659/dsh-web-ui.git
cd dsh-web-ui
pnpm install && pnpm -r build
dsh plugin --profile web add link:$(pwd)/packages/dsh-skins

Switch skins with dsh-skin use ; only one skin is active at a time.

Known limitations

  • The browser bundle targets the web only, scoped to the dsh web GUI.
  • Skins are presentation-only: they mutate the browser DOM and never touch a model request.