| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
- [
- {
- "type": "CircuitBreakerSvg",
- "title": "断路器",
- "template": "<rect x='-10' y='-20' width='20' height='40' :fill='svg_color' :stroke='svg_color' stroke-width='2' data-v-d903d4f8=''></rect>",
- "props": [
- "svg_color"
- ],
- "default_color": "#00FF00",
- "fontSize": 1,
- "height": 40,
- "svgText": "",
- "priview_img": "/CircuitBreakerSvg.png"
- },
- {
- "type": "VerticalLineSvg",
- "title": "竖线",
- "template": "<line x1='0' y1='-25' x2='0' y2='25' fill='none' :stroke='svg_color' stroke-width='2' data-v-d903d4f8=''></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 150,
- "svgText": "",
- "priview_img": "/VerticalLineSvg.png"
- },
- {
- "type": "TextSvg",
- "title": "文字",
- "template": "<text x='-50' y='25' font-size='50' :fill='svg_color' data-v-d903d4f8=''></text>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 50,
- "height": 1,
- "svgText": "文字",
- "priview_img": "/TextSvg.png"
- },
- {
- "type": "IsolatingSwitchSvg",
- "title": "隔离开关",
- "template": "<line x1='0' y1='-20' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-10' y1='0' x2='6.666666666666667' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='20' x2='-10' y2='5' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='40' x2='0' y2='20' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#00FF00",
- "fontSize": 1,
- "height": 20,
- "svgText": "",
- "priview_img": "/IsolatingSwitchSvg.png"
- },
- {
- "type": "LightningArresterSvg",
- "title": "避雷器",
- "template": "<rect x='-7' y='-14' width='15' height='35' fill='none' :stroke='svg_color' stroke-width='2'></rect><line x1='0' y1='-21' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='21' x2='0' y2='28' fill='none' :stroke='svg_color' stroke-width='2'></line><polyline points='-1,-7 0,0 1,-7' fill='none' :stroke='svg_color' stroke-width='2'></polyline>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 7,
- "svgText": "",
- "priview_img": "/LightningArresterSvg.png"
- },
- {
- "type": "StandardCapacitorSvg",
- "title": "标准电容器",
- "template": "<line x1='0' y1='-12' x2='0' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-9' y1='-3' x2='9' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-9' y1='3' x2='9' y2='3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='12' x2='0' y2='3' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 3,
- "svgText": "",
- "priview_img": "/StandardCapacitorSvg.png"
- },
- {
- "type": "WireBreakOffSvg",
- "title": "电线开关",
- "template": "<line x1='0' y1='-40' x2='0' y2='-15' fill='none' stroke='#FF0000' stroke-width='2'></line><line x1='0' y1='15' x2='-10' y2='-15' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='45' x2='0' y2='15' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#00FF00",
- "fontSize": 1,
- "height": 5,
- "svgText": "",
- "priview_img": "/WireBreakOffSvg.png"
- },
- {
- "type": "WireConnectionSvg",
- "title": "电线开关",
- "template": "<line x1='0' y1='-40' x2='0' y2='-15' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='15' x2='0' y2='-15' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='45' x2='0' y2='15' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 5,
- "svgText": "",
- "priview_img": "/WireBreakOffSvg.png"
- },
- {
- "type": "TableSvg",
- "title": "表格",
- "template": "<foreignObject x='0' y='0' ></foreignObject>",
- "props": [
- "svg_color"
- ],
- "default_color": "#CCCC33",
- "fontSize": 1,
- "height": 0,
- "svgText": "",
- "priview_img": "/TableSvg.png"
- },
- {
- "type": "HorizontalLineSvg",
- "title": "横线",
- "template": "<line x1='-75' y1='0' x2='75' y2='0' fill='none' :stroke='svg_color' stroke-width='2' data-v-d903d4f8=''></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 150,
- "svgText": "",
- "priview_img": "/HorizontalLineSvg.png"
- },
- {
- "type": "PolylineUpSvg",
- "title": "多段向上折线",
- "template": "<polyline points='0,7 13,-7 26,7' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-13,0)'></polyline><polyline points='0,7 13,-7 26,7' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-13,8)'></polyline>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 7,
- "svgText": "",
- "priview_img": "/PolylineUpSvg.png"
- },
- {
- "type": "PolylineDownSvg",
- "title": "多段向下折线",
- "template": "<polyline points='0,7 13,22 26,7' fill='none' stroke='#FF0000' stroke-width='2' transform='translate(-13,0)'></polyline><polyline points='0,7 13,22 26,7' fill='none' stroke='#FF0000' stroke-width='2' transform='translate(-13,8)'></polyline>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 7,
- "svgText": "",
- "priview_img": "/PolylineDownSvg.png"
- },
- {
- "type": "ArrowDownSvg",
- "title": "箭头向下",
- "template": "<polygon points='0,-8 5,0 10,-8' :fill='svg_color' :stroke='svg_color' stroke-width='2' transform='translate(-5,0)'></polygon>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 2,
- "svgText": "",
- "priview_img": "/ArrowDownSvg.png"
- },
- {
- "type": "ArrowUpSvg",
- "title": "箭头向上",
- "template": "<polygon points='0,8 5,0 10,8' :fill='svg_color' :stroke='svg_color' stroke-width='2' transform='translate(-5,0)'></polygon>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 2,
- "svgText": "",
- "priview_img": "/ArrowUpSvg.png"
- },
- {
- "type": "GroundGraySvg",
- "title": "接地灰白",
- "template": "<line x1='9' y1='9' x2='9' y2='0' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line><line x1='0' y1='9' x2='18' y2='9' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line><line x1='3' y1='15' x2='15' y2='15' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line><line x1='6' y1='21' x2='12' y2='21' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#CCCCCC",
- "fontSize": 1,
- "height": 3,
- "svgText": "",
- "priview_img": "/GroundGraySvg.png"
- },
- {
- "type": "SignalLamp",
- "title": "信号灯",
- "template": "<ellipse cx='7' cy='22' rx='12' ry='12' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-7,-22)'></ellipse><line x1='0' y1='30' x2='15' y2='15' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-7,-22)'></line><line x1='15' y1='30' x2='0' y2='15' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-7,-22)'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 3,
- "svgText": "",
- "priview_img": "/SignalLamp.png"
- },
- {
- "type": "RectSvg",
- "title": "长方形",
- "template": "<rect x='-5' y='-15' width='10' height='30' fill='none' :stroke='svg_color' stroke-width='2' stroke-linecap='round' data-v-d903d4f8=''></rect>",
- "props": [
- "svg_color"
- ],
- "height": 30,
- "default_color": "#FF0000",
- "priview_img": "/RectSvg.png"
- },
- {
- "type": "TwoCircleSvg",
- "title": "双圆",
- "template": "<ellipse cx='0' cy='-4.5' rx='6' ry='6' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><ellipse cx='0' cy='4.5' rx='6' ry='6' fill='none' :stroke='svg_color' stroke-width='2'></ellipse>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 3,
- "svgText": "",
- "priview_img": "/TwoCircleSvg.png"
- },
- {
- "type": "TransformerYSvg",
- "title": "电流互感器y",
- "template": "<ellipse cx='0' cy='0' rx='10' ry='10' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><line x1='5' y1='-5' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-5' y1='-5' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='0' x2='0' y2='5' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 5,
- "svgText": "",
- "priview_img": "/TransformerY.png"
- },
- {
- "type": "TransformerTriphaseOpen",
- "title": "三相互感器开口",
- "template": "<ellipse cx='0' cy='0' rx='10' ry='10' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><line x1='-2' y1='-6' x2='-2' y2='6' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-2' y1='-6' x2='4' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='4' y1='2' x2='-2' y2='6' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 2,
- "svgText": "",
- "priview_img": "/TransformerTriphaseOpen.png"
- },
- {
- "type": "DoubleWindingSvg",
- "title": "双绕组变压器",
- "template": "<ellipse cx='0' cy='-20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><ellipse cx='0' cy='20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><polygon points='10,-30 0,-10 -10,-30' fill='none' :stroke='svg_color' stroke-width='2'></polygon><line x1='0' y1='20' x2='0' y2='35' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='20' x2='-10' y2='10' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='20' x2='10' y2='10' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 5,
- "svgText": "",
- "priview_img": "/DoubleWindingSvg.png"
- },
- {
- "type": "DoubleWindingSvgB",
- "title": "双绕组变压器B",
- "template": "<ellipse cx='0' cy='-20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><ellipse cx='0' cy='20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><polygon points='10,30 0,10-10,30' fill='none' :stroke='svg_color' stroke-width='2'></polygon><line x1='0' y1='-20' x2='0' y2='-35' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='-20' x2='10' y2='-10' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='-20' x2='-10' y2='-10' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF0000",
- "fontSize": 1,
- "height": 5,
- "svgText": "",
- "priview_img": "/DoubleWindingSvgB.png"
- },
- {
- "type": "GGJSvg",
- "title": "电容柜",
- "template": "<line x1='0.5' y1='-25' x2='-9.5' y2='-13' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-0.5' y1='-26' x2='9.5' y2='-13' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-12' y1='-17' x2='-6' y2='-8' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-15' y1='-12' x2='-11' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><polyline points='-13,-8 -22,3 -22,5' fill='none' :stroke='svg_color' stroke-width='2'></polyline><line x1='-21' y1='4' x2='-4' y2='4' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-5' y1='-2' x2='-5' y2='11' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='3' y1='-2' x2='3' y2='11' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='4' y1='4' x2='21' y2='4' fill='none' :stroke='svg_color' stroke-width='2'></line><polyline points='13,-8 22,3 22,5' fill='none' :stroke='svg_color' stroke-width='2'></polyline><line x1='14' y1='-12' x2='8' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='12' y1='-17' x2='6' y2='-8' fill='none' :stroke='svg_color' stroke-width='2'></line>",
- "props": [
- "svg_color"
- ],
- "default_color": "#FF6600",
- "fontSize": 1,
- "height": 1,
- "svgText": "",
- "priview_img": "/GGJ.png"
- },
- {
- "type": "StandardReactance",
- "title": "标准电抗",
- "template": "<path d='M18,63 V36 H33 C33,42 27,51 18,51 9,51 3,42 3,36 3,27 9,21 18,21 V6 V21' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-18,-36) scale(1)' data-v-d903d4f8=''></path>",
- "props": [
- "svg_color"
- ],
- "default_color": "#CCCC00",
- "fontSize": 1,
- "height": 3,
- "svgText": "",
- "priview_img": "/StandardReactance.png"
- },
- {
- "type": "AlternatorSvg",
- "title": "发电机",
- "template": "<ellipse id='c1' cx='50' cy='50' rx='35' ry='35' fill='none' :stroke='svg_color' stroke-width='2' :transform=\"'translate('+(-(height*10))+','+(-(height*10))+')scale('+height*0.2+')'\"></ellipse><path id='l1' d='M30,50 C30,44 34,40 40,40 46,40 50,44 50,50 M50,50 C50,56 54,60 60,60 66,60 70,56 70,50 ' fill='none' :stroke='svg_color' stroke-width='2' :transform=\"'translate('+(-(height*10))+','+(-(height*10))+')scale('+height*0.2+')'\"></path>",
- "props": [
- "svg_color",
- "height"
- ],
- "default_color": "#FF0000",
- "height": 5,
- "priview_img": "/AlternatorSvg.png"
- }
- ]
|