Merge branch 'master' of https://git.qcloud.com/joylink/jl-nclient
This commit is contained in:
commit
dd9c8220b1
@ -17,7 +17,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cp -rf ./dist/* /usr/local/joylink/jlclient'
|
sh 'cp -rf ./dist/* /usr/local/joylink/jl-nclient'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,8 +37,8 @@ export default class ESingleControl extends Group {
|
|||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
lineWidth: 0.5,
|
lineWidth: 0.5,
|
||||||
fill: model.style.StationControl.grayColor,
|
fill: model.style.StationControl.lamp.grayColor,
|
||||||
stroke: model.style.StationControl.grayColor
|
stroke: model.style.StationControl.lamp.grayColor
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user