jelly-000/dsh-3d-plugin-graph ↗★ 1
dsh-3d-plugin-graph
DSH 3D 插件图谱:提供黑白风格的 3D 插件空间可视化,支持 360° 旋转、节点拖拽、点击弹窗及运行时流向效果。
AI 分析
核心用途是直观展示和管理 DSH 插件之间的依赖与运行状态。适合拥有较多插件,希望通过酷炫的 3D 拓扑图进行可视化分析与开关控制的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jelly-000/dsh-3d-plugin-graph說明文件
閱讀完整 README ↗Usage
Once installed, open the DSH web UI — a floating 「插件图谱」 entry appears bottom-right. Or access directly:
| What | URL |
|---|---|
| The graph UI | http://127.0.0.1:3080/plugins/dsh-3d-plugin-graph/ |
| Live state JSON | http://127.0.0.1:3080/plugins/dsh-3d-plugin-graph/state |
| Enable / disable a plugin | POST /plugins/dsh-3d-plugin-graph/action with `{"action":"plug" |
Controls
| Input | Action |
|---|---|
| Drag empty space | Orbit camera |
| Shift / right drag | Pan |
| Wheel | Zoom, anchored at cursor |
| Drag a node | Move it (physics: collision + springs) |
| Click a node | Select → detail card |
| Double-click a node | Focus it (camera converges) |
| Double-click empty space | Reset view |
R | Reset view |
Esc | Close popup / confirmation |
| Search box (top right) | Fuzzy plugin search, arrows + Enter to focus |