feat: 白龙马数字意识框架 v2.2.0 - 3D意识空间、多技能协同、自我进化系统
This commit is contained in:
12
menu-code.js
Normal file
12
menu-code.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
label: '3D 意识空间',
|
||||
click: () => {
|
||||
if (mainWindow) {
|
||||
mainWindow.loadURL(`http://127.0.0.1:`+port+`/consciousness-3d`)
|
||||
mainWindow.show()
|
||||
mainWindow.focus()
|
||||
}
|
||||
},
|
||||
},
|
||||
{ type: 'separator' },
|
||||
Reference in New Issue
Block a user