altuman-w/dsh-plugin-plantuml0

dsh-plugin-plantuml

DeepSeek Harness Web 插件:把 plantuml / puml 代码块渲染为图片,支持点开看大图、复制 JPG、复制 PlantUML 源码

AI 分析

核心用途是在 DSH 会话中直接渲染 PlantUML 架构图、流程图。适合经常需要阅读或编写 UML 图表的设计师与开发者。支持大图查看及源码复制,可配置自建渲染服务。

包名
dsh-plugin-plantuml
版本
0.1.0
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:altuman-w/dsh-plugin-plantuml

配置

默认用公网 plantuml.com。换自建 plantuml-server 时,在浏览器控制台执行一次 (或注入到页面脚本):

window.__DSH_PLANTUML_BASE__ = "http://your-host:8080/svg/~h";

自建服务需开启 CORS(Access-Control-Allow-Origin: *)才能用「复制JPG」。