12 lines
270 B
JavaScript
12 lines
270 B
JavaScript
|
|
{
|
|
label: '3D 意识空间',
|
|
click: () => {
|
|
if (mainWindow) {
|
|
mainWindow.loadURL(`http://127.0.0.1:`+port+`/consciousness-3d`)
|
|
mainWindow.show()
|
|
mainWindow.focus()
|
|
}
|
|
},
|
|
},
|
|
{ type: 'separator' }, |