altuman-w/dsh-plugin-plantuml0

dsh-plugin-plantuml

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

包名
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」。