An0range/dsh-plugins--packages-dsh-shot-helper0

@lyc/dsh-shot-helper

截图助手(静态组合面):发版截图辅助:驱动页面 UI 状态并回传元素 rect,配合 Win32 脚本截元素级截图。host 服务 + 浏览器 UI。

AI Analysis

核心用于发版截图辅助。通过驱动页面UI状态并回传元素rect,配合Win32脚本实现元素级截图。适合需要自动化生成发版截图的开发或测试人员。

Package
@lyc/dsh-shot-helper
Version
1.0.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:An0range/dsh-plugins#cd7628f397ae0491ba35cdef1f28ae9985788b9c&path:packages/dsh-shot-helper

@lyc/dsh-shot-helper

截图助手 的静态组合面实现(DSH profile 挂载,开机即用、无批准卡)。

  • 动态面源码(开发迭代用):plugins//{host,client}.js
  • 双面策略:见仓库根 docs/plugin-dual-face.md

构建

pnpm build   # tsc -p tsconfig.json && tsc -p tsconfig.client.json && tsdown

安装(web profile)

在本包目录(packages/dsh-shot-helper)下执行:

dsh plugin --profile web add link:.