docs/markdown/server.drawio
2024-12-31 10:25:41 +08:00

40 lines
3.2 KiB
Plaintext

<mxfile host="65bd71144e">
<diagram id="yXfoVTe7h1JpJVX9uj15" name="第 1 页">
<mxGraphModel dx="1096" dy="779" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#616161" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="Develop" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;" vertex="1" parent="1">
<mxGeometry x="240" y="600" width="80" height="80" as="geometry"/>
</mxCell>
<mxCell id="3" value="" style="endArrow=classic;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1" source="2">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="420" as="sourcePoint"/>
<mxPoint x="280" y="480" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="4" value="QA" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;" vertex="1" parent="1">
<mxGeometry x="240" y="400" width="80" height="80" as="geometry"/>
</mxCell>
<mxCell id="5" value="" style="endArrow=classic;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1" source="4">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="420" as="sourcePoint"/>
<mxPoint x="280" y="280" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="6" value="Online" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;" vertex="1" parent="1">
<mxGeometry x="240" y="200" width="80" height="80" as="geometry"/>
</mxCell>
<mxCell id="7" value="服务端代码版本控制:&lt;br&gt;1.Develop branch:开发分支,目前在开发中的功能代码集合&lt;br&gt;2.QA branch:测试分支,包含版本发布前所有的功能代码&lt;br&gt;3.Online branch:线上分支,包含版本所有功能且测试通过,环境稳定" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="85" y="105" width="390" height="70" as="geometry"/>
</mxCell>
<mxCell id="8" value="遴选需要提交的代码" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="320" y="530" width="130" height="30" as="geometry"/>
</mxCell>
<mxCell id="9" value="版本测试通过之后,直接合并分支" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="320" y="330" width="200" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>