add dist for assistant base

This commit is contained in:
2025-03-11 17:25:21 +08:00
parent 3a583a3619
commit a0c7f374ba
15 changed files with 50 additions and 104 deletions

View File

@@ -46,6 +46,26 @@ export const loadMenu = () => {
}
},
},
{
label: 'note',
click: () => {
// 获取当前window
const mainWindow = BrowserWindow.getFocusedWindow();
if (mainWindow) {
checkShowPage(mainWindow, '/web/note');
}
},
},
{
label: 'root-center',
click: () => {
// 获取当前window
const mainWindow = BrowserWindow.getFocusedWindow();
if (mainWindow) {
checkShowPage(mainWindow, '/root/center');
}
},
},
{
label: '打开配置',
click: async () => {