Rainpomelo / deepseek-harness-plugin-market

목록에 있음

DeepSeek Harness - 插件中心与扩展市场 (可视化插件检索、双列自适应布局与状态管理) #dsh-plugin

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Rainpomelo/deepseek-harness-plugin-market

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 114058c동기화 2026. 8. 18.

DeepSeek Harness - 插件中心与扩展市场 (Plugin Market)

DeepSeek Harness 的可视化插件与技能管理中心插件。提供桌面与 Web 端的一站式插件检索、分类浏览、一键安装/卸载与已安装扩展状态管理。

#dsh-plugin #deepseek-harness


核心功能

1. 扩展目录与分类检索

  • 官方与社区精选:集中展示主题皮肤、工作区记忆、多模态视觉、工具链等各类扩展;
  • 自适应双列对齐:采用严格的几何等宽约束(377px),杜绝长包名与描述撑破网格布局,右侧操作菜单(···)常驻可视。

2. 状态管理与即时生效

  • 已安装扩展折叠面板:支持展开/收起已安装插件列表,展示各插件版本、作者与运行时状态;
  • 一键安装与卸载:支持可视化操作插件安装流,自动管理本地 profile 依赖绑定。

3. 多层毛玻璃主题自适应

  • Layer 3 液态玻璃联动:当启用液态玻璃主题时,卡片背景虚化与暗化深度自动受控于 Layer 3(--dsh-modal-blur--dsh-l3-mask-bg)滑块参数;
  • 独立纯净回退:在未安装任何第三方主题时,卡片自动降级为原生高可读性暗色高斯毛玻璃。

安装与配置

方式一:在本地 Profile 中引入(推荐)

  1. 将本仓库 clone 到本地,例如 C:/plugins/deepseek-harness-plugin-market
  2. 打开 Web profile 配置文件(~/.dsh/profiles/web/package.jsonC:\Users\<用户名>\.dsh\profiles\web\package.json)。
  3. dependenciesdsh.profile.bundles 中引入:
{
  "dependencies": {
    "@deepseek-ai/dsh-client-ui-plugin-center": "file:C:/plugins/deepseek-harness-plugin-market"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-base",
        "@deepseek-ai/dsh-web-app",
        "@deepseek-ai/dsh-client-ui-plugin-center"
      ]
    }
  }
}
  1. 进入 profile 目录执行安装并启动:
cd ~/.dsh/profiles/web
pnpm install
dsh --profile web

方式二:直接从 GitHub 引用

在 profile 的 package.json 中配置:

{
  "dependencies": {
    "@deepseek-ai/dsh-client-ui-plugin-center": "github:Rainpomelo/deepseek-harness-plugin-market"
  }
}

目录结构

├── src/
│   ├── client/
│   │   ├── PluginCenterTab.tsx        # 插件中心主交互页面组件
│   │   ├── PluginCenterTab.module.css # 双列网格布局与毛玻璃样式
│   │   ├── InstalledPluginsPanel.tsx  # 已安装插件折叠面板
│   │   └── locales.ts                 # 中英文多语言字典
├── lib/                               # tsdown 构建生成的 ESM/CJS 客户端产物
├── package.json
└── README.md

开源协议

MIT License

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 18. 오후 4:12

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.