bill9109/dsh-conversation-share ↗★ 1
@bill9109/dsh-conversation-share
选择 DSH 对话的范围并将其分享为 PNG 长图。
AI 分析
核心用途是快速导出对话内容。适合需要将与 AI 的精彩对话、代码成果或排版内容生成长图分享给他人或保存记录的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bill9109/dsh-conversation-share说明文档
阅读完整 README ↗安装
用标准的 dsh plugin 命令安装到 profile(无需改源码、无需手动编辑 package.json):
# 从仓库安装
dsh plugin --profile web add github:bill9109/dsh-conversation-share
# 或从本地 checkout 安装(开发调试,改完重新构建即生效)
dsh plugin --profile web add /path/to/your/dsh-conversation-share