-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" version="24.7.6"> | ||
<diagram name="第 1 页" id="OqjmnoflcJ4hPiNoqBpy"> | ||
<mxGraphModel dx="545" dy="1512" 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="AOGR9R5tmrVUl7C9qbWo-6" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="AOGR9R5tmrVUl7C9qbWo-1" target="AOGR9R5tmrVUl7C9qbWo-5" edge="1"> | ||
<mxGeometry relative="1" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-1" value="找到给用户页表中的不可写的页表" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> | ||
<mxGeometry x="130" y="-440" width="190" height="30" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="AOGR9R5tmrVUl7C9qbWo-5" target="AOGR9R5tmrVUl7C9qbWo-7" edge="1"> | ||
<mxGeometry relative="1" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-5" value="将它所对应的线性地址放到page_link_share函数中" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> | ||
<mxGeometry x="430" y="-440" width="190" height="30" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-7" value="将它所对应的线性地址放到page_link_share函数中" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> | ||
<mxGeometry x="410" y="-340" width="190" height="30" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-13" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="AOGR9R5tmrVUl7C9qbWo-7" target="AOGR9R5tmrVUl7C9qbWo-1" edge="1"> | ||
<mxGeometry width="50" height="50" relative="1" as="geometry"> | ||
<mxPoint x="330" y="-370" as="sourcePoint" /> | ||
<mxPoint x="380" y="-420" as="targetPoint" /> | ||
</mxGeometry> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-18" value="Text" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rotation=30;" parent="AOGR9R5tmrVUl7C9qbWo-13" vertex="1" connectable="0"> | ||
<mxGeometry x="-0.0222" relative="1" as="geometry"> | ||
<mxPoint as="offset" /> | ||
</mxGeometry> | ||
</mxCell> | ||
<mxCell id="AOGR9R5tmrVUl7C9qbWo-19" value="<span style="font-size: 12px; text-wrap: wrap; background-color: rgb(251, 251, 251);">直至处理完所有页</span>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rotation=-60;" parent="AOGR9R5tmrVUl7C9qbWo-13" vertex="1" connectable="0"> | ||
<mxGeometry x="-0.0222" relative="1" as="geometry"> | ||
<mxPoint as="offset" /> | ||
</mxGeometry> | ||
</mxCell> | ||
</root> | ||
</mxGraphModel> | ||
</diagram> | ||
</mxfile> |