AKS1st/dsh-mermaid4

@dsh-external/dsh-mermaid

Render ```mermaid fences in DSH Web conversation messages as interactive-free SVG diagrams (lazy-loaded, strict security).

AI 분석

核心用途是让 DSH 能够直接在聊天界面中渲染流程图、时序图等 Mermaid 图表。适合需要直观查看结构化设计、架构图的用户,具备防拖垮的性能守卫和严格的安全机制。

패키지
@dsh-external/dsh-mermaid
버전
0.4.2
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AKS1st/dsh-mermaid

配置

组合包默认生效以下配置:

- insert:
    - id: mermaid
      name: '@dsh-external/dsh-mermaid'
      config:
        theme: auto
        maxTextSize: 50000
        maxEdges: 2000
        securityLevel: strict
配置项默认值说明
themeauto图表主题:auto(跟随亮/暗)、defaultdarkneutralforestbase
maxTextSize50000单图文本上限(防超大图拖垮渲染)
maxEdges2000边数守卫
securityLevelstrict固定为 strict,不接受 loose

在 profile 的 cordis.patch.yml 里以 - set:- update: 覆盖即可。