orxz/deepseek-harness-themes--packages-ui2

@deepseek-harness-themes/ui

用于 deepseek-harness 的主题选择器插件:注册所有主题、添加设置行并持久化第三方主题选择。

AI 分析

核心用途是为 DSH 提供可视化的主题切换面板。适合希望在设置中一键切换、预览并持久化保存不同界面主题的普通用户。

套件
@deepseek-harness-themes/ui
版本
0.0.1
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:orxz/deepseek-harness-themes#38e14b1a40abc5540c16574920d15efd44bd9073&path:packages/ui

Usage

One command installs the dependency, adds the layer to the profile, and mounts the feature (see docs/installation.md):

dsh plugin --profile 
 add @deepseek-harness-themes/ui

The package ships a bundle manifest, so dsh plugin appends it to dsh.profile.bundles automatically. Profiles that prefer a hand-written layer can insert the row instead:

- insert:
    - id: dsh-themes
      name: "@deepseek-harness-themes/ui"

The browser roster scans dsh.client plugins automatically, so no host row is needed beyond the patch entry.