Merge branch 'zyl' of http://xny.yj-3d.com:3000/zhouyulong/electron-4 into zyl
This commit is contained in:
@ -3,6 +3,7 @@ let availablePort = 55110
|
|||||||
ipcRenderer.invoke('get-available-port').then((port) => {
|
ipcRenderer.invoke('get-available-port').then((port) => {
|
||||||
availablePort = port
|
availablePort = port
|
||||||
})
|
})
|
||||||
|
//@ts-ignore
|
||||||
export const getdefaultStyle = (type) => {
|
export const getdefaultStyle = (type) => {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'point':
|
case 'point':
|
||||||
|
|||||||
Reference in New Issue
Block a user