forked from Voxelum/x-minecraft-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsync.drawio
49 lines (49 loc) · 3.24 KB
/
sync.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<mxfile host="65bd71144e">
<diagram id="iRNEWCbYfMjy0Ex1GfN0" name="Page-1">
<mxGraphModel dx="764" dy="790" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="10" style="edgeStyle=none;html=1;" edge="1" parent="1" source="2" target="5">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="13" style="edgeStyle=none;html=1;" edge="1" parent="1" source="2" target="12">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="2" value="New File Enter Local" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="95" y="300" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="7" value="Yes" style="edgeStyle=none;html=1;" edge="1" parent="1" source="5" target="6">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="9" value="No" style="edgeStyle=none;html=1;" edge="1" parent="1" source="5" target="8">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="5" value="Remote Existed" style="rhombus;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="90" y="490" width="130" height="130" as="geometry"/>
</mxCell>
<mxCell id="6" value="Ensure the name is the same" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="329" y="525" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="8" value="Link or copy to remote" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="95" y="720" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="15" value="Yes" style="edgeStyle=none;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="12" target="14">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="17" value="No" style="edgeStyle=none;html=1;" edge="1" parent="1" source="12" target="16">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="12" value="Local existed" style="rhombus;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="349" y="290" width="80" height="80" as="geometry"/>
</mxCell>
<mxCell id="14" value="" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="329" y="130" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="16" value="" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="540" y="300" width="120" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>