zjl88858/dsh-huadongbianzuqi ↗★ 1
dsh-huadong-bianzuqi
DeepSeek Harness 前端插件:滑动变祖器
AI 분석
官方信息不足,具体用途尚不清楚,建议阅读仓库说明。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zjl88858/dsh-huadongbianzuqi安装
以下方式都不需要 clone 仓库。
从 GitHub Release 安装(推荐)
从 Releases 下载对应版本的预构建 tarball,然后直接安装到 Web profile:
dsh plugin --profile web add https://github.com/zjl88858/dsh-huadongbianzuqi/releases/download/v0.1.0/dsh-huadong-bianzuqi-0.1.0.tgz
dsh --profile web
预构建 tarball 已包含 lib/client.js,安装时不需要 Bun,也不执行源码构建脚本。发布新版本后,请将命令中的版本号替换为目标 Release 版本。
直接从 GitHub tag 安装
也可以让 pnpm 直接下载指定 Git tag 的源码:
dsh plugin --profile web add github:zjl88858/dsh-huadongbianzuqi#v0.1.0
Git 安装需要执行本项目的 prepare 脚本来生成 lib/,因此 pnpm 10 及以上版本可能拒绝首次构建。按照终端提示,在该 profile 的 pnpm-workspace.yaml 中批准构建:
allowBuilds:
dsh-huadong-bianzuqi: true
然后重新执行安装命令。批准构建意味着允许本项目的 Bun 脚本在本机运行;请固定可信的 tag 或 commit,不要安装未经审阅的移动分支。
安装完成后启动或重启 Harness,并刷新浏览器页面:
dsh --profile web
卸载:
dsh plugin --profile web remove dsh-huadong-bianzuqi
从 GitHub Release 安装(推荐)
从 Releases 下载对应版本的预构建 tarball,然后直接安装到 Web profile:
dsh plugin --profile web add https://github.com/zjl88858/dsh-huadongbianzuqi/releases/download/v0.1.0/dsh-huadong-bianzuqi-0.1.0.tgz
dsh --profile web
预构建 tarball 已包含 lib/client.js,安装时不需要 Bun,也不执行源码构建脚本。发布新版本后,请将命令中的版本号替换为目标 Release 版本。
直接从 GitHub tag 安装
也可以让 pnpm 直接下载指定 Git tag 的源码:
dsh plugin --profile web add github:zjl88858/dsh-huadongbianzuqi#v0.1.0
Git 安装需要执行本项目的 prepare 脚本来生成 lib/,因此 pnpm 10 及以上版本可能拒绝首次构建。按照终端提示,在该 profile 的 pnpm-workspace.yaml 中批准构建:
allowBuilds:
dsh-huadong-bianzuqi: true
然后重新执行安装命令。批准构建意味着允许本项目的 Bun 脚本在本机运行;请固定可信的 tag 或 commit,不要安装未经审阅的移动分支。
安装完成后启动或重启 Harness,并刷新浏览器页面:
dsh --profile web
卸载:
dsh plugin --profile web remove dsh-huadong-bianzuqi