This commit is contained in:
zh
2025-11-14 18:17:38 +08:00
parent ab919af1b0
commit a5e7ae413a

View File

@ -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':