dsh-pptx-viewer
Verifieddsh-pptx-viewer · v0.1.1 · Apache-2.0 · Web UI
PPTX editor for DeepSeek Harness
Install
dsh plugin add dsh-pptx-viewer Confirm the layer applied with dsh --profile default --dump-config — see the install guide.
Source
Tags
Creators
Readme
dsh-pptx-viewer
DeepSeek Harness 的 PPTX 编辑插件。
通过对话编辑演示文稿
发送 PPTX 附件,即可在 DSH 对话旁打开并编辑。可以通过对话新增幻灯片、修改文字与格式、对齐元素,以及编辑表格、图表和上传的图片。修改直接显示在编辑器中,并且可以撤销。
安装
先安装 Node 24 和 DeepSeek Harness:
dsh plugin --profile web add [email protected]
dsh web
在 Chrome 或 Edge 中打开 DSH 输出的登录链接。自动保存保留浏览器恢复副本;组件的保存按钮下载编辑后的 PPTX,不会覆盖原文件。兼容版本和本地安装包用法见安装与使用指南。
本地开发
环境版本见 .node-version 和 package.json。
corepack enable
pnpm install --frozen-lockfile
pnpm check