mirror of
https://github.com/purocean/yn.git
synced 2026-08-30 17:47:18 +08:00
49 lines
3.0 KiB
Plaintext
49 lines
3.0 KiB
Plaintext
<mxfile host="app.diagrams.net" modified="2026-05-01T00:00:00.000Z" agent="Codex" version="24.7.17" type="device">
|
|
<diagram id="page-1" name="Page-1">
|
|
<mxGraphModel dx="1200" dy="800" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" math="0" shadow="0">
|
|
<root>
|
|
<mxCell id="0" />
|
|
<mxCell id="1" parent="0" />
|
|
<mxCell id="start" value="Start" style="ellipse;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
|
|
<mxGeometry x="120" y="120" width="120" height="60" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="process" value="Render Markdown" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
|
<mxGeometry x="320" y="120" width="160" height="60" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="end" value="Preview" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" vertex="1" parent="1">
|
|
<mxGeometry x="560" y="120" width="140" height="60" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="edge-1" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="start" target="process">
|
|
<mxGeometry relative="1" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="edge-2" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="process" target="end">
|
|
<mxGeometry relative="1" as="geometry" />
|
|
</mxCell>
|
|
</root>
|
|
</mxGraphModel>
|
|
</diagram>
|
|
<diagram id="page-2" name="Page-2">
|
|
<mxGraphModel dx="1200" dy="800" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" math="0" shadow="0">
|
|
<root>
|
|
<mxCell id="0" />
|
|
<mxCell id="1" parent="0" />
|
|
<mxCell id="client" value="Editor" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" vertex="1" parent="1">
|
|
<mxGeometry x="120" y="120" width="140" height="60" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="plugin" value="Draw.io Extension" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" vertex="1" parent="1">
|
|
<mxGeometry x="340" y="120" width="180" height="60" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="viewer" value="Diagram Viewer" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1">
|
|
<mxGeometry x="600" y="120" width="160" height="60" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="edge-3" value="open" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="client" target="plugin">
|
|
<mxGeometry relative="1" as="geometry" />
|
|
</mxCell>
|
|
<mxCell id="edge-4" value="render" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="plugin" target="viewer">
|
|
<mxGeometry relative="1" as="geometry" />
|
|
</mxCell>
|
|
</root>
|
|
</mxGraphModel>
|
|
</diagram>
|
|
</mxfile>
|