zepeng-jin/dsh-particle-whale

桌面端 ⭐ 0 MIT other

🐳 DeepSeek 官方 3D 粒子鲸鱼插件,适用于 DeepSeek Harness / DSH Desktop(基于 Three.js WebGL)

catalog 简介:🐳 DeepSeek official 3D particle whale plugin for DeepSeek Harness / DSH Desktop (Three.js WebGL)

安装

---

## Quick Start

### Option 1: Symlink (Recommended for local dev & testing)

1. Open the DSH Desktop web profile `node_modules` directory:
   ```bash
   cd ~/Library/Application\ Support/dsh-desktop/harness/profiles/web/node_modules
   ```

2. Symlink this project:
   ```bash
   ln -s /path/to/dsh-particle-whale dsh-particle-whale
   ```

3. Register the plugin in `~/Library/Application Support/dsh-desktop/harness/profiles/web/package.json`:
   ```json
   {
     "dependencies": {
       "dsh-particle-whale": "*"
     },
     "dsh": {
       "profile": {
         "bundles": [
           "dsh-particle-whale"
         ]
       }
     }
   }
   ```

4. Launch or reload **DSH Desktop** (`Cmd+R`).

---

### Option 2: Install via npm

zepeng-jin/dsh-particle-whale 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。