2436238575/dsh-turn-diff

Plugin ⭐ 0 codingweb-ui

> 此插件由 AI 生成,未经人工代码审查(Code Review)。使用前请自行审查源码,确保符合你的安全要求。

catalog description:—

Install

# 1. 克隆仓库到 harness 的 workspace 同级目录,或直接放在 harness 仓库目录下
git clone https://github.com/<你的用户名>/dsh-turn-diff.git
cd dsh-turn-diff

# 2. 暂时将插件注册为 harness 的 workspace 成员,以便依赖解析
#    编辑 <harness>/pnpm-workspace.yaml,在 packages: 列表末尾添加一行:
#    注意缩进,与 `- vendor/*` 对齐
#      - dsh-turn-diff

# 3. 在 harness 根目录安装依赖
cd <harness-root>
pnpm install --no-frozen-lockfile

# 4. 构建插件
pnpm --filter dsh-turn-diff run build

# 5. 安装进 web profile
dsh plugin --profile web add link:$(pwd)/dsh-turn-diff

# 6. 重启 dsh web
dsh web

Add 2436238575/dsh-turn-diff to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.