mirror of https://gitee.com/gaohongy/Java-Book.git
测试图片
parent
e53d7ca294
commit
93890fda8e
@ -1,19 +0,0 @@
|
||||
<mxfile host="65bd71144e">
|
||||
<diagram id="rKTVirIa9VJxE3K0A7Wz" name="第 1 页">
|
||||
<mxGraphModel dx="1041" dy="781" 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="4" value="" style="edgeStyle=none;html=1;" edge="1" parent="1" source="2" target="3">
|
||||
<mxGeometry relative="1" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="2" value="" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||
<mxGeometry x="260" y="210" width="120" height="60" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="3" value="" style="rhombus;whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="1">
|
||||
<mxGeometry x="480" y="200" width="80" height="80" as="geometry"/>
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
</mxfile>
|
@ -0,0 +1,9 @@
|
||||
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="341px" height="81px" viewBox="-0.5 -0.5 341 81" content="<mxfile><diagram id="rKTVirIa9VJxE3K0A7Wz" name="第 1 页">rZTLdoMgEIafxj1qqmbZmjTddJVF11Qmyik6HsRo+vRFxVtMczltFga+mQH+3xHLDdN6J2mevCMDYTmE1Za7sRxn7bv62YBTB/zA7kAsOevQBOz5NxhIDC05g2KWqBCF4vkcRphlEKkZo1JiNU87oJjvmtMYFmAfUbGkH5yppKOB44/8DXic9Dvb3rqLpLRPNkqKhDKsJsjdWm4oEVU3SusQRONd70tX9/pLdDiYhEzdU7DqCo5UlEabOZc69WKBae1mmmGm/14SlQo9s/VwuaE5Q4GljMwSZlFFZQwmy3RAs/ikzBxyB5iCkiedIEFQxY9z46l5f/GQN0rUA6PysmLntmKJZcagySdaYZVwBfuctmIq3c9zAw5ciBAFyrbW9Qhd237DMVMTfmh/mhdK4hdMIs7G9wi5ZuURpIL6qk0mOvSV+bCGL6Ya29Tuc5JJi3rk7866dzibYPpZFrddnb+CM49ZQIi+Qh7w+PmJkNU/ebwKzjwmS4+DCxYHj1usp+NV0MYm96m7/QE=</diagram></mxfile>">
|
||||
<defs/>
|
||||
<g>
|
||||
<path d="M 120 40 L 253.63 40" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/>
|
||||
<path d="M 258.88 40 L 251.88 43.5 L 253.63 40 L 251.88 36.5 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/>
|
||||
<rect x="0" y="10" width="120" height="60" fill="#60a917" stroke="#2d7600" pointer-events="all"/>
|
||||
<path d="M 300 0 L 340 40 L 300 80 L 260 40 Z" fill="#d80073" stroke="#a50040" stroke-miterlimit="10" pointer-events="all"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -1 +1,11 @@
|
||||
# 拼题平台使用说明
|
||||
|
||||

|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
A-->B;
|
||||
A-->C;
|
||||
B-->D;
|
||||
C-->D;
|
||||
```
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue