dsh plugins中文
← Back to popular plugin directory

DSH Share

hellodigua/dsh-share · tools

DSH dialogue sharing plug-in, share single or multiple rounds of dialogue, and can be exported as pictures or Markdown.

★ 18GitHub stars
2Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

生成图片前可调整宽度、字号和过程显示,完成后可下载或复制图片。 功能 从右上角进入问答选择模式,默认全选 每轮的分享按钮也会进入选择模式,并只预选当前问答 问题和回答两侧都有联动勾选框,也可直接点击内容整组选择,支持不连续选择 勾选框会在长内容滚动时吸附在页面上,到当前问题或回答末尾再移出 可复制图片、下载 PNG 或 Markdown 保留 Markdown、代码块、表格、图片和工具调用摘要 可调整图片宽度和字号,长图支持滚动预览 可勾选“不展示过程”,只保留提问和最终回答

当前版本面向 npm @deepseek-ai/dsh@0.1.0-rc.6,DSH peers 声明为 ^0.1.0-rc.6。本地开发使用精确 rc.6 类型包,部署时仍由 Web Profile 提供共享运行时。

单轮入口通过官方 conversation.chat.assistant-actions 插槽挂载,对话分享入口通过官方 conversation.session.header.utilities 插槽挂载,并直接使用官方 Client 类型,不扫描或修改按钮栏 DOM。

Install command

dsh plugin --profile web add github:hellodigua/dsh-share
View GitHub repository ↗Back to popular plugin directory