|
@@ -10,31 +10,31 @@
|
|
|
|
|
|
多引擎结构
|
|
|
|
|
|
-<PPlantUML src="/uml/mutli-engine.puml" />
|
|
|
+<PPlantUML :src="$withBase('/uml/mutli-engine.puml')" />
|
|
|
|
|
|
---
|
|
|
|
|
|
绘制结构
|
|
|
|
|
|
-<PPlantUML src="/uml/draw-structure.puml" />
|
|
|
+<PPlantUML :src="$withBase('/uml/draw-structure.puml')" />
|
|
|
|
|
|
---
|
|
|
|
|
|
画刷实现结构
|
|
|
|
|
|
-<PPlantUML src="/uml/brush-structure.puml" />
|
|
|
+<PPlantUML :src="$withBase('/uml/brush-structure.puml')" />
|
|
|
|
|
|
---
|
|
|
|
|
|
画笔实现结构
|
|
|
|
|
|
-<PPlantUML src="/uml/pen-structure.puml" />
|
|
|
+<PPlantUML :src="$withBase('/uml/pen-structure.puml')" />
|
|
|
|
|
|
---
|
|
|
|
|
|
文本实现结构
|
|
|
|
|
|
-<PPlantUML src="/uml/text-structure.puml" />
|
|
|
+<PPlantUML :src="$withBase('/uml/text-structure.puml')" />
|
|
|
|
|
|
---
|
|
|
|